Html Css Color HEX #DC19C6 Deep Magenta

📋 copy color: '#DC19C6'

red 220 ◦ green 25 ◦ blue 198

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

Shades of Deep Magenta #DC19C6

Tints of Deep Magenta #DC19C6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.64%

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 49.66%
G = 5.64%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC19C6 (or 0xDC19C6) is known color: Deep Magenta. HEX triplet: DC, 19 and C6. RGB value is (220,25,198). Sum of RGB (Red+Green+Blue) = 220+25+198=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19C6 is #23E639. Grayscale: #666666. Windows color (decimal): -2352698 or 12982748. OLE color: 12982748.

HSL color Cylindrical-coordinate representation of color #DC19C6: hue angle of 306.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19C6 is Cyan = 0, Magento = 0.89, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 198 -
CMYK 0 0.89 0.1 0.14
HSL 306.77º 0.8% 0.48% -
HSV(B) 306.77º 0.89% 0.86% -
XYZ 40.06 19.99 55.17 -
YUV 103.03 181.6 211.43 -
System Red Green Blue C M Y K H S L
Decimal 220 25 198 0 0.89 0.1 0.14 306.77 0.8 0.48
Hex DC 19 C6 0 59 A E 133 50 30
Octal 334 31 306 0 131 12 16 463 120 60
Binary 11011100 11001 11000110 0 1011001 1010 1110 100110011 1010000 110000

Color Harmonies of #DC19C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19C6

Black with #DC19C6

Text Example


Text Example

White with #DC19C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19C6; }

 p { color: rgb(220,25,198); }

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

background-color css

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

 a { background-color: rgb(220,25,198); }

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

border-color css

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

 span { border-color: rgb(220,25,198); }

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