Html Css Color HEX #DB0CBB Deep Magenta

📋 copy color: '#DB0CBB'

red 219 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #DB0CBB

Tints of Deep Magenta #DB0CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.87%

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

R = 52.39%
G = 2.87%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB0CBB (or 0xDB0CBB) is known color: Deep Magenta. HEX triplet: DB, 0C and BB. RGB value is (219,12,187). Sum of RGB (Red+Green+Blue) = 219+12+187=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CBB is #24F344. Grayscale: #5D5D5D. Windows color (decimal): -2421573 or 12258523. OLE color: 12258523.

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

Color convert

RGB 219 12 187 -
CMYK 0 0.95 0.15 0.14
HSL 309.28º 0.9% 0.45% -
HSV(B) 309.28º 0.95% 0.86% -
XYZ 38.31 18.91 48.64 -
YUV 93.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 219 12 187 0 0.95 0.15 0.14 309.28 0.9 0.45
Hex DB C BB 0 5F F E 135 5A 2D
Octal 333 14 273 0 137 17 16 465 132 55
Binary 11011011 1100 10111011 0 1011111 1111 1110 100110101 1011010 101101

Color Harmonies of #DB0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CBB

Black with #DB0CBB

Text Example


Text Example

White with #DB0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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