Html Css Color HEX #DB01BB Deep Magenta

📋 copy color: '#DB01BB'

red 219 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #DB01BB

Tints of Deep Magenta #DB01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 53.81%
G = 0.25%
B = 45.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB01BB (or 0xDB01BB) is known color: Deep Magenta. HEX triplet: DB, 01 and BB. RGB value is (219,1,187). Sum of RGB (Red+Green+Blue) = 219+1+187=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01BB is #24FE44. Grayscale: #565656. Windows color (decimal): -2424389 or 12255707. OLE color: 12255707.

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

Color convert

RGB 219 1 187 -
CMYK 0 1.00 0.15 0.14
HSL 308.81º 0.99% 0.43% -
HSV(B) 308.81º 1% 0.86% -
XYZ 38.19 18.67 48.6 -
YUV 87.39 184.22 221.88 -
System Red Green Blue C M Y K H S L
Decimal 219 1 187 0 1.00 0.15 0.14 308.81 0.99 0.43
Hex DB 1 BB 0 64 F E 135 63 2B
Octal 333 1 273 0 144 17 16 465 143 53
Binary 11011011 1 10111011 0 1100100 1111 1110 100110101 1100011 101011

Color Harmonies of #DB01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01BB

Black with #DB01BB

Text Example


Text Example

White with #DB01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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