Html Css Color HEX #DE0EC3 Deep Magenta

📋 copy color: '#DE0EC3'

red 222 ◦ green 14 ◦ blue 195

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

Shades of Deep Magenta #DE0EC3

Tints of Deep Magenta #DE0EC3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 51.51%
G = 3.25%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE0EC3 (or 0xDE0EC3) is known color: Deep Magenta. HEX triplet: DE, 0E and C3. RGB value is (222,14,195). Sum of RGB (Red+Green+Blue) = 222+14+195=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EC3 is #21F13C. Grayscale: #606060. Windows color (decimal): -2224445 or 12783326. OLE color: 12783326.

HSL color Cylindrical-coordinate representation of color #DE0EC3: hue angle of 307.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0EC3 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 14 195 -
CMYK 0 0.94 0.12 0.13
HSL 307.79º 0.88% 0.46% -
HSV(B) 307.79º 0.94% 0.87% -
XYZ 40.13 19.78 53.33 -
YUV 96.83 183.41 217.28 -
System Red Green Blue C M Y K H S L
Decimal 222 14 195 0 0.94 0.12 0.13 307.79 0.88 0.46
Hex DE E C3 0 5E C D 134 58 2E
Octal 336 16 303 0 136 14 15 464 130 56
Binary 11011110 1110 11000011 0 1011110 1100 1101 100110100 1011000 101110

Color Harmonies of #DE0EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0EC3

Black with #DE0EC3

Text Example


Text Example

White with #DE0EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0EC3; }

 p { color: rgb(222,14,195); }

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

background-color css

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

 a { background-color: rgb(222,14,195); }

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

border-color css

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

 span { border-color: rgb(222,14,195); }

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