Html Css Color HEX #DE0ED2 Deep Magenta

📋 copy color: '#DE0ED2'

red 222 ◦ green 14 ◦ blue 210

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

Shades of Deep Magenta #DE0ED2

Tints of Deep Magenta #DE0ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 49.78%
G = 3.14%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE0ED2 (or 0xDE0ED2) is known color: Deep Magenta. HEX triplet: DE, 0E and D2. RGB value is (222,14,210). Sum of RGB (Red+Green+Blue) = 222+14+210=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ED2 is #21F12D. Grayscale: #616161. Windows color (decimal): -2224430 or 13766366. OLE color: 13766366.

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

Color convert

RGB 222 14 210 -
CMYK 0 0.94 0.05 0.13
HSL 303.46º 0.88% 0.46% -
HSV(B) 303.46º 0.94% 0.87% -
XYZ 41.91 20.5 62.72 -
YUV 98.54 190.91 216.06 -
System Red Green Blue C M Y K H S L
Decimal 222 14 210 0 0.94 0.05 0.13 303.46 0.88 0.46
Hex DE E D2 0 5E 5 D 12F 58 2E
Octal 336 16 322 0 136 5 15 457 130 56
Binary 11011110 1110 11010010 0 1011110 101 1101 100101111 1011000 101110

Color Harmonies of #DE0ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0ED2

Black with #DE0ED2

Text Example


Text Example

White with #DE0ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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