Html Css Color HEX #DC13C7 Deep Magenta

📋 copy color: '#DC13C7'

red 220 ◦ green 19 ◦ blue 199

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

Shades of Deep Magenta #DC13C7

Tints of Deep Magenta #DC13C7

RGB

 RED value IS 220 (86.33% from 255) = 50.23%

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

 BLUE value IS 199 (78.13% from 255) = 45.43%

R = 50.23%
G = 4.34%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC13C7 (or 0xDC13C7) is known color: Deep Magenta. HEX triplet: DC, 13 and C7. RGB value is (220,19,199). Sum of RGB (Red+Green+Blue) = 220+19+199=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13C7 is #23EC38. Grayscale: #636363. Windows color (decimal): -2354233 or 13046748. OLE color: 13046748.

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

Color convert

RGB 220 19 199 -
CMYK 0 0.91 0.10 0.14
HSL 306.27º 0.84% 0.47% -
HSV(B) 306.27º 0.91% 0.86% -
XYZ 40.06 19.8 55.74 -
YUV 99.62 184.09 213.86 -
System Red Green Blue C M Y K H S L
Decimal 220 19 199 0 0.91 0.10 0.14 306.27 0.84 0.47
Hex DC 13 C7 0 5B A E 132 54 2F
Octal 334 23 307 0 133 12 16 462 124 57
Binary 11011100 10011 11000111 0 1011011 1010 1110 100110010 1010100 101111

Color Harmonies of #DC13C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13C7

Black with #DC13C7

Text Example


Text Example

White with #DC13C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13C7; }

 p { color: rgb(220,19,199); }

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

background-color css

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

 a { background-color: rgb(220,19,199); }

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

border-color css

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

 span { border-color: rgb(220,19,199); }

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