Html Css Color HEX #DD24DC Deep Magenta

📋 copy color: '#DD24DC'

red 221 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #DD24DC

Tints of Deep Magenta #DD24DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 46.33%
G = 7.55%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD24DC (or 0xDD24DC) is known color: Deep Magenta. HEX triplet: DD, 24 and DC. RGB value is (221,36,220). Sum of RGB (Red+Green+Blue) = 221+36+220=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24DC is #22DB23. Grayscale: #6F6F6F. Windows color (decimal): -2284324 or 14427357. OLE color: 14427357.

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

Color convert

RGB 221 36 220 -
CMYK 0 0.84 0.00 0.13
HSL 300.32º 0.73% 0.5% -
HSV(B) 300.32º 0.84% 0.87% -
XYZ 43.37 21.8 69.63 -
YUV 112.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 221 36 220 0 0.84 0.00 0.13 300.32 0.73 0.5
Hex DD 24 DC 0 54 0 D 12C 49 32
Octal 335 44 334 0 124 0 15 454 111 62
Binary 11011101 100100 11011100 0 1010100 0 1101 100101100 1001001 110010

Color Harmonies of #DD24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24DC

Black with #DD24DC

Text Example


Text Example

White with #DD24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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