#DC5157

Color #DC5157 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #DC5157

Tints of Mandy #DC5157

Color information

#DC5157 (or 0xDC5157) is unknown color: approx Mandy. HEX triplet: DC, 51 and 57. RGB value is (220,81,87). Sum of RGB (Red+Green+Blue) = 220+81+87=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5157 is #23AEA8. Grayscale: #7B7B7B. Windows color (decimal): -2338473 or 5722588. OLE color: 5722588.

HSL color Cylindrical-coordinate representation of color #DC5157: hue angle of 357.41º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5157 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB2208187-
CMYK00.630.600.14
HSL357.41º66.51%59.02%-
HSV(B)357.41º63.18%86.27%-
XYZ34.1821.7911.42-
YUV123.24107.55197.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.70%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=56.70%
G=20.88%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220818700.630.600.14357.4166.5159.02
HexDC515703F3CE165433b
Octal334121127077741654510373
Binary1101110010100011010111011111111110011101011001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5157; }

 p { color: rgb(220,81,87); }

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

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

 a { background-color: rgb(220,81,87); }

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

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

 span { border-color: rgb(220,81,87); }

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