#D75760

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

Shades of Mandy #D75760

Tints of Mandy #D75760

Color information

#D75760 (or 0xD75760) is unknown color: approx Mandy. HEX triplet: D7, 57 and 60. RGB value is (215,87,96). Sum of RGB (Red+Green+Blue) = 215+87+96=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D75760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75760 is #28A89F. Grayscale: #7E7E7E. Windows color (decimal): -2664608 or 6313943. OLE color: 6313943.

HSL color Cylindrical-coordinate representation of color #D75760: hue angle of 355.78º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75760 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2158796-
CMYK00.600.550.16
HSL355.78º61.54%59.22%-
HSV(B)355.78º59.53%84.31%-
XYZ33.5422.1113.57-
YUV126.3110.91191.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.02%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=54.02%
G=21.86%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215879600.600.550.16355.7861.5459.22
HexD7576003C37101643e3b
Octal32712714007467205447673
Binary1101011110101111100000011110011011110000101100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75760; }

 p { color: rgb(215,87,96); }

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

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

 a { background-color: rgb(215,87,96); }

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

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

 span { border-color: rgb(215,87,96); }

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