#D45090

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

Shades of Mulberry #D45090

Tints of Mulberry #D45090

Color information

#D45090 (or 0xD45090) is unknown color: approx Mulberry. HEX triplet: D4, 50 and 90. RGB value is (212,80,144). Sum of RGB (Red+Green+Blue) = 212+80+144=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D45090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45090 is #2BAF6F. Grayscale: #7E7E7E. Windows color (decimal): -2862960 or 9457876. OLE color: 9457876.

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

Color convert

RGB21280144-
CMYK00.620.320.17
HSL330.91º60.55%57.25%-
HSV(B)330.91º62.26%83.14%-
XYZ35.0521.7528.74-
YUV126.76137.73188.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.62%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=48.62%
G=18.35%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128014400.620.320.17330.9160.5557.25
HexD4509003E201114b3d39
Octal32412022007640215137571
Binary11010100101000010010000011111010000010001101001011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45090; }

 p { color: rgb(212,80,144); }

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

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

 a { background-color: rgb(212,80,144); }

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

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

 span { border-color: rgb(212,80,144); }

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