#D74560

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

Shades of Mandy #D74560

Tints of Mandy #D74560

Color information

#D74560 (or 0xD74560) is unknown color: approx Mandy. HEX triplet: D7, 45 and 60. RGB value is (215,69,96). Sum of RGB (Red+Green+Blue) = 215+69+96=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D74560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74560 is #28BA9F. Grayscale: #737373. Windows color (decimal): -2669216 or 6309335. OLE color: 6309335.

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

Color convert

RGB2156996-
CMYK00.680.550.16
HSL348.9º64.6%55.69%-
HSV(B)348.9º67.91%84.31%-
XYZ32.2619.5513.14-
YUV115.73116.87198.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.58%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=56.58%
G=18.16%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215699600.680.550.16348.964.655.69
HexD74560044371015d4138
Octal3271051400104672053510170
Binary110101111000101110000001000100110111100001010111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74560; }

 p { color: rgb(215,69,96); }

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

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

 a { background-color: rgb(215,69,96); }

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

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

 span { border-color: rgb(215,69,96); }

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