Html Css Color HEX #DC17C8 Deep Magenta

📋 copy color: '#DC17C8'

red 220 ◦ green 23 ◦ blue 200

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

Shades of Deep Magenta #DC17C8

Tints of Deep Magenta #DC17C8

RGB

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

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

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

R = 49.66%
G = 5.19%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC17C8 (or 0xDC17C8) is known color: Deep Magenta. HEX triplet: DC, 17 and C8. RGB value is (220,23,200). Sum of RGB (Red+Green+Blue) = 220+23+200=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17C8 is #23E837. Grayscale: #656565. Windows color (decimal): -2353208 or 13113308. OLE color: 13113308.

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

Color convert

RGB 220 23 200 -
CMYK 0 0.90 0.09 0.14
HSL 306.09º 0.81% 0.48% -
HSV(B) 306.09º 0.9% 0.86% -
XYZ 40.25 20 56.38 -
YUV 102.08 183.27 212.11 -
System Red Green Blue C M Y K H S L
Decimal 220 23 200 0 0.90 0.09 0.14 306.09 0.81 0.48
Hex DC 17 C8 0 5A 9 E 132 51 30
Octal 334 27 310 0 132 11 16 462 121 60
Binary 11011100 10111 11001000 0 1011010 1001 1110 100110010 1010001 110000

Color Harmonies of #DC17C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17C8

Black with #DC17C8

Text Example


Text Example

White with #DC17C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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