#D7505F

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

Shades of Mandy #D7505F

Tints of Mandy #D7505F

Color information

#D7505F (or 0xD7505F) is unknown color: approx Mandy. HEX triplet: D7, 50 and 5F. RGB value is (215,80,95). Sum of RGB (Red+Green+Blue) = 215+80+95=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7505F is #28AFA0. Grayscale: #7A7A7A. Windows color (decimal): -2666401 or 6246615. OLE color: 6246615.

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

Color convert

RGB2158095-
CMYK00.630.560.16
HSL353.33º62.79%57.84%-
HSV(B)353.33º62.79%84.31%-
XYZ32.9621.0113.14-
YUV122.07112.73194.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.13%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=55.13%
G=20.51%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215809500.630.560.16353.3362.7957.84
HexD7505F03F38101613f3a
Octal32712013707770205417772
Binary1101011110100001011111011111111100010000101100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7505F; }

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

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

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

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

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

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

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

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