#D74954

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

Shades of Mandy #D74954

Tints of Mandy #D74954

Color information

#D74954 (or 0xD74954) is unknown color: approx Mandy. HEX triplet: D7, 49 and 54. RGB value is (215,73,84). Sum of RGB (Red+Green+Blue) = 215+73+84=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D74954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74954 is #28B6AB. Grayscale: #747474. Windows color (decimal): -2668204 or 5523927. OLE color: 5523927.

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

Color convert

RGB2157384-
CMYK00.660.610.16
HSL355.35º63.96%56.47%-
HSV(B)355.35º66.05%84.31%-
XYZ32.0119.8510.53-
YUV116.71109.54198.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.80%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=57.80%
G=19.62%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215738400.660.610.16355.3563.9656.47
HexD749540423D101634038
Octal3271111240102752054310070
Binary110101111001001101010001000010111101100001011000111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74954; }

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

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

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

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

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

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

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

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