Html Css Color HEX #DE0D89 Medium Violet Red

📋 copy color: '#DE0D89'

red 222 ◦ green 13 ◦ blue 137

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

Shades of Medium Violet Red #DE0D89

Tints of Medium Violet Red #DE0D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 59.68%
G = 3.49%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE0D89 (or 0xDE0D89) is known color: Medium Violet Red. HEX triplet: DE, 0D and 89. RGB value is (222,13,137). Sum of RGB (Red+Green+Blue) = 222+13+137=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0D89 is #21F276. Grayscale: #595959. Windows color (decimal): -2224759 or 8981982. OLE color: 8981982.

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

Color convert

RGB 222 13 137 -
CMYK 0 0.94 0.38 0.13
HSL 324.4º 0.89% 0.46% -
HSV(B) 324.4º 0.94% 0.87% -
XYZ 34.78 17.62 25.24 -
YUV 89.63 154.74 222.42 -
System Red Green Blue C M Y K H S L
Decimal 222 13 137 0 0.94 0.38 0.13 324.4 0.89 0.46
Hex DE D 89 0 5E 26 D 144 59 2E
Octal 336 15 211 0 136 46 15 504 131 56
Binary 11011110 1101 10001001 0 1011110 100110 1101 101000100 1011001 101110

Color Harmonies of #DE0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D89

Black with #DE0D89

Text Example


Text Example

White with #DE0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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