#D067EA

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

Shades of Heliotrope #D067EA

Tints of Heliotrope #D067EA

Color information

#D067EA (or 0xD067EA) is unknown color: approx Heliotrope. HEX triplet: D0, 67 and EA. RGB value is (208,103,234). Sum of RGB (Red+Green+Blue) = 208+103+234=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #D067EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D067EA is #2F9815. Grayscale: #949494. Windows color (decimal): -3119126 or 15362000. OLE color: 15362000.

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

Color convert

RGB208103234-
CMYK0.110.5600.08
HSL288.09º75.72%66.08%-
HSV(B)288.09º55.98%91.76%-
XYZ45.7129.0581.04-
YUV149.33175.79169.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 103 (40.62% from 255) = 18.90%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=38.17%
G=18.90%
B=42.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081032340.110.5600.08288.0975.7266.08
HexD067EAB38081204c42
Octal3201473521370010440114102
Binary1101000011001111110101010111110000100010010000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067EA; }

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

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

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

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

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

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

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

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