Html Css Color HEX #DE18DB Deep Magenta

📋 copy color: '#DE18DB'

red 222 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #DE18DB

Tints of Deep Magenta #DE18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.16%

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

R = 47.74%
G = 5.16%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE18DB (or 0xDE18DB) is known color: Deep Magenta. HEX triplet: DE, 18 and DB. RGB value is (222,24,219). Sum of RGB (Red+Green+Blue) = 222+24+219=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18DB is #21E724. Grayscale: #686868. Windows color (decimal): -2221861 or 14358750. OLE color: 14358750.

HSL color Cylindrical-coordinate representation of color #DE18DB: hue angle of 300.91º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE18DB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 24 219 -
CMYK 0 0.89 0.01 0.13
HSL 300.91º 0.8% 0.48% -
HSV(B) 300.91º 0.89% 0.87% -
XYZ 43.24 21.3 68.85 -
YUV 105.43 192.1 211.14 -
System Red Green Blue C M Y K H S L
Decimal 222 24 219 0 0.89 0.01 0.13 300.91 0.8 0.48
Hex DE 18 DB 0 59 1 D 12D 50 30
Octal 336 30 333 0 131 1 15 455 120 60
Binary 11011110 11000 11011011 0 1011001 1 1101 100101101 1010000 110000

Color Harmonies of #DE18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18DB

Black with #DE18DB

Text Example


Text Example

White with #DE18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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