Html Css Color HEX #DD24D5 Deep Magenta

📋 copy color: '#DD24D5'

red 221 ◦ green 36 ◦ blue 213

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

Shades of Deep Magenta #DD24D5

Tints of Deep Magenta #DD24D5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.66%

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

R = 47.02%
G = 7.66%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD24D5 (or 0xDD24D5) is known color: Deep Magenta. HEX triplet: DD, 24 and D5. RGB value is (221,36,213). Sum of RGB (Red+Green+Blue) = 221+36+213=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24D5 is #22DB2A. Grayscale: #6E6E6E. Windows color (decimal): -2284331 or 13968605. OLE color: 13968605.

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

Color convert

RGB 221 36 213 -
CMYK 0 0.84 0.04 0.13
HSL 302.59º 0.73% 0.5% -
HSV(B) 302.59º 0.84% 0.87% -
XYZ 42.46 21.44 64.85 -
YUV 111.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 221 36 213 0 0.84 0.04 0.13 302.59 0.73 0.5
Hex DD 24 D5 0 54 4 D 12F 49 32
Octal 335 44 325 0 124 4 15 457 111 62
Binary 11011101 100100 11010101 0 1010100 100 1101 100101111 1001001 110010

Color Harmonies of #DD24D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24D5

Black with #DD24D5

Text Example


Text Example

White with #DD24D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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