#D74A5E

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

Shades of Mandy #D74A5E

Tints of Mandy #D74A5E

Color information

#D74A5E (or 0xD74A5E) is unknown color: approx Mandy. HEX triplet: D7, 4A and 5E. RGB value is (215,74,94). Sum of RGB (Red+Green+Blue) = 215+74+94=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A5E is #28B5A1. Grayscale: #767676. Windows color (decimal): -2667938 or 6179543. OLE color: 6179543.

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

Color convert

RGB2157494-
CMYK00.660.560.16
HSL351.49º63.8%56.67%-
HSV(B)351.49º65.58%84.31%-
XYZ32.4920.1512.77-
YUV118.44114.21196.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.14%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=56.14%
G=19.32%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215749400.660.560.16351.4963.856.67
HexD74A5E042381015f4039
Octal3271121360102702053710071
Binary110101111001010101111001000010111000100001010111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74A5E; }

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

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

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

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

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

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

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

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