Html Css Color HEX #DB13BA Deep Magenta

📋 copy color: '#DB13BA'

red 219 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #DB13BA

Tints of Deep Magenta #DB13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.48%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 51.65%
G = 4.48%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB13BA (or 0xDB13BA) is known color: Deep Magenta. HEX triplet: DB, 13 and BA. RGB value is (219,19,186). Sum of RGB (Red+Green+Blue) = 219+19+186=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13BA is #24EC45. Grayscale: #616161. Windows color (decimal): -2419782 or 12194779. OLE color: 12194779.

HSL color Cylindrical-coordinate representation of color #DB13BA: hue angle of 309.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB13BA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 186 -
CMYK 0 0.91 0.15 0.14
HSL 309.9º 0.84% 0.47% -
HSV(B) 309.9º 0.91% 0.86% -
XYZ 38.31 19.07 48.12 -
YUV 97.84 177.76 214.42 -
System Red Green Blue C M Y K H S L
Decimal 219 19 186 0 0.91 0.15 0.14 309.9 0.84 0.47
Hex DB 13 BA 0 5B F E 136 54 2F
Octal 333 23 272 0 133 17 16 466 124 57
Binary 11011011 10011 10111010 0 1011011 1111 1110 100110110 1010100 101111

Color Harmonies of #DB13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13BA

Black with #DB13BA

Text Example


Text Example

White with #DB13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13BA; }

 p { color: rgb(219,19,186); }

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

background-color css

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

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

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

border-color css

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

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

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