#d95f63

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

Shades of Mandy #D95F63

Tints of Mandy #D95F63

Color information

#D95F63 (or 0xD95F63) is unknown color: approx Mandy. HEX triplet: D9, 5F and 63. RGB value is (217,95,99). Sum of RGB (Red+Green+Blue) = 217+95+99=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F63 is #26A09C. Grayscale: #848484. Windows color (decimal): -2531485 or 6512601. OLE color: 6512601.

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

Color convert

RGB2179599-
CMYK00.560.540.15
HSL358.03º61.62%61.18%-
HSV(B)358.03º56.22%85.1%-
XYZ34.9623.8414.56-
YUV131.93109.42188.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.80%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=52.80%
G=23.11%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217959900.560.540.15358.0361.6261.18
HexD95F6303836F1663e3d
Octal33113714307066175467675
Binary110110011011111110001101110001101101111101100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d95f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d95f63; }

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

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

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

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

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

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

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

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