#d74b61

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

Shades of Mandy #D74B61

Tints of Mandy #D74B61

Color information

#D74B61 (or 0xD74B61) is unknown color: approx Mandy. HEX triplet: D7, 4B and 61. RGB value is (215,75,97). Sum of RGB (Red+Green+Blue) = 215+75+97=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B61 is #28B49E. Grayscale: #777777. Windows color (decimal): -2667679 or 6376407. OLE color: 6376407.

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

Color convert

RGB2157597-
CMYK00.650.550.16
HSL350.57º63.64%56.86%-
HSV(B)350.57º65.12%84.31%-
XYZ32.720.3413.51-
YUV119.37115.38196.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.56%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=55.56%
G=19.38%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215759700.650.550.16350.5763.6456.86
HexD74B61041371015f4039
Octal3271131410101672053710071
Binary110101111001011110000101000001110111100001010111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74b61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74b61; }

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

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

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

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

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

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

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

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