Html Css Color HEX #DC17CA Deep Magenta

📋 copy color: '#DC17CA'

red 220 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #DC17CA

Tints of Deep Magenta #DC17CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.17%

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 49.44%
G = 5.17%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC17CA (or 0xDC17CA) is known color: Deep Magenta. HEX triplet: DC, 17 and CA. RGB value is (220,23,202). Sum of RGB (Red+Green+Blue) = 220+23+202=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17CA is #23E835. Grayscale: #656565. Windows color (decimal): -2353206 or 13244380. OLE color: 13244380.

HSL color Cylindrical-coordinate representation of color #DC17CA: hue angle of 305.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17CA is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 202 -
CMYK 0 0.90 0.08 0.14
HSL 305.48º 0.81% 0.48% -
HSV(B) 305.48º 0.9% 0.86% -
XYZ 40.48 20.09 57.62 -
YUV 102.31 184.27 211.95 -
System Red Green Blue C M Y K H S L
Decimal 220 23 202 0 0.90 0.08 0.14 305.48 0.81 0.48
Hex DC 17 CA 0 5A 8 E 131 51 30
Octal 334 27 312 0 132 10 16 461 121 60
Binary 11011100 10111 11001010 0 1011010 1000 1110 100110001 1010001 110000

Color Harmonies of #DC17CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17CA

Black with #DC17CA

Text Example


Text Example

White with #DC17CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17CA; }

 p { color: rgb(220,23,202); }

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

background-color css

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

 a { background-color: rgb(220,23,202); }

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

border-color css

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

 span { border-color: rgb(220,23,202); }

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