#D95C5D

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

Shades of Mandy #D95C5D

Tints of Mandy #D95C5D

Color information

#D95C5D (or 0xD95C5D) is unknown color: approx Mandy. HEX triplet: D9, 5C and 5D. RGB value is (217,92,93). Sum of RGB (Red+Green+Blue) = 217+92+93=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C5D is #26A3A2. Grayscale: #818181. Windows color (decimal): -2532259 or 6118617. OLE color: 6118617.

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

Color convert

RGB2179293-
CMYK00.580.570.15
HSL359.52º62.19%60.59%-
HSV(B)359.52º57.6%85.1%-
XYZ34.4223.213.02-
YUV129.49107.41190.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.98%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=53.98%
G=22.89%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217929300.580.570.15359.5262.1960.59
HexD95C5D03A39F1683e3d
Octal33113413507271175507675
Binary110110011011100101110101110101110011111101101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C5D; }

 p { color: rgb(217,92,93); }

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

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

 a { background-color: rgb(217,92,93); }

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

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

 span { border-color: rgb(217,92,93); }

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