Html Css Color HEX #DB0DBB Deep Magenta

📋 copy color: '#DB0DBB'

red 219 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #DB0DBB

Tints of Deep Magenta #DB0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 52.27%
G = 3.1%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB0DBB (or 0xDB0DBB) is known color: Deep Magenta. HEX triplet: DB, 0D and BB. RGB value is (219,13,187). Sum of RGB (Red+Green+Blue) = 219+13+187=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DBB is #24F244. Grayscale: #5D5D5D. Windows color (decimal): -2421317 or 12258779. OLE color: 12258779.

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

Color convert

RGB 219 13 187 -
CMYK 0 0.94 0.15 0.14
HSL 309.32º 0.89% 0.45% -
HSV(B) 309.32º 0.94% 0.86% -
XYZ 38.33 18.94 48.65 -
YUV 94.43 180.25 216.85 -
System Red Green Blue C M Y K H S L
Decimal 219 13 187 0 0.94 0.15 0.14 309.32 0.89 0.45
Hex DB D BB 0 5E F E 135 59 2D
Octal 333 15 273 0 136 17 16 465 131 55
Binary 11011011 1101 10111011 0 1011110 1111 1110 100110101 1011001 101101

Color Harmonies of #DB0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DBB

Black with #DB0DBB

Text Example


Text Example

White with #DB0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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