Html Css Color HEX #DE24DF Deep Magenta

📋 copy color: '#DE24DF'

red 222 ◦ green 36 ◦ blue 223

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

Shades of Deep Magenta #DE24DF

Tints of Deep Magenta #DE24DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 46.15%
G = 7.48%
B = 46.36%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE24DF (or 0xDE24DF) is known color: Deep Magenta. HEX triplet: DE, 24 and DF. RGB value is (222,36,223). Sum of RGB (Red+Green+Blue) = 222+36+223=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24DF is #21DB20. Grayscale: #707070. Windows color (decimal): -2218785 or 14623966. OLE color: 14623966.

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

Color convert

RGB 222 36 223 -
CMYK 0.00 0.84 0 0.13
HSL 299.68º 0.75% 0.51% -
HSV(B) 299.68º 0.84% 0.87% -
XYZ 44.07 22.12 71.76 -
YUV 112.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 222 36 223 0.00 0.84 0 0.13 299.68 0.75 0.51
Hex DE 24 DF 0 54 0 D 12C 4B 33
Octal 336 44 337 0 124 0 15 454 113 63
Binary 11011110 100100 11011111 0 1010100 0 1101 100101100 1001011 110011

Color Harmonies of #DE24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE24DF

Black with #DE24DF

Text Example


Text Example

White with #DE24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE24DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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