Html Css Color HEX #DB00BB Deep Magenta

📋 copy color: '#DB00BB'

red 219 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #DB00BB

Tints of Deep Magenta #DB00BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.94%
G = 0%
B = 46.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB00BB (or 0xDB00BB) is known color: Deep Magenta. HEX triplet: DB, 00 and BB. RGB value is (219,0,187). Sum of RGB (Red+Green+Blue) = 219+0+187=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00BB is #24FF44. Grayscale: #565656. Windows color (decimal): -2424645 or 12255451. OLE color: 12255451.

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

Color convert

RGB 219 0 187 -
CMYK 0 1 0.15 0.14
HSL 308.77º 1% 0.43% -
HSV(B) 308.77º 1% 0.86% -
XYZ 38.18 18.65 48.6 -
YUV 86.8 184.55 222.29 -
System Red Green Blue C M Y K H S L
Decimal 219 0 187 0 1 0.15 0.14 308.77 1 0.43
Hex DB 0 BB 0 64 F E 135 64 2B
Octal 333 0 273 0 144 17 16 465 144 53
Binary 11011011 0 10111011 0 1100100 1111 1110 100110101 1100100 101011

Color Harmonies of #DB00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00BB

Black with #DB00BB

Text Example


Text Example

White with #DB00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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