Html Css Color HEX #DE24DB Deep Magenta

📋 copy color: '#DE24DB'

red 222 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #DE24DB

Tints of Deep Magenta #DE24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 46.54%
G = 7.55%
B = 45.91%

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

#DE24DB (or 0xDE24DB) is known color: Deep Magenta. HEX triplet: DE, 24 and DB. RGB value is (222,36,219). Sum of RGB (Red+Green+Blue) = 222+36+219=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24DB is #21DB24. Grayscale: #6F6F6F. Windows color (decimal): -2218789 or 14361822. OLE color: 14361822.

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

Color convert

RGB 222 36 219 -
CMYK 0 0.84 0.01 0.13
HSL 300.97º 0.74% 0.51% -
HSV(B) 300.97º 0.84% 0.87% -
XYZ 43.54 21.91 68.95 -
YUV 112.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 222 36 219 0 0.84 0.01 0.13 300.97 0.74 0.51
Hex DE 24 DB 0 54 1 D 12D 4A 33
Octal 336 44 333 0 124 1 15 455 112 63
Binary 11011110 100100 11011011 0 1010100 1 1101 100101101 1001010 110011

Color Harmonies of #DE24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE24DB

Black with #DE24DB

Text Example


Text Example

White with #DE24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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