Html Css Color HEX #DE0DD1 Deep Magenta

📋 copy color: '#DE0DD1'

red 222 ◦ green 13 ◦ blue 209

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

Shades of Deep Magenta #DE0DD1

Tints of Deep Magenta #DE0DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

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

R = 50%
G = 2.93%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE0DD1 (or 0xDE0DD1) is known color: Deep Magenta. HEX triplet: DE, 0D and D1. RGB value is (222,13,209). Sum of RGB (Red+Green+Blue) = 222+13+209=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DD1 is #21F22E. Grayscale: #616161. Windows color (decimal): -2224687 or 13700574. OLE color: 13700574.

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

Color convert

RGB 222 13 209 -
CMYK 0 0.94 0.06 0.13
HSL 303.73º 0.89% 0.46% -
HSV(B) 303.73º 0.94% 0.87% -
XYZ 41.78 20.42 62.06 -
YUV 97.84 190.74 216.56 -
System Red Green Blue C M Y K H S L
Decimal 222 13 209 0 0.94 0.06 0.13 303.73 0.89 0.46
Hex DE D D1 0 5E 6 D 130 59 2E
Octal 336 15 321 0 136 6 15 460 131 56
Binary 11011110 1101 11010001 0 1011110 110 1101 100110000 1011001 101110

Color Harmonies of #DE0DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0DD1

Black with #DE0DD1

Text Example


Text Example

White with #DE0DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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