Html Css Color HEX #DD0DD3 Deep Magenta

📋 copy color: '#DD0DD3'

red 221 ◦ green 13 ◦ blue 211

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

Shades of Deep Magenta #DD0DD3

Tints of Deep Magenta #DD0DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.42%

R = 49.66%
G = 2.92%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD0DD3 (or 0xDD0DD3) is known color: Deep Magenta. HEX triplet: DD, 0D and D3. RGB value is (221,13,211). Sum of RGB (Red+Green+Blue) = 221+13+211=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DD3 is #22F22C. Grayscale: #616161. Windows color (decimal): -2290221 or 13831645. OLE color: 13831645.

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

Color convert

RGB 221 13 211 -
CMYK 0 0.94 0.05 0.13
HSL 302.88º 0.89% 0.46% -
HSV(B) 302.88º 0.94% 0.87% -
XYZ 41.72 20.36 63.36 -
YUV 97.76 191.91 215.9 -
System Red Green Blue C M Y K H S L
Decimal 221 13 211 0 0.94 0.05 0.13 302.88 0.89 0.46
Hex DD D D3 0 5E 5 D 12F 59 2E
Octal 335 15 323 0 136 5 15 457 131 56
Binary 11011101 1101 11010011 0 1011110 101 1101 100101111 1011001 101110

Color Harmonies of #DD0DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DD3

Black with #DD0DD3

Text Example


Text Example

White with #DD0DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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