Html Css Color HEX #DC17DA Deep Magenta

📋 copy color: '#DC17DA'

red 220 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #DC17DA

Tints of Deep Magenta #DC17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 47.72%
G = 4.99%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC17DA (or 0xDC17DA) is known color: Deep Magenta. HEX triplet: DC, 17 and DA. RGB value is (220,23,218). Sum of RGB (Red+Green+Blue) = 220+23+218=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17DA is #23E825. Grayscale: #676767. Windows color (decimal): -2353190 or 14292956. OLE color: 14292956.

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

Color convert

RGB 220 23 218 -
CMYK 0 0.90 0.01 0.14
HSL 300.61º 0.81% 0.48% -
HSV(B) 300.61º 0.9% 0.86% -
XYZ 42.48 20.89 68.12 -
YUV 104.13 192.27 210.64 -
System Red Green Blue C M Y K H S L
Decimal 220 23 218 0 0.90 0.01 0.14 300.61 0.81 0.48
Hex DC 17 DA 0 5A 1 E 12D 51 30
Octal 334 27 332 0 132 1 16 455 121 60
Binary 11011100 10111 11011010 0 1011010 1 1110 100101101 1010001 110000

Color Harmonies of #DC17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17DA

Black with #DC17DA

Text Example


Text Example

White with #DC17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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