#db01d8

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

Shades of Deep Magenta #DB01D8

Tints of Deep Magenta #DB01D8

Color information

#DB01D8 (or 0xDB01D8) is unknown color: approx Deep Magenta. HEX triplet: DB, 01 and D8. RGB value is (219,1,216). Sum of RGB (Red+Green+Blue) = 219+1+216=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01D8 is #24FE27. Grayscale: #5A5A5A. Windows color (decimal): -2424360 or 14156251. OLE color: 14156251.

HSL color Cylindrical-coordinate representation of color #DB01D8: hue angle of 300.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01D8 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB2191216-
CMYK01.000.010.14
HSL300.83º99.09%43.14%-
HSV(B)300.83º99.54%85.88%-
XYZ41.6220.0466.64-
YUV90.69198.72219.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.23%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 216 (84.77% from 255) = 49.54%
R=50.23%
G=0.23%
B=49.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219121601.000.010.14300.8399.0943.14
HexDB1D80641E12d632b
Octal3331330014411645514353
Binary1101101111101100001100100111101001011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db01d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db01d8; }

 p { color: rgb(219,1,216); }

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

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

 a { background-color: rgb(219,1,216); }

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

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

 span { border-color: rgb(219,1,216); }

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