Html Css Color HEX #DC19C8 Deep Magenta

📋 copy color: '#DC19C8'

red 220 ◦ green 25 ◦ blue 200

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

Shades of Deep Magenta #DC19C8

Tints of Deep Magenta #DC19C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 49.44%
G = 5.62%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC19C8 (or 0xDC19C8) is known color: Deep Magenta. HEX triplet: DC, 19 and C8. RGB value is (220,25,200). Sum of RGB (Red+Green+Blue) = 220+25+200=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19C8 is #23E637. Grayscale: #666666. Windows color (decimal): -2352696 or 13113820. OLE color: 13113820.

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

Color convert

RGB 220 25 200 -
CMYK 0 0.89 0.09 0.14
HSL 306.15º 0.8% 0.48% -
HSV(B) 306.15º 0.89% 0.86% -
XYZ 40.29 20.08 56.4 -
YUV 103.26 182.6 211.27 -
System Red Green Blue C M Y K H S L
Decimal 220 25 200 0 0.89 0.09 0.14 306.15 0.8 0.48
Hex DC 19 C8 0 59 9 E 132 50 30
Octal 334 31 310 0 131 11 16 462 120 60
Binary 11011100 11001 11001000 0 1011001 1001 1110 100110010 1010000 110000

Color Harmonies of #DC19C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19C8

Black with #DC19C8

Text Example


Text Example

White with #DC19C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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