Html Css Color HEX #DD00D5 Deep Magenta

📋 copy color: '#DD00D5'

red 221 ◦ green 0 ◦ blue 213

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

Shades of Deep Magenta #DD00D5

Tints of Deep Magenta #DD00D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 50.92%
G = 0%
B = 49.08%

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

#DD00D5 (or 0xDD00D5) is known color: Deep Magenta. HEX triplet: DD, 00 and D5. RGB value is (221,0,213). Sum of RGB (Red+Green+Blue) = 221+0+213=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00D5 is #22FF2A. Grayscale: #595959. Windows color (decimal): -2293547 or 13959389. OLE color: 13959389.

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

Color convert

RGB 221 0 213 -
CMYK 0 1 0.04 0.13
HSL 302.17º 1% 0.43% -
HSV(B) 302.17º 1% 0.87% -
XYZ 41.83 20.18 64.64 -
YUV 90.36 197.22 221.18 -
System Red Green Blue C M Y K H S L
Decimal 221 0 213 0 1 0.04 0.13 302.17 1 0.43
Hex DD 0 D5 0 64 4 D 12E 64 2B
Octal 335 0 325 0 144 4 15 456 144 53
Binary 11011101 0 11010101 0 1100100 100 1101 100101110 1100100 101011

Color Harmonies of #DD00D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00D5

Black with #DD00D5

Text Example


Text Example

White with #DD00D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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