Html Css Color HEX #DE24DC Deep Magenta

📋 copy color: '#DE24DC'

red 222 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #DE24DC

Tints of Deep Magenta #DE24DC

RGB

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

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

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

R = 46.44%
G = 7.53%
B = 46.03%

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

#DE24DC (or 0xDE24DC) is known color: Deep Magenta. HEX triplet: DE, 24 and DC. RGB value is (222,36,220). Sum of RGB (Red+Green+Blue) = 222+36+220=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24DC is #21DB23. Grayscale: #707070. Windows color (decimal): -2218788 or 14427358. OLE color: 14427358.

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

Color convert

RGB 222 36 220 -
CMYK 0 0.84 0.01 0.13
HSL 300.65º 0.74% 0.51% -
HSV(B) 300.65º 0.84% 0.87% -
XYZ 43.67 21.96 69.65 -
YUV 112.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 222 36 220 0 0.84 0.01 0.13 300.65 0.74 0.51
Hex DE 24 DC 0 54 1 D 12D 4A 33
Octal 336 44 334 0 124 1 15 455 112 63
Binary 11011110 100100 11011100 0 1010100 1 1101 100101101 1001010 110011

Color Harmonies of #DE24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE24DC

Black with #DE24DC

Text Example


Text Example

White with #DE24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE24DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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