Html Css Color HEX #DD1DCD Deep Magenta

📋 copy color: '#DD1DCD'

red 221 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #DD1DCD

Tints of Deep Magenta #DD1DCD

RGB

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

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

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

R = 48.57%
G = 6.37%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD1DCD (or 0xDD1DCD) is known color: Deep Magenta. HEX triplet: DD, 1D and CD. RGB value is (221,29,205). Sum of RGB (Red+Green+Blue) = 221+29+205=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DCD is #22E232. Grayscale: #696969. Windows color (decimal): -2286131 or 13442525. OLE color: 13442525.

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

Color convert

RGB 221 29 205 -
CMYK 0 0.87 0.07 0.13
HSL 305º 0.77% 0.49% -
HSV(B) 305º 0.87% 0.87% -
XYZ 41.28 20.66 59.57 -
YUV 106.47 183.61 209.69 -
System Red Green Blue C M Y K H S L
Decimal 221 29 205 0 0.87 0.07 0.13 305 0.77 0.49
Hex DD 1D CD 0 57 7 D 131 4D 31
Octal 335 35 315 0 127 7 15 461 115 61
Binary 11011101 11101 11001101 0 1010111 111 1101 100110001 1001101 110001

Color Harmonies of #DD1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DCD

Black with #DD1DCD

Text Example


Text Example

White with #DD1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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