#D94153

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

Shades of Mandy #D94153

Tints of Mandy #D94153

Color information

#D94153 (or 0xD94153) is unknown color: approx Mandy. HEX triplet: D9, 41 and 53. RGB value is (217,65,83). Sum of RGB (Red+Green+Blue) = 217+65+83=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D94153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94153 is #26BEAC. Grayscale: #707070. Windows color (decimal): -2539181 or 5456345. OLE color: 5456345.

HSL color Cylindrical-coordinate representation of color #D94153: hue angle of 352.89º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94153 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2176583-
CMYK00.700.620.15
HSL352.89º66.67%55.29%-
HSV(B)352.89º70.05%85.1%-
XYZ32.0719.1610.19-
YUV112.5111.36202.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.45%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=59.45%
G=17.81%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217658300.700.620.15352.8966.6755.29
HexD941530463EF1614337
Octal3311011230106761754110367
Binary11011001100000110100110100011011111011111011000011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94153; }

 p { color: rgb(217,65,83); }

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

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

 a { background-color: rgb(217,65,83); }

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

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

 span { border-color: rgb(217,65,83); }

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