#D75962

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

Shades of Mandy #D75962

Tints of Mandy #D75962

Color information

#D75962 (or 0xD75962) is unknown color: approx Mandy. HEX triplet: D7, 59 and 62. RGB value is (215,89,98). Sum of RGB (Red+Green+Blue) = 215+89+98=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D75962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75962 is #28A69D. Grayscale: #7F7F7F. Windows color (decimal): -2664094 or 6445527. OLE color: 6445527.

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

Color convert

RGB2158998-
CMYK00.590.540.16
HSL355.71º61.17%59.61%-
HSV(B)355.71º58.6%84.31%-
XYZ33.822.4714.11-
YUV127.7111.24190.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=53.48%
G=22.14%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215899800.590.540.16355.7161.1759.61
HexD7596203B36101643d3c
Octal32713114207366205447574
Binary1101011110110011100010011101111011010000101100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75962; }

 p { color: rgb(215,89,98); }

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

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

 a { background-color: rgb(215,89,98); }

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

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

 span { border-color: rgb(215,89,98); }

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