#DB04D7

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

Shades of Deep Magenta #DB04D7

Tints of Deep Magenta #DB04D7

Color information

#DB04D7 (or 0xDB04D7) is unknown color: approx Deep Magenta. HEX triplet: DB, 04 and D7. RGB value is (219,4,215). Sum of RGB (Red+Green+Blue) = 219+4+215=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04D7 is #24FB28. Grayscale: #5B5B5B. Windows color (decimal): -2423593 or 14091483. OLE color: 14091483.

HSL color Cylindrical-coordinate representation of color #DB04D7: hue angle of 301.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04D7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB2194215-
CMYK00.980.020.14
HSL301.12º96.41%43.73%-
HSV(B)301.12º98.17%85.88%-
XYZ41.5220.0565.97-
YUV92.34197.23218.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 0.91%
BLUE value IS 215 (84.38% from 255) = 49.09%
R=50%
G=0.91%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219421500.980.020.14301.1296.4143.73
HexDB4D70622E12d602c
Octal3334327014221645514054
Binary1101101110011010111011000101011101001011011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB04D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB04D7; }

 p { color: rgb(219,4,215); }

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

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

 a { background-color: rgb(219,4,215); }

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

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

 span { border-color: rgb(219,4,215); }

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