Html Css Color HEX #DD0FD5 Deep Magenta

📋 copy color: '#DD0FD5'

red 221 ◦ green 15 ◦ blue 213

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

Shades of Deep Magenta #DD0FD5

Tints of Deep Magenta #DD0FD5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.34%

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

R = 49.22%
G = 3.34%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD0FD5 (or 0xDD0FD5) is known color: Deep Magenta. HEX triplet: DD, 0F and D5. RGB value is (221,15,213). Sum of RGB (Red+Green+Blue) = 221+15+213=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FD5 is #22F02A. Grayscale: #626262. Windows color (decimal): -2289707 or 13963229. OLE color: 13963229.

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

Color convert

RGB 221 15 213 -
CMYK 0 0.93 0.04 0.13
HSL 302.33º 0.87% 0.46% -
HSV(B) 302.33º 0.93% 0.87% -
XYZ 42 20.52 64.7 -
YUV 99.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 221 15 213 0 0.93 0.04 0.13 302.33 0.87 0.46
Hex DD F D5 0 5D 4 D 12E 57 2E
Octal 335 17 325 0 135 4 15 456 127 56
Binary 11011101 1111 11010101 0 1011101 100 1101 100101110 1010111 101110

Color Harmonies of #DD0FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FD5

Black with #DD0FD5

Text Example


Text Example

White with #DD0FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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