#D74B50

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

Shades of Mandy #D74B50

Tints of Mandy #D74B50

Color information

#D74B50 (or 0xD74B50) is unknown color: approx Mandy. HEX triplet: D7, 4B and 50. RGB value is (215,75,80). Sum of RGB (Red+Green+Blue) = 215+75+80=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B50 is #28B4AF. Grayscale: #757575. Windows color (decimal): -2667696 or 5262295. OLE color: 5262295.

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

Color convert

RGB2157580-
CMYK00.650.630.16
HSL357.86º63.64%56.86%-
HSV(B)357.86º65.12%84.31%-
XYZ31.9920.069.78-
YUV117.43106.88197.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.11%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=58.11%
G=20.27%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215758000.650.630.16357.8663.6456.86
HexD74B500413F101664039
Octal3271131200101772054610071
Binary110101111001011101000001000001111111100001011001101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74B50; }

 p { color: rgb(215,75,80); }

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

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

 a { background-color: rgb(215,75,80); }

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

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

 span { border-color: rgb(215,75,80); }

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