Html Css Color HEX #DC17E0 Deep Magenta

📋 copy color: '#DC17E0'

red 220 ◦ green 23 ◦ blue 224

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

Shades of Deep Magenta #DC17E0

Tints of Deep Magenta #DC17E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 47.11%
G = 4.93%
B = 47.97%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC17E0 (or 0xDC17E0) is known color: Deep Magenta. HEX triplet: DC, 17 and E0. RGB value is (220,23,224). Sum of RGB (Red+Green+Blue) = 220+23+224=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC17E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17E0 is #23E81F. Grayscale: #686868. Windows color (decimal): -2353184 or 14686172. OLE color: 14686172.

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

Color convert

RGB 220 23 224 -
CMYK 0.02 0.90 0 0.12
HSL 298.81º 0.81% 0.48% -
HSV(B) 298.81º 0.9% 0.88% -
XYZ 43.28 21.21 72.33 -
YUV 104.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 220 23 224 0.02 0.90 0 0.12 298.81 0.81 0.48
Hex DC 17 E0 2 5A 0 C 12B 51 30
Octal 334 27 340 2 132 0 14 453 121 60
Binary 11011100 10111 11100000 10 1011010 0 1100 100101011 1010001 110000

Color Harmonies of #DC17E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17E0

Black with #DC17E0

Text Example


Text Example

White with #DC17E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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