Html Css Color HEX #DD00D2 Deep Magenta

📋 copy color: '#DD00D2'

red 221 ◦ green 0 ◦ blue 210

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

Shades of Deep Magenta #DD00D2

Tints of Deep Magenta #DD00D2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 51.28%
G = 0%
B = 48.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD00D2 (or 0xDD00D2) is known color: Deep Magenta. HEX triplet: DD, 00 and D2. RGB value is (221,0,210). Sum of RGB (Red+Green+Blue) = 221+0+210=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00D2 is #22FF2D. Grayscale: #595959. Windows color (decimal): -2293550 or 13762781. OLE color: 13762781.

HSL color Cylindrical-coordinate representation of color #DD00D2: hue angle of 302.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00D2 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 210 -
CMYK 0 1 0.05 0.13
HSL 302.99º 1% 0.43% -
HSV(B) 302.99º 1% 0.87% -
XYZ 41.45 20.03 62.65 -
YUV 90.02 195.72 221.42 -
System Red Green Blue C M Y K H S L
Decimal 221 0 210 0 1 0.05 0.13 302.99 1 0.43
Hex DD 0 D2 0 64 5 D 12F 64 2B
Octal 335 0 322 0 144 5 15 457 144 53
Binary 11011101 0 11010010 0 1100100 101 1101 100101111 1100100 101011

Color Harmonies of #DD00D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00D2

Black with #DD00D2

Text Example


Text Example

White with #DD00D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00D2; }

 p { color: rgb(221,0,210); }

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

background-color css

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

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

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

border-color css

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

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

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