Html Css Color HEX #DC17CE Deep Magenta

📋 copy color: '#DC17CE'

red 220 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #DC17CE

Tints of Deep Magenta #DC17CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 49%
G = 5.12%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC17CE (or 0xDC17CE) is known color: Deep Magenta. HEX triplet: DC, 17 and CE. RGB value is (220,23,206). Sum of RGB (Red+Green+Blue) = 220+23+206=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17CE is #23E831. Grayscale: #666666. Windows color (decimal): -2353202 or 13506524. OLE color: 13506524.

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

Color convert

RGB 220 23 206 -
CMYK 0 0.90 0.06 0.14
HSL 304.26º 0.81% 0.48% -
HSV(B) 304.26º 0.9% 0.86% -
XYZ 40.96 20.28 60.15 -
YUV 102.77 186.27 211.62 -
System Red Green Blue C M Y K H S L
Decimal 220 23 206 0 0.90 0.06 0.14 304.26 0.81 0.48
Hex DC 17 CE 0 5A 6 E 130 51 30
Octal 334 27 316 0 132 6 16 460 121 60
Binary 11011100 10111 11001110 0 1011010 110 1110 100110000 1010001 110000

Color Harmonies of #DC17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17CE

Black with #DC17CE

Text Example


Text Example

White with #DC17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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