#DB60ED

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

Shades of Heliotrope #DB60ED

Tints of Heliotrope #DB60ED

Color information

#DB60ED (or 0xDB60ED) is unknown color: approx Heliotrope. HEX triplet: DB, 60 and ED. RGB value is (219,96,237). Sum of RGB (Red+Green+Blue) = 219+96+237=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60ED is #249F12. Grayscale: #949494. Windows color (decimal): -2400019 or 15556827. OLE color: 15556827.

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

Color convert

RGB21996237-
CMYK0.080.5900.07
HSL292.34º79.66%65.29%-
HSV(B)292.34º59.49%92.94%-
XYZ48.6829.5483.26-
YUV148.85177.75178.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 96 (37.89% from 255) = 17.39%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=39.67%
G=17.39%
B=42.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219962370.080.5900.07292.3479.6665.29
HexDB60ED83B071245041
Octal333140355107307444120101
Binary110110111100000111011011000111011011110010010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60ED; }

 p { color: rgb(219,96,237); }

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

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

 a { background-color: rgb(219,96,237); }

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

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

 span { border-color: rgb(219,96,237); }

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