#D081FF

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

Shades of Heliotrope #D081FF

Tints of Heliotrope #D081FF

Color information

#D081FF (or 0xD081FF) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and FF. RGB value is (208,129,255). Sum of RGB (Red+Green+Blue) = 208+129+255=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #D081FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081FF is #2F7E00. Grayscale: #A6A6A6. Windows color (decimal): -3112449 or 16744912. OLE color: 16744912.

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

Color convert

RGB208129255-
CMYK0.180.4900
HSL277.62º100%75.29%-
HSV(B)277.62º49.41%100%-
XYZ51.9136.3398.88-
YUV166.98177.67157.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 255 (100% from 255) = 43.07%
R=35.14%
G=21.79%
B=43.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081292550.180.4900277.6210075.29
HexD081FF123100116644b
Octal320201377226100426144113
Binary110100001000000111111111100101100010010001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081FF; }

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

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

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

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

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

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

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

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