#D94B57

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

Shades of Mandy #D94B57

Tints of Mandy #D94B57

Color information

#D94B57 (or 0xD94B57) is unknown color: approx Mandy. HEX triplet: D9, 4B and 57. RGB value is (217,75,87). Sum of RGB (Red+Green+Blue) = 217+75+87=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B57 is #26B4A8. Grayscale: #767676. Windows color (decimal): -2536617 or 5721049. OLE color: 5721049.

HSL color Cylindrical-coordinate representation of color #D94B57: hue angle of 354.93º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94B57 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB2177587-
CMYK00.650.600.15
HSL354.93º65.14%57.25%-
HSV(B)354.93º65.44%85.1%-
XYZ32.8520.4711.24-
YUV118.83110.04198.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=57.26%
G=19.79%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217758700.650.600.15354.9365.1457.25
HexD94B570413CF1634139
Octal3311131270101741754310171
Binary11011001100101110101110100000111110011111011000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B57; }

 p { color: rgb(217,75,87); }

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

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

 a { background-color: rgb(217,75,87); }

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

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

 span { border-color: rgb(217,75,87); }

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