Html Css Color HEX #DC1DCD Deep Magenta

📋 copy color: '#DC1DCD'

red 220 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #DC1DCD

Tints of Deep Magenta #DC1DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.39%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 48.46%
G = 6.39%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC1DCD (or 0xDC1DCD) is known color: Deep Magenta. HEX triplet: DC, 1D and CD. RGB value is (220,29,205). Sum of RGB (Red+Green+Blue) = 220+29+205=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DCD is #23E232. Grayscale: #696969. Windows color (decimal): -2351667 or 13442524. OLE color: 13442524.

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

Color convert

RGB 220 29 205 -
CMYK 0 0.87 0.07 0.14
HSL 304.71º 0.77% 0.49% -
HSV(B) 304.71º 0.87% 0.86% -
XYZ 40.97 20.5 59.56 -
YUV 106.17 183.78 209.19 -
System Red Green Blue C M Y K H S L
Decimal 220 29 205 0 0.87 0.07 0.14 304.71 0.77 0.49
Hex DC 1D CD 0 57 7 E 131 4D 31
Octal 334 35 315 0 127 7 16 461 115 61
Binary 11011100 11101 11001101 0 1010111 111 1110 100110001 1001101 110001

Color Harmonies of #DC1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DCD

Black with #DC1DCD

Text Example


Text Example

White with #DC1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DCD; }

 p { color: rgb(220,29,205); }

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

background-color css

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

 a { background-color: rgb(220,29,205); }

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

border-color css

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

 span { border-color: rgb(220,29,205); }

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