#D081E8

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

Shades of Heliotrope #D081E8

Tints of Heliotrope #D081E8

Color information

#D081E8 (or 0xD081E8) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and E8. RGB value is (208,129,232). Sum of RGB (Red+Green+Blue) = 208+129+232=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #D081E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081E8 is #2F7E17. Grayscale: #A4A4A4. Windows color (decimal): -3112472 or 15237584. OLE color: 15237584.

HSL color Cylindrical-coordinate representation of color #D081E8: hue angle of 286.02º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D081E8 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208129232-
CMYK0.100.4400.09
HSL286.02º69.13%70.78%-
HSV(B)286.02º44.4%90.98%-
XYZ48.4334.9480.53-
YUV164.36166.17159.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=36.56%
G=22.67%
B=40.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081292320.100.4400.09286.0269.1370.78
HexD081E8A2C0911e4547
Octal3202013501254011436105107
Binary11010000100000011110100010101011000100110001111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081E8; }

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

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

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

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

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

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

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

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