#D95F61

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

Shades of Mandy #D95F61

Tints of Mandy #D95F61

Color information

#D95F61 (or 0xD95F61) is unknown color: approx Mandy. HEX triplet: D9, 5F and 61. RGB value is (217,95,97). Sum of RGB (Red+Green+Blue) = 217+95+97=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F61 is #26A09E. Grayscale: #838383. Windows color (decimal): -2531487 or 6381529. OLE color: 6381529.

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

Color convert

RGB2179597-
CMYK00.560.550.15
HSL359.02º61.62%61.18%-
HSV(B)359.02º56.22%85.1%-
XYZ34.8723.814.07-
YUV131.71108.42188.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.06%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=53.06%
G=23.23%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217959700.560.550.15359.0261.6261.18
HexD95F6103837F1673e3d
Octal33113714107067175477675
Binary110110011011111110000101110001101111111101100111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F61; }

 p { color: rgb(217,95,97); }

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

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

 a { background-color: rgb(217,95,97); }

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

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

 span { border-color: rgb(217,95,97); }

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