#DB1EE0

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

Shades of Deep Magenta #DB1EE0

Tints of Deep Magenta #DB1EE0

Color information

#DB1EE0 (or 0xDB1EE0) is unknown color: approx Deep Magenta. HEX triplet: DB, 1E and E0. RGB value is (219,30,224). Sum of RGB (Red+Green+Blue) = 219+30+224=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB1EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EE0 is #24E11F. Grayscale: #6C6C6C. Windows color (decimal): -2416928 or 14687963. OLE color: 14687963.

HSL color Cylindrical-coordinate representation of color #DB1EE0: hue angle of 298.45º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1EE0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21930224-
CMYK0.020.8700.12
HSL298.45º76.38%49.8%-
HSV(B)298.45º86.61%87.84%-
XYZ43.1321.3772.37-
YUV108.63193.12206.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 30 (12.11% from 255) = 6.34%
BLUE value IS 224 (87.89% from 255) = 47.36%
R=46.30%
G=6.34%
B=47.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219302240.020.8700.12298.4576.3849.8
HexDB1EE02570C12a4c32
Octal33336340212701445211462
Binary110110111111011100000101010111011001001010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1EE0; }

 p { color: rgb(219,30,224); }

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

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

 a { background-color: rgb(219,30,224); }

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

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

 span { border-color: rgb(219,30,224); }

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