Html Css Color HEX #DB0DB7 Deep Magenta

📋 copy color: '#DB0DB7'

red 219 ◦ green 13 ◦ blue 183

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

Shades of Deep Magenta #DB0DB7

Tints of Deep Magenta #DB0DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.1%

R = 52.77%
G = 3.13%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB0DB7 (or 0xDB0DB7) is known color: Deep Magenta. HEX triplet: DB, 0D and B7. RGB value is (219,13,183). Sum of RGB (Red+Green+Blue) = 219+13+183=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DB7 is #24F248. Grayscale: #5D5D5D. Windows color (decimal): -2421321 or 11996635. OLE color: 11996635.

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

Color convert

RGB 219 13 183 -
CMYK 0 0.94 0.16 0.14
HSL 310.49º 0.89% 0.45% -
HSV(B) 310.49º 0.94% 0.86% -
XYZ 37.9 18.77 46.42 -
YUV 93.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 219 13 183 0 0.94 0.16 0.14 310.49 0.89 0.45
Hex DB D B7 0 5E 10 E 136 59 2D
Octal 333 15 267 0 136 20 16 466 131 55
Binary 11011011 1101 10110111 0 1011110 10000 1110 100110110 1011001 101101

Color Harmonies of #DB0DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DB7

Black with #DB0DB7

Text Example


Text Example

White with #DB0DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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