Html Css Color HEX #DB13B9 Deep Magenta

📋 copy color: '#DB13B9'

red 219 ◦ green 19 ◦ blue 185

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

Shades of Deep Magenta #DB13B9

Tints of Deep Magenta #DB13B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 51.77%
G = 4.49%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB13B9 (or 0xDB13B9) is known color: Deep Magenta. HEX triplet: DB, 13 and B9. RGB value is (219,19,185). Sum of RGB (Red+Green+Blue) = 219+19+185=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13B9 is #24EC46. Grayscale: #616161. Windows color (decimal): -2419783 or 12129243. OLE color: 12129243.

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

Color convert

RGB 219 19 185 -
CMYK 0 0.91 0.16 0.14
HSL 310.2º 0.84% 0.47% -
HSV(B) 310.2º 0.91% 0.86% -
XYZ 38.2 19.03 47.56 -
YUV 97.72 177.26 214.5 -
System Red Green Blue C M Y K H S L
Decimal 219 19 185 0 0.91 0.16 0.14 310.2 0.84 0.47
Hex DB 13 B9 0 5B 10 E 136 54 2F
Octal 333 23 271 0 133 20 16 466 124 57
Binary 11011011 10011 10111001 0 1011011 10000 1110 100110110 1010100 101111

Color Harmonies of #DB13B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13B9

Black with #DB13B9

Text Example


Text Example

White with #DB13B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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