Html Css Color HEX #DD0ADD Deep Magenta

📋 copy color: '#DD0ADD'

red 221 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #DD0ADD

Tints of Deep Magenta #DD0ADD

RGB

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

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

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

R = 48.89%
G = 2.21%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD0ADD (or 0xDD0ADD) is known color: Deep Magenta. HEX triplet: DD, 0A and DD. RGB value is (221,10,221). Sum of RGB (Red+Green+Blue) = 221+10+221=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ADD is #22F522. Grayscale: #606060. Windows color (decimal): -2290979 or 14486237. OLE color: 14486237.

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

Color convert

RGB 221 10 221 -
CMYK 0 0.95 0 0.13
HSL 300º 0.91% 0.45% -
HSV(B) 300º 0.95% 0.87% -
XYZ 42.98 20.81 70.16 -
YUV 97.14 197.9 216.34 -
System Red Green Blue C M Y K H S L
Decimal 221 10 221 0 0.95 0 0.13 300 0.91 0.45
Hex DD A DD 0 5F 0 D 12C 5B 2D
Octal 335 12 335 0 137 0 15 454 133 55
Binary 11011101 1010 11011101 0 1011111 0 1101 100101100 1011011 101101

Color Harmonies of #DD0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ADD

Black with #DD0ADD

Text Example


Text Example

White with #DD0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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