Html Css Color HEX #DB01CB Deep Magenta

📋 copy color: '#DB01CB'

red 219 ◦ green 1 ◦ blue 203

#DB01CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DB01CB

Tints of Deep Magenta #DB01CB

RGB

 RED value IS 219 (85.94% from 255) = 51.77%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 51.77%
G = 0.24%
B = 47.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB01CB (or 0xDB01CB) is known color: Deep Magenta. HEX triplet: DB, 01 and CB. RGB value is (219,1,203). Sum of RGB (Red+Green+Blue) = 219+1+203=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01CB is #24FE34. Grayscale: #585858. Windows color (decimal): -2424373 or 13304283. OLE color: 13304283.

HSL color Cylindrical-coordinate representation of color #DB01CB: hue angle of 304.4º 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 #DB01CB is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 203 -
CMYK 0 1.00 0.07 0.14
HSL 304.4º 0.99% 0.43% -
HSV(B) 304.4º 1% 0.86% -
XYZ 40 19.39 58.13 -
YUV 89.21 192.22 220.57 -
System Red Green Blue C M Y K H S L
Decimal 219 1 203 0 1.00 0.07 0.14 304.4 0.99 0.43
Hex DB 1 CB 0 64 7 E 130 63 2B
Octal 333 1 313 0 144 7 16 460 143 53
Binary 11011011 1 11001011 0 1100100 111 1110 100110000 1100011 101011

Color Harmonies of #DB01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01CB

Black with #DB01CB

Text Example


Text Example

White with #DB01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01CB; }

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

 H1.HeaderClassName
 {
   color: #DB01CB;
 }
 .AnyTagClassName
 {
   color: #DB01CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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