Html Css Color HEX #DE1ED8 Deep Magenta

📋 copy color: '#DE1ED8'

red 222 ◦ green 30 ◦ blue 216

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

Shades of Deep Magenta #DE1ED8

Tints of Deep Magenta #DE1ED8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.41%

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 47.44%
G = 6.41%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE1ED8 (or 0xDE1ED8) is known color: Deep Magenta. HEX triplet: DE, 1E and D8. RGB value is (222,30,216). Sum of RGB (Red+Green+Blue) = 222+30+216=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ED8 is #21E127. Grayscale: #6C6C6C. Windows color (decimal): -2220328 or 14163678. OLE color: 14163678.

HSL color Cylindrical-coordinate representation of color #DE1ED8: hue angle of 301.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1ED8 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 30 216 -
CMYK 0 0.86 0.03 0.13
HSL 301.88º 0.76% 0.49% -
HSV(B) 301.88º 0.86% 0.87% -
XYZ 42.98 21.42 66.83 -
YUV 108.61 188.61 208.88 -
System Red Green Blue C M Y K H S L
Decimal 222 30 216 0 0.86 0.03 0.13 301.88 0.76 0.49
Hex DE 1E D8 0 56 3 D 12E 4C 31
Octal 336 36 330 0 126 3 15 456 114 61
Binary 11011110 11110 11011000 0 1010110 11 1101 100101110 1001100 110001

Color Harmonies of #DE1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1ED8

Black with #DE1ED8

Text Example


Text Example

White with #DE1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1ED8; }

 p { color: rgb(222,30,216); }

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

background-color css

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

 a { background-color: rgb(222,30,216); }

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

border-color css

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

 span { border-color: rgb(222,30,216); }

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