Html Css Color HEX #DC17C4 Deep Magenta

📋 copy color: '#DC17C4'

red 220 ◦ green 23 ◦ blue 196

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

Shades of Deep Magenta #DC17C4

Tints of Deep Magenta #DC17C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.65%

R = 50.11%
G = 5.24%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC17C4 (or 0xDC17C4) is known color: Deep Magenta. HEX triplet: DC, 17 and C4. RGB value is (220,23,196). Sum of RGB (Red+Green+Blue) = 220+23+196=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17C4 is #23E83B. Grayscale: #656565. Windows color (decimal): -2353212 or 12851164. OLE color: 12851164.

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

Color convert

RGB 220 23 196 -
CMYK 0 0.90 0.11 0.14
HSL 307.31º 0.81% 0.48% -
HSV(B) 307.31º 0.9% 0.86% -
XYZ 39.79 19.81 53.95 -
YUV 101.63 181.27 212.43 -
System Red Green Blue C M Y K H S L
Decimal 220 23 196 0 0.90 0.11 0.14 307.31 0.81 0.48
Hex DC 17 C4 0 5A B E 133 51 30
Octal 334 27 304 0 132 13 16 463 121 60
Binary 11011100 10111 11000100 0 1011010 1011 1110 100110011 1010001 110000

Color Harmonies of #DC17C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17C4

Black with #DC17C4

Text Example


Text Example

White with #DC17C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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