#D95B64

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

Shades of Mandy #D95B64

Tints of Mandy #D95B64

Color information

#D95B64 (or 0xD95B64) is unknown color: approx Mandy. HEX triplet: D9, 5B and 64. RGB value is (217,91,100). Sum of RGB (Red+Green+Blue) = 217+91+100=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B64 is #26A49B. Grayscale: #818181. Windows color (decimal): -2532508 or 6577113. OLE color: 6577113.

HSL color Cylindrical-coordinate representation of color #D95B64: hue angle of 355.71º 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 #D95B64 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21791100-
CMYK00.580.540.15
HSL355.71º62.38%60.39%-
HSV(B)355.71º58.06%85.1%-
XYZ34.6623.1514.7-
YUV129.7111.24190.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.19%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 100 (39.45% from 255) = 24.51%
R=53.19%
G=22.30%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179110000.580.540.15355.7162.3860.39
HexD95B6403A36F1643e3c
Octal33113314407266175447674
Binary110110011011011110010001110101101101111101100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B64; }

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

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

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

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

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

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

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

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