Html Css Color HEX #DB13C2 Deep Magenta

📋 copy color: '#DB13C2'

red 219 ◦ green 19 ◦ blue 194

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

Shades of Deep Magenta #DB13C2

Tints of Deep Magenta #DB13C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 50.69%
G = 4.4%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB13C2 (or 0xDB13C2) is known color: Deep Magenta. HEX triplet: DB, 13 and C2. RGB value is (219,19,194). Sum of RGB (Red+Green+Blue) = 219+19+194=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13C2 is #24EC3D. Grayscale: #626262. Windows color (decimal): -2419774 or 12719067. OLE color: 12719067.

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

Color convert

RGB 219 19 194 -
CMYK 0 0.91 0.11 0.14
HSL 307.5º 0.84% 0.47% -
HSV(B) 307.5º 0.91% 0.86% -
XYZ 39.18 19.42 52.72 -
YUV 98.75 181.76 213.77 -
System Red Green Blue C M Y K H S L
Decimal 219 19 194 0 0.91 0.11 0.14 307.5 0.84 0.47
Hex DB 13 C2 0 5B B E 134 54 2F
Octal 333 23 302 0 133 13 16 464 124 57
Binary 11011011 10011 11000010 0 1011011 1011 1110 100110100 1010100 101111

Color Harmonies of #DB13C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13C2

Black with #DB13C2

Text Example


Text Example

White with #DB13C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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