Html Css Color HEX #DB0DC5 Deep Magenta

📋 copy color: '#DB0DC5'

red 219 ◦ green 13 ◦ blue 197

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

Shades of Deep Magenta #DB0DC5

Tints of Deep Magenta #DB0DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 51.05%
G = 3.03%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB0DC5 (or 0xDB0DC5) is known color: Deep Magenta. HEX triplet: DB, 0D and C5. RGB value is (219,13,197). Sum of RGB (Red+Green+Blue) = 219+13+197=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DC5 is #24F23A. Grayscale: #5F5F5F. Windows color (decimal): -2421307 or 12914139. OLE color: 12914139.

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

Color convert

RGB 219 13 197 -
CMYK 0 0.94 0.10 0.14
HSL 306.41º 0.89% 0.45% -
HSV(B) 306.41º 0.94% 0.86% -
XYZ 39.44 19.38 54.49 -
YUV 95.57 185.25 216.04 -
System Red Green Blue C M Y K H S L
Decimal 219 13 197 0 0.94 0.10 0.14 306.41 0.89 0.45
Hex DB D C5 0 5E A E 132 59 2D
Octal 333 15 305 0 136 12 16 462 131 55
Binary 11011011 1101 11000101 0 1011110 1010 1110 100110010 1011001 101101

Color Harmonies of #DB0DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DC5

Black with #DB0DC5

Text Example


Text Example

White with #DB0DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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