Html Css Color HEX #DC1DDD Deep Magenta

📋 copy color: '#DC1DDD'

red 220 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #DC1DDD

Tints of Deep Magenta #DC1DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 46.81%
G = 6.17%
B = 47.02%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC1DDD (or 0xDC1DDD) is known color: Deep Magenta. HEX triplet: DC, 1D and DD. RGB value is (220,29,221). Sum of RGB (Red+Green+Blue) = 220+29+221=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DDD is #23E222. Grayscale: #6B6B6B. Windows color (decimal): -2351651 or 14491100. OLE color: 14491100.

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

Color convert

RGB 220 29 221 -
CMYK 0.00 0.87 0 0.13
HSL 299.69º 0.77% 0.49% -
HSV(B) 299.69º 0.87% 0.87% -
XYZ 43.01 21.31 70.25 -
YUV 108 191.78 207.89 -
System Red Green Blue C M Y K H S L
Decimal 220 29 221 0.00 0.87 0 0.13 299.69 0.77 0.49
Hex DC 1D DD 0 57 0 D 12C 4D 31
Octal 334 35 335 0 127 0 15 454 115 61
Binary 11011100 11101 11011101 0 1010111 0 1101 100101100 1001101 110001

Color Harmonies of #DC1DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DDD

Black with #DC1DDD

Text Example


Text Example

White with #DC1DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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