#D35EEF

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

Shades of Heliotrope #D35EEF

Tints of Heliotrope #D35EEF

Color information

#D35EEF (or 0xD35EEF) is unknown color: approx Heliotrope. HEX triplet: D3, 5E and EF. RGB value is (211,94,239). Sum of RGB (Red+Green+Blue) = 211+94+239=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #D35EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EEF is #2CA110. Grayscale: #919191. Windows color (decimal): -2924817 or 15687379. OLE color: 15687379.

HSL color Cylindrical-coordinate representation of color #D35EEF: hue angle of 288.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35EEF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21194239-
CMYK0.120.6100.06
HSL288.41º81.92%65.29%-
HSV(B)288.41º60.67%93.73%-
XYZ46.4528.0984.63-
YUV145.51180.76174.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 94 (37.11% from 255) = 17.28%
BLUE value IS 239 (93.75% from 255) = 43.93%
R=38.79%
G=17.28%
B=43.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211942390.120.6100.06288.4181.9265.29
HexD35EEFC3D061205241
Octal323136357147506440122101
Binary110100111011110111011111100111101011010010000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35EEF; }

 p { color: rgb(211,94,239); }

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

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

 a { background-color: rgb(211,94,239); }

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

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

 span { border-color: rgb(211,94,239); }

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