Html Css Color HEX #DB0DB5 Deep Magenta

📋 copy color: '#DB0DB5'

red 219 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #DB0DB5

Tints of Deep Magenta #DB0DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.83%

R = 53.03%
G = 3.15%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB0DB5 (or 0xDB0DB5) is known color: Deep Magenta. HEX triplet: DB, 0D and B5. RGB value is (219,13,181). Sum of RGB (Red+Green+Blue) = 219+13+181=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DB5 is #24F24A. Grayscale: #5D5D5D. Windows color (decimal): -2421323 or 11865563. OLE color: 11865563.

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

Color convert

RGB 219 13 181 -
CMYK 0 0.94 0.17 0.14
HSL 311.07º 0.89% 0.45% -
HSV(B) 311.07º 0.94% 0.86% -
XYZ 37.7 18.68 45.34 -
YUV 93.75 177.25 217.34 -
System Red Green Blue C M Y K H S L
Decimal 219 13 181 0 0.94 0.17 0.14 311.07 0.89 0.45
Hex DB D B5 0 5E 11 E 137 59 2D
Octal 333 15 265 0 136 21 16 467 131 55
Binary 11011011 1101 10110101 0 1011110 10001 1110 100110111 1011001 101101

Color Harmonies of #DB0DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DB5

Black with #DB0DB5

Text Example


Text Example

White with #DB0DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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