#DE157C

Color #DE157C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DE157C

Tints of Medium Violet Red #DE157C

Color information

#DE157C (or 0xDE157C) is unknown color: approx Medium Violet Red. HEX triplet: DE, 15 and 7C. RGB value is (222,21,124). Sum of RGB (Red+Green+Blue) = 222+21+124=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE157C is #21EA83. Grayscale: #5C5C5C. Windows color (decimal): -2222724 or 8132062. OLE color: 8132062.

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

Color convert

RGB22221124-
CMYK00.910.440.13
HSL329.25º82.72%47.65%-
HSV(B)329.25º90.54%87.06%-
XYZ34.0317.5220.66-
YUV92.84145.59220.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.49%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=60.49%
G=5.72%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222112400.910.440.13329.2582.7247.65
HexDE157C05B2CD1495330
Octal336251740133541551112360
Binary110111101010111111000101101110110011011010010011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE157C; }

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

 H1.HeaderClassName
 {
   color: #DE157C;
 }
 .AnyTagClassName
 {
   color: #DE157C;
 }
</style>
background-color css

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

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

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

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

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

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