#D95B61

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

Shades of Mandy #D95B61

Tints of Mandy #D95B61

Color information

#D95B61 (or 0xD95B61) is unknown color: approx Mandy. HEX triplet: D9, 5B and 61. RGB value is (217,91,97). Sum of RGB (Red+Green+Blue) = 217+91+97=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B61 is #26A49E. Grayscale: #818181. Windows color (decimal): -2532511 or 6380505. OLE color: 6380505.

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

Color convert

RGB2179197-
CMYK00.580.550.15
HSL357.14º62.38%60.39%-
HSV(B)357.14º58.06%85.1%-
XYZ34.5123.113.95-
YUV129.36109.74190.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=53.58%
G=22.47%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217919700.580.550.15357.1462.3860.39
HexD95B6103A37F1653e3c
Octal33113314107267175457674
Binary110110011011011110000101110101101111111101100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B61; }

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

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

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

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

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

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

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

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