#DD86F4

Color #DD86F4 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD86F4

Tints of Heliotrope #DD86F4

Color information

#DD86F4 (or 0xDD86F4) is unknown color: approx Heliotrope. HEX triplet: DD, 86 and F4. RGB value is (221,134,244). Sum of RGB (Red+Green+Blue) = 221+134+244=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD86F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86F4 is #22790B. Grayscale: #ACACAC. Windows color (decimal): -2259212 or 16025309. OLE color: 16025309.

HSL color Cylindrical-coordinate representation of color #DD86F4: hue angle of 287.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD86F4 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221134244-
CMYK0.090.4500.04
HSL287.45º83.33%74.12%-
HSV(B)287.45º45.08%95.69%-
XYZ54.6738.9590.23-
YUV172.55168.32162.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=36.89%
G=22.37%
B=40.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211342440.090.4500.04287.4583.3374.12
HexDD86F492D0411f534a
Octal335206364115504437123112
Binary1101110110000110111101001001101101010010001111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86F4; }

 p { color: rgb(221,134,244); }

 H1.HeaderClassName
 {
   color: #DD86F4;
 }
 .AnyTagClassName
 {
   color: #DD86F4;
 }
</style>
background-color css

<style>
 a { background-color: #DD86F4; }

 a { background-color: rgb(221,134,244); }

 div.DivClassName
 {
   background-color: #DD86F4;
 }
 .BgClassName
 {
   background-color: #DD86F4;
 }
</style>
border-color css

<style>
 span { border-color: #DD86F4; }

 span { border-color: rgb(221,134,244); }

 td.TdClassName
 {
   border-color: #DD86F4;
 }
 .TagClassName
 {
   border-color: #DD86F4;
 }
</style>