#D45C61

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

Shades of Mandy #D45C61

Tints of Mandy #D45C61

Color information

#D45C61 (or 0xD45C61) is unknown color: approx Mandy. HEX triplet: D4, 5C and 61. RGB value is (212,92,97). Sum of RGB (Red+Green+Blue) = 212+92+97=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C61 is #2BA39E. Grayscale: #808080. Windows color (decimal): -2859935 or 6380756. OLE color: 6380756.

HSL color Cylindrical-coordinate representation of color #D45C61: hue angle of 357.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45C61 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB2129297-
CMYK00.570.540.17
HSL357.5º58.25%59.61%-
HSV(B)357.5º56.6%83.14%-
XYZ33.1422.5113.91-
YUV128.45110.26187.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.87%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=52.87%
G=22.94%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212929700.570.540.17357.558.2559.61
HexD45C6103936111663a3c
Octal32413414107166215467274
Binary1101010010111001100001011100111011010001101100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45C61; }

 p { color: rgb(212,92,97); }

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

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

 a { background-color: rgb(212,92,97); }

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

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

 span { border-color: rgb(212,92,97); }

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