#D74B54

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

Shades of Mandy #D74B54

Tints of Mandy #D74B54

Color information

#D74B54 (or 0xD74B54) is unknown color: approx Mandy. HEX triplet: D7, 4B and 54. RGB value is (215,75,84). Sum of RGB (Red+Green+Blue) = 215+75+84=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B54 is #28B4AB. Grayscale: #757575. Windows color (decimal): -2667692 or 5524439. OLE color: 5524439.

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

Color convert

RGB2157584-
CMYK00.650.610.16
HSL356.14º63.64%56.86%-
HSV(B)356.14º65.12%84.31%-
XYZ32.1420.1210.58-
YUV117.89108.88197.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.49%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=57.49%
G=20.05%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215758400.650.610.16356.1463.6456.86
HexD74B540413D101644039
Octal3271131240101752054410071
Binary110101111001011101010001000001111101100001011001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74B54; }

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

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

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

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

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

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

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

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