Html Css Color HEX #DC17CC Deep Magenta

📋 copy color: '#DC17CC'

red 220 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #DC17CC

Tints of Deep Magenta #DC17CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 49.22%
G = 5.15%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC17CC (or 0xDC17CC) is known color: Deep Magenta. HEX triplet: DC, 17 and CC. RGB value is (220,23,204). Sum of RGB (Red+Green+Blue) = 220+23+204=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17CC is #23E833. Grayscale: #666666. Windows color (decimal): -2353204 or 13375452. OLE color: 13375452.

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

Color convert

RGB 220 23 204 -
CMYK 0 0.90 0.07 0.14
HSL 304.87º 0.81% 0.48% -
HSV(B) 304.87º 0.9% 0.86% -
XYZ 40.72 20.19 58.88 -
YUV 102.54 185.27 211.78 -
System Red Green Blue C M Y K H S L
Decimal 220 23 204 0 0.90 0.07 0.14 304.87 0.81 0.48
Hex DC 17 CC 0 5A 7 E 131 51 30
Octal 334 27 314 0 132 7 16 461 121 60
Binary 11011100 10111 11001100 0 1011010 111 1110 100110001 1010001 110000

Color Harmonies of #DC17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17CC

Black with #DC17CC

Text Example


Text Example

White with #DC17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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