#D088FF

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

Shades of Heliotrope #D088FF

Tints of Heliotrope #D088FF

Color information

#D088FF (or 0xD088FF) is unknown color: approx Heliotrope. HEX triplet: D0, 88 and FF. RGB value is (208,136,255). Sum of RGB (Red+Green+Blue) = 208+136+255=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D088FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088FF is #2F7700. Grayscale: #AAAAAA. Windows color (decimal): -3110657 or 16746704. OLE color: 16746704.

HSL color Cylindrical-coordinate representation of color #D088FF: hue angle of 276.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D088FF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208136255-
CMYK0.180.4700
HSL276.3º100%76.67%-
HSV(B)276.3º46.67%100%-
XYZ52.8738.2499.2-
YUV171.09175.35154.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 255 (100% from 255) = 42.57%
R=34.72%
G=22.70%
B=42.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081362550.180.4700276.310076.67
HexD088FF122F00114644d
Octal320210377225700424144115
Binary110100001000100011111111100101011110010001010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088FF; }

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

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

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

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

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

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

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

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