#D45196

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

Shades of Mulberry #D45196

Tints of Mulberry #D45196

Color information

#D45196 (or 0xD45196) is unknown color: approx Mulberry. HEX triplet: D4, 51 and 96. RGB value is (212,81,150). Sum of RGB (Red+Green+Blue) = 212+81+150=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D45196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45196 is #2BAE69. Grayscale: #7F7F7F. Windows color (decimal): -2862698 or 9851348. OLE color: 9851348.

HSL color Cylindrical-coordinate representation of color #D45196: hue angle of 328.4º 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 #D45196 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB21281150-
CMYK00.620.290.17
HSL328.4º60.37%57.45%-
HSV(B)328.4º61.79%83.14%-
XYZ35.622.0831.24-
YUV128.04140.4187.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=47.86%
G=18.28%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128115000.620.290.17328.460.3757.45
HexD4519603E1D111483c39
Octal32412122607635215107471
Binary1101010010100011001011001111101110110001101001000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45196; }

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

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

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

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

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

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

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

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