Html Css Color HEX #DD00D4 Deep Magenta

📋 copy color: '#DD00D4'

red 221 ◦ green 0 ◦ blue 212

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

Shades of Deep Magenta #DD00D4

Tints of Deep Magenta #DD00D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.96%

R = 51.04%
G = 0%
B = 48.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD00D4 (or 0xDD00D4) is known color: Deep Magenta. HEX triplet: DD, 00 and D4. RGB value is (221,0,212). Sum of RGB (Red+Green+Blue) = 221+0+212=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00D4 is #22FF2B. Grayscale: #595959. Windows color (decimal): -2293548 or 13893853. OLE color: 13893853.

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

Color convert

RGB 221 0 212 -
CMYK 0 1 0.04 0.13
HSL 302.44º 1% 0.43% -
HSV(B) 302.44º 1% 0.87% -
XYZ 41.7 20.13 63.97 -
YUV 90.25 196.72 221.26 -
System Red Green Blue C M Y K H S L
Decimal 221 0 212 0 1 0.04 0.13 302.44 1 0.43
Hex DD 0 D4 0 64 4 D 12E 64 2B
Octal 335 0 324 0 144 4 15 456 144 53
Binary 11011101 0 11010100 0 1100100 100 1101 100101110 1100100 101011

Color Harmonies of #DD00D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00D4

Black with #DD00D4

Text Example


Text Example

White with #DD00D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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