Html Css Color HEX #DB0BDB Deep Magenta

📋 copy color: '#DB0BDB'

red 219 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #DB0BDB

Tints of Deep Magenta #DB0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.45%

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 48.78%
G = 2.45%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB0BDB (or 0xDB0BDB) is known color: Deep Magenta. HEX triplet: DB, 0B and DB. RGB value is (219,11,219). Sum of RGB (Red+Green+Blue) = 219+11+219=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BDB is #24F424. Grayscale: #606060. Windows color (decimal): -2421797 or 14355419. OLE color: 14355419.

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

Color convert

RGB 219 11 219 -
CMYK 0 0.95 0 0.14
HSL 300º 0.9% 0.45% -
HSV(B) 300º 0.95% 0.86% -
XYZ 42.12 20.41 68.74 -
YUV 96.9 196.91 215.09 -
System Red Green Blue C M Y K H S L
Decimal 219 11 219 0 0.95 0 0.14 300 0.9 0.45
Hex DB B DB 0 5F 0 E 12C 5A 2D
Octal 333 13 333 0 137 0 16 454 132 55
Binary 11011011 1011 11011011 0 1011111 0 1110 100101100 1011010 101101

Color Harmonies of #DB0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BDB

Black with #DB0BDB

Text Example


Text Example

White with #DB0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BDB; }

 p { color: rgb(219,11,219); }

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

background-color css

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

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

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

border-color css

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

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

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