Html Css Color HEX #DE087C Medium Violet Red

📋 copy color: '#DE087C'

red 222 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #DE087C

Tints of Medium Violet Red #DE087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 62.71%
G = 2.26%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE087C (or 0xDE087C) is known color: Medium Violet Red. HEX triplet: DE, 08 and 7C. RGB value is (222,8,124). Sum of RGB (Red+Green+Blue) = 222+8+124=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE087C is #21F783. Grayscale: #545454. Windows color (decimal): -2226052 or 8128734. OLE color: 8128734.

HSL color Cylindrical-coordinate representation of color #DE087C: hue angle of 327.48º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE087C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 8 124 -
CMYK 0 0.96 0.44 0.13
HSL 327.48º 0.93% 0.45% -
HSV(B) 327.48º 0.96% 0.87% -
XYZ 33.85 17.16 20.6 -
YUV 85.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 222 8 124 0 0.96 0.44 0.13 327.48 0.93 0.45
Hex DE 8 7C 0 60 2C D 147 5D 2D
Octal 336 10 174 0 140 54 15 507 135 55
Binary 11011110 1000 1111100 0 1100000 101100 1101 101000111 1011101 101101

Color Harmonies of #DE087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE087C

Black with #DE087C

Text Example


Text Example

White with #DE087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE087C; }

 p { color: rgb(222,8,124); }

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

background-color css

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

 a { background-color: rgb(222,8,124); }

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

border-color css

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

 span { border-color: rgb(222,8,124); }

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