#D088F2

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

Shades of Heliotrope #D088F2

Tints of Heliotrope #D088F2

Color information

#D088F2 (or 0xD088F2) is unknown color: approx Heliotrope. HEX triplet: D0, 88 and F2. RGB value is (208,136,242). Sum of RGB (Red+Green+Blue) = 208+136+242=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #D088F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F2 is #2F770D. Grayscale: #A9A9A9. Windows color (decimal): -3110670 or 15894736. OLE color: 15894736.

HSL color Cylindrical-coordinate representation of color #D088F2: hue angle of 280.75º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D088F2 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208136242-
CMYK0.140.4400.05
HSL280.75º80.3%74.12%-
HSV(B)280.75º43.8%94.9%-
XYZ50.8437.4388.55-
YUV169.61168.85155.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 136 (53.52% from 255) = 23.21%
BLUE value IS 242 (94.92% from 255) = 41.30%
R=35.49%
G=23.21%
B=41.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081362420.140.4400.05280.7580.374.12
HexD088F2E2C05119504a
Octal320210362165405431120112
Binary1101000010001000111100101110101100010110001100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088F2; }

 p { color: rgb(208,136,242); }

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

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

 a { background-color: rgb(208,136,242); }

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

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

 span { border-color: rgb(208,136,242); }

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