#D55DEF

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

Shades of Heliotrope #D55DEF

Tints of Heliotrope #D55DEF

Color information

#D55DEF (or 0xD55DEF) is unknown color: approx Heliotrope. HEX triplet: D5, 5D and EF. RGB value is (213,93,239). Sum of RGB (Red+Green+Blue) = 213+93+239=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D55DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DEF is #2AA210. Grayscale: #919191. Windows color (decimal): -2794001 or 15687125. OLE color: 15687125.

HSL color Cylindrical-coordinate representation of color #D55DEF: hue angle of 289.32º 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 #D55DEF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21393239-
CMYK0.110.6100.06
HSL289.32º82.02%65.1%-
HSV(B)289.32º61.09%93.73%-
XYZ46.9328.2184.63-
YUV145.52180.76176.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 93 (36.72% from 255) = 17.06%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=39.08%
G=17.06%
B=43.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213932390.110.6100.06289.3282.0265.1
HexD55DEFB3D061215241
Octal325135357137506441122101
Binary110101011011101111011111011111101011010010000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DEF; }

 p { color: rgb(213,93,239); }

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

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

 a { background-color: rgb(213,93,239); }

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

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

 span { border-color: rgb(213,93,239); }

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