#D75F62

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

Shades of Mandy #D75F62

Tints of Mandy #D75F62

Color information

#D75F62 (or 0xD75F62) is unknown color: approx Mandy. HEX triplet: D7, 5F and 62. RGB value is (215,95,98). Sum of RGB (Red+Green+Blue) = 215+95+98=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F62 is #28A09D. Grayscale: #838383. Windows color (decimal): -2662558 or 6447063. OLE color: 6447063.

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

Color convert

RGB2159598-
CMYK00.560.540.16
HSL358.5º60%60.78%-
HSV(B)358.5º55.81%84.31%-
XYZ34.3223.5114.28-
YUV131.22109.26187.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.70%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=52.70%
G=23.28%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215959800.560.540.16358.56060.78
HexD75F6203836101663c3d
Octal32713714207066205467475
Binary1101011110111111100010011100011011010000101100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F62; }

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

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

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

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

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

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

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

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