Html Css Color HEX #DC19CD Deep Magenta

📋 copy color: '#DC19CD'

red 220 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #DC19CD

Tints of Deep Magenta #DC19CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 48.89%
G = 5.56%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC19CD (or 0xDC19CD) is known color: Deep Magenta. HEX triplet: DC, 19 and CD. RGB value is (220,25,205). Sum of RGB (Red+Green+Blue) = 220+25+205=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19CD is #23E632. Grayscale: #676767. Windows color (decimal): -2352691 or 13441500. OLE color: 13441500.

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

Color convert

RGB 220 25 205 -
CMYK 0 0.89 0.07 0.14
HSL 304.62º 0.8% 0.48% -
HSV(B) 304.62º 0.89% 0.86% -
XYZ 40.88 20.32 59.52 -
YUV 103.83 185.1 210.86 -
System Red Green Blue C M Y K H S L
Decimal 220 25 205 0 0.89 0.07 0.14 304.62 0.8 0.48
Hex DC 19 CD 0 59 7 E 131 50 30
Octal 334 31 315 0 131 7 16 461 120 60
Binary 11011100 11001 11001101 0 1011001 111 1110 100110001 1010000 110000

Color Harmonies of #DC19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19CD

Black with #DC19CD

Text Example


Text Example

White with #DC19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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