#D74960

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

Shades of Mandy #D74960

Tints of Mandy #D74960

Color information

#D74960 (or 0xD74960) is unknown color: approx Mandy. HEX triplet: D7, 49 and 60. RGB value is (215,73,96). Sum of RGB (Red+Green+Blue) = 215+73+96=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D74960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74960 is #28B69F. Grayscale: #767676. Windows color (decimal): -2668192 or 6310359. OLE color: 6310359.

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

Color convert

RGB2157396-
CMYK00.660.550.16
HSL350.28º63.96%56.47%-
HSV(B)350.28º66.05%84.31%-
XYZ32.5220.0613.22-
YUV118.08115.54197.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.99%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 96 (37.89% from 255) = 25%
R=55.99%
G=19.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215739600.660.550.16350.2863.9656.47
HexD74960042371015e4038
Octal3271111400102672053610070
Binary110101111001001110000001000010110111100001010111101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74960; }

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

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

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

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

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

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

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

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