Html Css Color HEX #DD0ACC Deep Magenta

📋 copy color: '#DD0ACC'

red 221 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #DD0ACC

Tints of Deep Magenta #DD0ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 50.8%
G = 2.3%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD0ACC (or 0xDD0ACC) is known color: Deep Magenta. HEX triplet: DD, 0A and CC. RGB value is (221,10,204). Sum of RGB (Red+Green+Blue) = 221+10+204=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ACC is #22F533. Grayscale: #5E5E5E. Windows color (decimal): -2290996 or 13372125. OLE color: 13372125.

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

Color convert

RGB 221 10 204 -
CMYK 0 0.95 0.08 0.13
HSL 304.83º 0.91% 0.45% -
HSV(B) 304.83º 0.95% 0.87% -
XYZ 40.83 19.95 58.83 -
YUV 95.21 189.4 217.73 -
System Red Green Blue C M Y K H S L
Decimal 221 10 204 0 0.95 0.08 0.13 304.83 0.91 0.45
Hex DD A CC 0 5F 8 D 131 5B 2D
Octal 335 12 314 0 137 10 15 461 133 55
Binary 11011101 1010 11001100 0 1011111 1000 1101 100110001 1011011 101101

Color Harmonies of #DD0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ACC

Black with #DD0ACC

Text Example


Text Example

White with #DD0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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