#D74F5E

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

Shades of Mandy #D74F5E

Tints of Mandy #D74F5E

Color information

#D74F5E (or 0xD74F5E) is unknown color: approx Mandy. HEX triplet: D7, 4F and 5E. RGB value is (215,79,94). Sum of RGB (Red+Green+Blue) = 215+79+94=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F5E is #28B0A1. Grayscale: #797979. Windows color (decimal): -2666658 or 6180823. OLE color: 6180823.

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

Color convert

RGB2157994-
CMYK00.630.560.16
HSL353.38º62.96%57.65%-
HSV(B)353.38º63.26%84.31%-
XYZ32.8420.8512.88-
YUV121.37112.56194.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.41%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=55.41%
G=20.36%
B=24.23%

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
Decimal215799400.630.560.16353.3862.9657.65
HexD74F5E03F38101613f3a
Octal32711713607770205417772
Binary1101011110011111011110011111111100010000101100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74F5E; }

 p { color: rgb(215,79,94); }

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

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

 a { background-color: rgb(215,79,94); }

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

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

 span { border-color: rgb(215,79,94); }

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