#D081EA

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

Shades of Heliotrope #D081EA

Tints of Heliotrope #D081EA

Color information

#D081EA (or 0xD081EA) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and EA. RGB value is (208,129,234). Sum of RGB (Red+Green+Blue) = 208+129+234=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #D081EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EA is #2F7E15. Grayscale: #A4A4A4. Windows color (decimal): -3112470 or 15368656. OLE color: 15368656.

HSL color Cylindrical-coordinate representation of color #D081EA: hue angle of 285.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D081EA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208129234-
CMYK0.110.4500.08
HSL285.14º71.43%71.18%-
HSV(B)285.14º44.87%91.76%-
XYZ48.7135.0582.04-
YUV164.59167.17158.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=36.43%
G=22.59%
B=40.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081292340.110.4500.08285.1471.4371.18
HexD081EAB2D0811d4747
Octal3202013521355010435107107
Binary11010000100000011110101010111011010100010001110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081EA; }

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

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

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

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

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

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

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

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