Html Css Color HEX #DE24D8 Deep Magenta

📋 copy color: '#DE24D8'

red 222 ◦ green 36 ◦ blue 216

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

Shades of Deep Magenta #DE24D8

Tints of Deep Magenta #DE24D8

RGB

 RED value IS 222 (87.11% from 255) = 46.84%

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

 BLUE value IS 216 (84.77% from 255) = 45.57%

R = 46.84%
G = 7.59%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE24D8 (or 0xDE24D8) is known color: Deep Magenta. HEX triplet: DE, 24 and D8. RGB value is (222,36,216). Sum of RGB (Red+Green+Blue) = 222+36+216=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24D8 is #21DB27. Grayscale: #6F6F6F. Windows color (decimal): -2218792 or 14165214. OLE color: 14165214.

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

Color convert

RGB 222 36 216 -
CMYK 0 0.84 0.03 0.13
HSL 301.94º 0.74% 0.51% -
HSV(B) 301.94º 0.84% 0.87% -
XYZ 43.15 21.75 66.89 -
YUV 112.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 222 36 216 0 0.84 0.03 0.13 301.94 0.74 0.51
Hex DE 24 D8 0 54 3 D 12E 4A 33
Octal 336 44 330 0 124 3 15 456 112 63
Binary 11011110 100100 11011000 0 1010100 11 1101 100101110 1001010 110011

Color Harmonies of #DE24D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE24D8

Black with #DE24D8

Text Example


Text Example

White with #DE24D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE24D8; }

 p { color: rgb(222,36,216); }

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

background-color css

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

 a { background-color: rgb(222,36,216); }

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

border-color css

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

 span { border-color: rgb(222,36,216); }

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