#D05FEA

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

Shades of Heliotrope #D05FEA

Tints of Heliotrope #D05FEA

Color information

#D05FEA (or 0xD05FEA) is unknown color: approx Heliotrope. HEX triplet: D0, 5F and EA. RGB value is (208,95,234). Sum of RGB (Red+Green+Blue) = 208+95+234=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #D05FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FEA is #2FA015. Grayscale: #909090. Windows color (decimal): -3121174 or 15359952. OLE color: 15359952.

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

Color convert

RGB20895234-
CMYK0.110.5900.08
HSL288.78º76.8%64.51%-
HSV(B)288.78º59.4%91.76%-
XYZ44.9627.5380.79-
YUV144.63178.44173.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=38.73%
G=17.69%
B=43.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208952340.110.5900.08288.7876.864.51
HexD05FEAB3B081214d41
Octal3201373521373010441115101
Binary1101000010111111110101010111110110100010010000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FEA; }

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

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

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

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

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

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

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

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