#D74961

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

Shades of Mandy #D74961

Tints of Mandy #D74961

Color information

#D74961 (or 0xD74961) is unknown color: approx Mandy. HEX triplet: D7, 49 and 61. RGB value is (215,73,97). Sum of RGB (Red+Green+Blue) = 215+73+97=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D74961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74961 is #28B69E. Grayscale: #767676. Windows color (decimal): -2668191 or 6375895. OLE color: 6375895.

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

Color convert

RGB2157397-
CMYK00.660.550.16
HSL349.86º63.96%56.47%-
HSV(B)349.86º66.05%84.31%-
XYZ32.5620.0813.47-
YUV118.19116.04197.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=55.84%
G=18.96%
B=25.19%

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
Decimal215739700.660.550.16349.8663.9656.47
HexD74961042371015e4038
Octal3271111410102672053610070
Binary110101111001001110000101000010110111100001010111101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74961; }

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

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

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

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

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

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

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

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