#D9475B

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

Shades of Mandy #D9475B

Tints of Mandy #D9475B

Color information

#D9475B (or 0xD9475B) is unknown color: approx Mandy. HEX triplet: D9, 47 and 5B. RGB value is (217,71,91). Sum of RGB (Red+Green+Blue) = 217+71+91=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9475B is #26B8A4. Grayscale: #757575. Windows color (decimal): -2537637 or 5982169. OLE color: 5982169.

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

Color convert

RGB2177191-
CMYK00.670.580.15
HSL351.78º65.77%56.47%-
HSV(B)351.78º67.28%85.1%-
XYZ32.7620.0112.03-
YUV116.93113.37199.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=57.26%
G=18.73%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217719100.670.580.15351.7865.7756.47
HexD9475B0433AF1604238
Octal3311071330103721754010270
Binary11011001100011110110110100001111101011111011000001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9475B; }

 p { color: rgb(217,71,91); }

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

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

 a { background-color: rgb(217,71,91); }

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

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

 span { border-color: rgb(217,71,91); }

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