#D45161

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

Shades of Mandy #D45161

Tints of Mandy #D45161

Color information

#D45161 (or 0xD45161) is unknown color: approx Mandy. HEX triplet: D4, 51 and 61. RGB value is (212,81,97). Sum of RGB (Red+Green+Blue) = 212+81+97=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D45161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45161 is #2BAE9E. Grayscale: #7A7A7A. Windows color (decimal): -2862751 or 6377940. OLE color: 6377940.

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

Color convert

RGB2128197-
CMYK00.620.540.17
HSL352.67º60.37%57.45%-
HSV(B)352.67º61.79%83.14%-
XYZ32.2520.7413.61-
YUV121.99113.9192.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.36%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=54.36%
G=20.77%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212819700.620.540.17352.6760.3757.45
HexD4516103E36111613c39
Octal32412114107666215417471
Binary1101010010100011100001011111011011010001101100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45161; }

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

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

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

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

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

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

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

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