Html Css Color HEX #DC17DD Deep Magenta

📋 copy color: '#DC17DD'

red 220 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #DC17DD

Tints of Deep Magenta #DC17DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 47.41%
G = 4.96%
B = 47.63%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC17DD (or 0xDC17DD) is known color: Deep Magenta. HEX triplet: DC, 17 and DD. RGB value is (220,23,221). Sum of RGB (Red+Green+Blue) = 220+23+221=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC17DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17DD is #23E822. Grayscale: #676767. Windows color (decimal): -2353187 or 14489564. OLE color: 14489564.

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

Color convert

RGB 220 23 221 -
CMYK 0.00 0.90 0 0.13
HSL 299.7º 0.81% 0.48% -
HSV(B) 299.7º 0.9% 0.87% -
XYZ 42.87 21.05 70.21 -
YUV 104.48 193.77 210.4 -
System Red Green Blue C M Y K H S L
Decimal 220 23 221 0.00 0.90 0 0.13 299.7 0.81 0.48
Hex DC 17 DD 0 5A 0 D 12C 51 30
Octal 334 27 335 0 132 0 15 454 121 60
Binary 11011100 10111 11011101 0 1011010 0 1101 100101100 1010001 110000

Color Harmonies of #DC17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17DD

Black with #DC17DD

Text Example


Text Example

White with #DC17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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