#D94958

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

Shades of Mandy #D94958

Tints of Mandy #D94958

Color information

#D94958 (or 0xD94958) is unknown color: approx Mandy. HEX triplet: D9, 49 and 58. RGB value is (217,73,88). Sum of RGB (Red+Green+Blue) = 217+73+88=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D94958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94958 is #26B6A7. Grayscale: #757575. Windows color (decimal): -2537128 or 5786073. OLE color: 5786073.

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

Color convert

RGB2177388-
CMYK00.660.590.15
HSL353.75º65.45%56.86%-
HSV(B)353.75º66.36%85.1%-
XYZ32.7620.2211.41-
YUV117.77111.21198.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.41%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=57.41%
G=19.31%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217738800.660.590.15353.7565.4556.86
HexD949580423BF1624139
Octal3311111300102731754210171
Binary11011001100100110110000100001011101111111011000101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94958; }

 p { color: rgb(217,73,88); }

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

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

 a { background-color: rgb(217,73,88); }

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

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

 span { border-color: rgb(217,73,88); }

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