#D75758

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

Shades of Mandy #D75758

Tints of Mandy #D75758

Color information

#D75758 (or 0xD75758) is unknown color: approx Mandy. HEX triplet: D7, 57 and 58. RGB value is (215,87,88). Sum of RGB (Red+Green+Blue) = 215+87+88=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D75758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75758 is #28A8A7. Grayscale: #7D7D7D. Windows color (decimal): -2664616 or 5789655. OLE color: 5789655.

HSL color Cylindrical-coordinate representation of color #D75758: hue angle of 359.53º 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 #D75758 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB2158788-
CMYK00.600.590.16
HSL359.53º61.54%59.22%-
HSV(B)359.53º59.53%84.31%-
XYZ33.1921.9711.72-
YUV125.39106.91191.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.13%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=55.13%
G=22.31%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215878800.600.590.16359.5361.5459.22
HexD7575803C3B101683e3b
Octal32712713007473205507673
Binary1101011110101111011000011110011101110000101101000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75758; }

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

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

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

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

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

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

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

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