#D75D63

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

Shades of Mandy #D75D63

Tints of Mandy #D75D63

Color information

#D75D63 (or 0xD75D63) is unknown color: approx Mandy. HEX triplet: D7, 5D and 63. RGB value is (215,93,99). Sum of RGB (Red+Green+Blue) = 215+93+99=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D63 is #28A29C. Grayscale: #828282. Windows color (decimal): -2663069 or 6512087. OLE color: 6512087.

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

Color convert

RGB2159399-
CMYK00.570.540.16
HSL357.05º60.4%60.39%-
HSV(B)357.05º56.74%84.31%-
XYZ34.1923.1814.48-
YUV130.16110.42188.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.83%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=52.83%
G=22.85%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215939900.570.540.16357.0560.460.39
HexD75D6303936101653c3c
Octal32713514307166205457474
Binary1101011110111011100011011100111011010000101100101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D63; }

 p { color: rgb(215,93,99); }

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

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

 a { background-color: rgb(215,93,99); }

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

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

 span { border-color: rgb(215,93,99); }

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