#D080EB

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

Shades of Heliotrope #D080EB

Tints of Heliotrope #D080EB

Color information

#D080EB (or 0xD080EB) is unknown color: approx Heliotrope. HEX triplet: D0, 80 and EB. RGB value is (208,128,235). Sum of RGB (Red+Green+Blue) = 208+128+235=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #D080EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080EB is #2F7F14. Grayscale: #A3A3A3. Windows color (decimal): -3112725 or 15433936. OLE color: 15433936.

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

Color convert

RGB208128235-
CMYK0.110.4600.08
HSL284.86º72.79%71.18%-
HSV(B)284.86º45.53%92.16%-
XYZ48.7334.8582.76-
YUV164.12168159.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=36.43%
G=22.42%
B=41.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081282350.110.4600.08284.8672.7971.18
HexD080EBB2E0811d4947
Octal3202003531356010435111107
Binary11010000100000001110101110111011100100010001110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080EB; }

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

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

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

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

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

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

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

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