#D35F60

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

Shades of Mandy #D35F60

Tints of Mandy #D35F60

Color information

#D35F60 (or 0xD35F60) is unknown color: approx Mandy. HEX triplet: D3, 5F and 60. RGB value is (211,95,96). Sum of RGB (Red+Green+Blue) = 211+95+96=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35F60 is #2CA09F. Grayscale: #818181. Windows color (decimal): -2924704 or 6315987. OLE color: 6315987.

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

Color convert

RGB2119596-
CMYK00.550.550.17
HSL359.48º56.86%60%-
HSV(B)359.48º54.98%82.75%-
XYZ33.0722.8813.74-
YUV129.8108.93185.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.49%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=52.49%
G=23.63%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211959600.550.550.17359.4856.8660
HexD35F600373711167393c
Octal32313714006767215477174
Binary1101001110111111100000011011111011110001101100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35F60; }

 p { color: rgb(211,95,96); }

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

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

 a { background-color: rgb(211,95,96); }

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

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

 span { border-color: rgb(211,95,96); }

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