#D15F65

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

Shades of Mandy #D15F65

Tints of Mandy #D15F65

Color information

#D15F65 (or 0xD15F65) is unknown color: approx Mandy. HEX triplet: D1, 5F and 65. RGB value is (209,95,101). Sum of RGB (Red+Green+Blue) = 209+95+101=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F65 is #2EA09A. Grayscale: #818181. Windows color (decimal): -3055771 or 6643665. OLE color: 6643665.

HSL color Cylindrical-coordinate representation of color #D15F65: hue angle of 356.84º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F65 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20995101-
CMYK00.550.520.18
HSL356.84º55.34%59.61%-
HSV(B)356.84º54.55%81.96%-
XYZ32.7422.6814.96-
YUV129.77111.77184.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=51.60%
G=23.46%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099510100.550.520.18356.8455.3459.61
HexD15F650373412165373c
Octal32113714506764225456774
Binary1101000110111111100101011011111010010010101100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F65; }

 p { color: rgb(209,95,101); }

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

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

 a { background-color: rgb(209,95,101); }

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

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

 span { border-color: rgb(209,95,101); }

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