Html Css Color HEX #DE18D1 Deep Magenta

📋 copy color: '#DE18D1'

red 222 ◦ green 24 ◦ blue 209

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

Shades of Deep Magenta #DE18D1

Tints of Deep Magenta #DE18D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.93%

R = 48.79%
G = 5.27%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE18D1 (or 0xDE18D1) is known color: Deep Magenta. HEX triplet: DE, 18 and D1. RGB value is (222,24,209). Sum of RGB (Red+Green+Blue) = 222+24+209=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18D1 is #21E72E. Grayscale: #676767. Windows color (decimal): -2221871 or 13703390. OLE color: 13703390.

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

Color convert

RGB 222 24 209 -
CMYK 0 0.89 0.06 0.13
HSL 303.94º 0.8% 0.48% -
HSV(B) 303.94º 0.89% 0.87% -
XYZ 41.96 20.79 62.12 -
YUV 104.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 222 24 209 0 0.89 0.06 0.13 303.94 0.8 0.48
Hex DE 18 D1 0 59 6 D 130 50 30
Octal 336 30 321 0 131 6 15 460 120 60
Binary 11011110 11000 11010001 0 1011001 110 1101 100110000 1010000 110000

Color Harmonies of #DE18D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18D1

Black with #DE18D1

Text Example


Text Example

White with #DE18D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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