Html Css Color HEX #DD24D4 Deep Magenta

📋 copy color: '#DD24D4'

red 221 ◦ green 36 ◦ blue 212

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

Shades of Deep Magenta #DD24D4

Tints of Deep Magenta #DD24D4

RGB

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

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

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

R = 47.12%
G = 7.68%
B = 45.2%

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

#DD24D4 (or 0xDD24D4) is known color: Deep Magenta. HEX triplet: DD, 24 and D4. RGB value is (221,36,212). Sum of RGB (Red+Green+Blue) = 221+36+212=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24D4 is #22DB2B. Grayscale: #6E6E6E. Windows color (decimal): -2284332 or 13903069. OLE color: 13903069.

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

Color convert

RGB 221 36 212 -
CMYK 0 0.84 0.04 0.13
HSL 302.92º 0.73% 0.5% -
HSV(B) 302.92º 0.84% 0.87% -
XYZ 42.33 21.39 64.18 -
YUV 111.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 221 36 212 0 0.84 0.04 0.13 302.92 0.73 0.5
Hex DD 24 D4 0 54 4 D 12F 49 32
Octal 335 44 324 0 124 4 15 457 111 62
Binary 11011101 100100 11010100 0 1010100 100 1101 100101111 1001001 110010

Color Harmonies of #DD24D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24D4

Black with #DD24D4

Text Example


Text Example

White with #DD24D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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