Html Css Color HEX #DD1CDC Deep Magenta

📋 copy color: '#DD1CDC'

red 221 ◦ green 28 ◦ blue 220

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

Shades of Deep Magenta #DD1CDC

Tints of Deep Magenta #DD1CDC

RGB

 RED value IS 221 (86.72% from 255) = 47.12%

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 47.12%
G = 5.97%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD1CDC (or 0xDD1CDC) is known color: Deep Magenta. HEX triplet: DD, 1C and DC. RGB value is (221,28,220). Sum of RGB (Red+Green+Blue) = 221+28+220=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CDC is #22E323. Grayscale: #6B6B6B. Windows color (decimal): -2286372 or 14425309. OLE color: 14425309.

HSL color Cylindrical-coordinate representation of color #DD1CDC: hue angle of 300.31º degrees, saturation: 0.78, 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 #DD1CDC is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 28 220 -
CMYK 0 0.87 0.00 0.13
HSL 300.31º 0.78% 0.49% -
HSV(B) 300.31º 0.87% 0.87% -
XYZ 43.15 21.37 69.56 -
YUV 107.6 191.44 208.89 -
System Red Green Blue C M Y K H S L
Decimal 221 28 220 0 0.87 0.00 0.13 300.31 0.78 0.49
Hex DD 1C DC 0 57 0 D 12C 4E 31
Octal 335 34 334 0 127 0 15 454 116 61
Binary 11011101 11100 11011100 0 1010111 0 1101 100101100 1001110 110001

Color Harmonies of #DD1CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CDC

Black with #DD1CDC

Text Example


Text Example

White with #DD1CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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