Html Css Color HEX #DD24E2 Deep Magenta

📋 copy color: '#DD24E2'

red 221 ◦ green 36 ◦ blue 226

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

Shades of Deep Magenta #DD24E2

Tints of Deep Magenta #DD24E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.79%

R = 45.76%
G = 7.45%
B = 46.79%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD24E2 (or 0xDD24E2) is known color: Deep Magenta. HEX triplet: DD, 24 and E2. RGB value is (221,36,226). Sum of RGB (Red+Green+Blue) = 221+36+226=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD24E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24E2 is #22DB1D. Grayscale: #707070. Windows color (decimal): -2284318 or 14820573. OLE color: 14820573.

HSL color Cylindrical-coordinate representation of color #DD24E2: hue angle of 298.42º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24E2 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 36 226 -
CMYK 0.02 0.84 0 0.11
HSL 298.42º 0.77% 0.51% -
HSV(B) 298.42º 0.84% 0.89% -
XYZ 44.18 22.12 73.89 -
YUV 112.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 221 36 226 0.02 0.84 0 0.11 298.42 0.77 0.51
Hex DD 24 E2 2 54 0 B 12A 4D 33
Octal 335 44 342 2 124 0 13 452 115 63
Binary 11011101 100100 11100010 10 1010100 0 1011 100101010 1001101 110011

Color Harmonies of #DD24E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24E2

Black with #DD24E2

Text Example


Text Example

White with #DD24E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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