#D088EF

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

Shades of Heliotrope #D088EF

Tints of Heliotrope #D088EF

Color information

#D088EF (or 0xD088EF) is unknown color: approx Heliotrope. HEX triplet: D0, 88 and EF. RGB value is (208,136,239). Sum of RGB (Red+Green+Blue) = 208+136+239=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #D088EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088EF is #2F7710. Grayscale: #A8A8A8. Windows color (decimal): -3110673 or 15698128. OLE color: 15698128.

HSL color Cylindrical-coordinate representation of color #D088EF: hue angle of 281.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D088EF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208136239-
CMYK0.130.4300.06
HSL281.94º76.3%73.53%-
HSV(B)281.94º43.1%93.73%-
XYZ50.437.2586.2-
YUV169.27167.35155.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 136 (53.52% from 255) = 23.33%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=35.68%
G=23.33%
B=40.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081362390.130.4300.06281.9476.373.53
HexD088EFD2B0611a4c4a
Octal320210357155306432114112
Binary1101000010001000111011111101101011011010001101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088EF; }

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

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

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

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

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

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

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

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