#D080E8

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

Shades of Heliotrope #D080E8

Tints of Heliotrope #D080E8

Color information

#D080E8 (or 0xD080E8) is unknown color: approx Heliotrope. HEX triplet: D0, 80 and E8. RGB value is (208,128,232). Sum of RGB (Red+Green+Blue) = 208+128+232=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #D080E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080E8 is #2F7F17. Grayscale: #A3A3A3. Windows color (decimal): -3112728 or 15237328. OLE color: 15237328.

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

Color convert

RGB208128232-
CMYK0.100.4500.09
HSL286.15º69.33%70.59%-
HSV(B)286.15º44.83%90.98%-
XYZ48.334.6780.49-
YUV163.78166.5159.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 232 (91.02% from 255) = 40.85%
R=36.62%
G=22.54%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081282320.100.4500.09286.1569.3370.59
HexD080E8A2D0911e4547
Octal3202003501255011436105107
Binary11010000100000001110100010101011010100110001111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080E8; }

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

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

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

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

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

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

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

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