Html Css Color HEX #DB0CDB Deep Magenta

📋 copy color: '#DB0CDB'

red 219 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #DB0CDB

Tints of Deep Magenta #DB0CDB

RGB

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

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

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

R = 48.67%
G = 2.67%
B = 48.67%

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

#DB0CDB (or 0xDB0CDB) is known color: Deep Magenta. HEX triplet: DB, 0C and DB. RGB value is (219,12,219). Sum of RGB (Red+Green+Blue) = 219+12+219=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CDB is #24F324. Grayscale: #606060. Windows color (decimal): -2421541 or 14355675. OLE color: 14355675.

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

Color convert

RGB 219 12 219 -
CMYK 0 0.95 0 0.14
HSL 300º 0.9% 0.45% -
HSV(B) 300º 0.95% 0.86% -
XYZ 42.13 20.44 68.74 -
YUV 97.49 196.58 214.67 -
System Red Green Blue C M Y K H S L
Decimal 219 12 219 0 0.95 0 0.14 300 0.9 0.45
Hex DB C DB 0 5F 0 E 12C 5A 2D
Octal 333 14 333 0 137 0 16 454 132 55
Binary 11011011 1100 11011011 0 1011111 0 1110 100101100 1011010 101101

Color Harmonies of #DB0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CDB

Black with #DB0CDB

Text Example


Text Example

White with #DB0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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