Html Css Color HEX #DD1ACD Deep Magenta

📋 copy color: '#DD1ACD'

red 221 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #DD1ACD

Tints of Deep Magenta #DD1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.75%

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

R = 48.89%
G = 5.75%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD1ACD (or 0xDD1ACD) is known color: Deep Magenta. HEX triplet: DD, 1A and CD. RGB value is (221,26,205). Sum of RGB (Red+Green+Blue) = 221+26+205=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ACD is #22E532. Grayscale: #686868. Windows color (decimal): -2286899 or 13441757. OLE color: 13441757.

HSL color Cylindrical-coordinate representation of color #DD1ACD: hue angle of 304.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1ACD is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 205 -
CMYK 0 0.88 0.07 0.13
HSL 304.92º 0.79% 0.48% -
HSV(B) 304.92º 0.88% 0.87% -
XYZ 41.21 20.52 59.55 -
YUV 104.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 221 26 205 0 0.88 0.07 0.13 304.92 0.79 0.48
Hex DD 1A CD 0 58 7 D 131 4F 30
Octal 335 32 315 0 130 7 15 461 117 60
Binary 11011101 11010 11001101 0 1011000 111 1101 100110001 1001111 110000

Color Harmonies of #DD1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ACD

Black with #DD1ACD

Text Example


Text Example

White with #DD1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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