Html Css Color HEX #DD0DC9 Deep Magenta

📋 copy color: '#DD0DC9'

red 221 ◦ green 13 ◦ blue 201

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

Shades of Deep Magenta #DD0DC9

Tints of Deep Magenta #DD0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.99%

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

R = 50.8%
G = 2.99%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD0DC9 (or 0xDD0DC9) is known color: Deep Magenta. HEX triplet: DD, 0D and C9. RGB value is (221,13,201). Sum of RGB (Red+Green+Blue) = 221+13+201=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DC9 is #22F236. Grayscale: #606060. Windows color (decimal): -2290231 or 13176285. OLE color: 13176285.

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

Color convert

RGB 221 13 201 -
CMYK 0 0.94 0.09 0.13
HSL 305.77º 0.89% 0.46% -
HSV(B) 305.77º 0.94% 0.87% -
XYZ 40.51 19.88 56.96 -
YUV 96.62 186.91 216.71 -
System Red Green Blue C M Y K H S L
Decimal 221 13 201 0 0.94 0.09 0.13 305.77 0.89 0.46
Hex DD D C9 0 5E 9 D 132 59 2E
Octal 335 15 311 0 136 11 15 462 131 56
Binary 11011101 1101 11001001 0 1011110 1001 1101 100110010 1011001 101110

Color Harmonies of #DD0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DC9

Black with #DD0DC9

Text Example


Text Example

White with #DD0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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