Html Css Color HEX #DC17E1 Deep Magenta

📋 copy color: '#DC17E1'

red 220 ◦ green 23 ◦ blue 225

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

Shades of Deep Magenta #DC17E1

Tints of Deep Magenta #DC17E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 47.01%
G = 4.91%
B = 48.08%

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

#DC17E1 (or 0xDC17E1) is known color: Deep Magenta. HEX triplet: DC, 17 and E1. RGB value is (220,23,225). Sum of RGB (Red+Green+Blue) = 220+23+225=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC17E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17E1 is #23E81E. Grayscale: #686868. Windows color (decimal): -2353183 or 14751708. OLE color: 14751708.

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

Color convert

RGB 220 23 225 -
CMYK 0.02 0.90 0 0.12
HSL 298.51º 0.81% 0.49% -
HSV(B) 298.51º 0.9% 0.88% -
XYZ 43.41 21.26 73.05 -
YUV 104.93 195.77 210.07 -
System Red Green Blue C M Y K H S L
Decimal 220 23 225 0.02 0.90 0 0.12 298.51 0.81 0.49
Hex DC 17 E1 2 5A 0 C 12B 51 31
Octal 334 27 341 2 132 0 14 453 121 61
Binary 11011100 10111 11100001 10 1011010 0 1100 100101011 1010001 110001

Color Harmonies of #DC17E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17E1

Black with #DC17E1

Text Example


Text Example

White with #DC17E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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