Html Css Color HEX #DD24DA Deep Magenta

📋 copy color: '#DD24DA'

red 221 ◦ green 36 ◦ blue 218

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

Shades of Deep Magenta #DD24DA

Tints of Deep Magenta #DD24DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 46.53%
G = 7.58%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD24DA (or 0xDD24DA) is known color: Deep Magenta. HEX triplet: DD, 24 and DA. RGB value is (221,36,218). Sum of RGB (Red+Green+Blue) = 221+36+218=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24DA is #22DB25. Grayscale: #6F6F6F. Windows color (decimal): -2284326 or 14296285. OLE color: 14296285.

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

Color convert

RGB 221 36 218 -
CMYK 0 0.84 0.01 0.13
HSL 300.97º 0.73% 0.5% -
HSV(B) 300.97º 0.84% 0.87% -
XYZ 43.1 21.7 68.25 -
YUV 112.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 221 36 218 0 0.84 0.01 0.13 300.97 0.73 0.5
Hex DD 24 DA 0 54 1 D 12D 49 32
Octal 335 44 332 0 124 1 15 455 111 62
Binary 11011101 100100 11011010 0 1010100 1 1101 100101101 1001001 110010

Color Harmonies of #DD24DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24DA

Black with #DD24DA

Text Example


Text Example

White with #DD24DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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