#D94853

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

Shades of Mandy #D94853

Tints of Mandy #D94853

Color information

#D94853 (or 0xD94853) is unknown color: approx Mandy. HEX triplet: D9, 48 and 53. RGB value is (217,72,83). Sum of RGB (Red+Green+Blue) = 217+72+83=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D94853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94853 is #26B7AC. Grayscale: #747474. Windows color (decimal): -2537389 or 5458137. OLE color: 5458137.

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

Color convert

RGB2177283-
CMYK00.670.620.15
HSL355.45º65.61%56.67%-
HSV(B)355.45º66.82%85.1%-
XYZ32.4920.0110.33-
YUV116.61109.04199.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.33%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=58.33%
G=19.35%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217728300.670.620.15355.4565.6156.67
HexD948530433EF1634239
Octal3311101230103761754310271
Binary11011001100100010100110100001111111011111011000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94853; }

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

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

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

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

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

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

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

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