Html Css Color HEX #DC1CD5 Deep Magenta

📋 copy color: '#DC1CD5'

red 220 ◦ green 28 ◦ blue 213

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

Shades of Deep Magenta #DC1CD5

Tints of Deep Magenta #DC1CD5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 47.72%
G = 6.07%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC1CD5 (or 0xDC1CD5) is known color: Deep Magenta. HEX triplet: DC, 1C and D5. RGB value is (220,28,213). Sum of RGB (Red+Green+Blue) = 220+28+213=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CD5 is #23E32A. Grayscale: #696969. Windows color (decimal): -2351915 or 13966556. OLE color: 13966556.

HSL color Cylindrical-coordinate representation of color #DC1CD5: hue angle of 302.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1CD5 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 28 213 -
CMYK 0 0.87 0.03 0.14
HSL 302.19º 0.77% 0.49% -
HSV(B) 302.19º 0.87% 0.86% -
XYZ 41.94 20.85 64.76 -
YUV 106.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 220 28 213 0 0.87 0.03 0.14 302.19 0.77 0.49
Hex DC 1C D5 0 57 3 E 12E 4D 31
Octal 334 34 325 0 127 3 16 456 115 61
Binary 11011100 11100 11010101 0 1010111 11 1110 100101110 1001101 110001

Color Harmonies of #DC1CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CD5

Black with #DC1CD5

Text Example


Text Example

White with #DC1CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CD5; }

 p { color: rgb(220,28,213); }

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

background-color css

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

 a { background-color: rgb(220,28,213); }

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

border-color css

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

 span { border-color: rgb(220,28,213); }

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