Html Css Color HEX #DD0DDD Deep Magenta

📋 copy color: '#DD0DDD'

red 221 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #DD0DDD

Tints of Deep Magenta #DD0DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 48.57%
G = 2.86%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD0DDD (or 0xDD0DDD) is known color: Deep Magenta. HEX triplet: DD, 0D and DD. RGB value is (221,13,221). Sum of RGB (Red+Green+Blue) = 221+13+221=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DDD is #22F222. Grayscale: #626262. Windows color (decimal): -2290211 or 14487005. OLE color: 14487005.

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

Color convert

RGB 221 13 221 -
CMYK 0 0.94 0 0.13
HSL 300º 0.89% 0.46% -
HSV(B) 300º 0.94% 0.87% -
XYZ 43.01 20.88 70.17 -
YUV 98.9 196.91 215.09 -
System Red Green Blue C M Y K H S L
Decimal 221 13 221 0 0.94 0 0.13 300 0.89 0.46
Hex DD D DD 0 5E 0 D 12C 59 2E
Octal 335 15 335 0 136 0 15 454 131 56
Binary 11011101 1101 11011101 0 1011110 0 1101 100101100 1011001 101110

Color Harmonies of #DD0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DDD

Black with #DD0DDD

Text Example


Text Example

White with #DD0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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