Html Css Color HEX #DD0AC9 Deep Magenta

📋 copy color: '#DD0AC9'

red 221 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #DD0AC9

Tints of Deep Magenta #DD0AC9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.31%

 BLUE value IS 201 (78.91% from 255) = 46.53%

R = 51.16%
G = 2.31%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD0AC9 (or 0xDD0AC9) is known color: Deep Magenta. HEX triplet: DD, 0A and C9. RGB value is (221,10,201). Sum of RGB (Red+Green+Blue) = 221+10+201=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0AC9 is #22F536. Grayscale: #5E5E5E. Windows color (decimal): -2290999 or 13175517. OLE color: 13175517.

HSL color Cylindrical-coordinate representation of color #DD0AC9: hue angle of 305.69º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0AC9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 10 201 -
CMYK 0 0.95 0.09 0.13
HSL 305.69º 0.91% 0.45% -
HSV(B) 305.69º 0.95% 0.87% -
XYZ 40.47 19.81 56.95 -
YUV 94.86 187.9 217.97 -
System Red Green Blue C M Y K H S L
Decimal 221 10 201 0 0.95 0.09 0.13 305.69 0.91 0.45
Hex DD A C9 0 5F 9 D 132 5B 2D
Octal 335 12 311 0 137 11 15 462 133 55
Binary 11011101 1010 11001001 0 1011111 1001 1101 100110010 1011011 101101

Color Harmonies of #DD0AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0AC9

Black with #DD0AC9

Text Example


Text Example

White with #DD0AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0AC9; }

 p { color: rgb(221,10,201); }

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

background-color css

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

 a { background-color: rgb(221,10,201); }

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

border-color css

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

 span { border-color: rgb(221,10,201); }

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