#D45094

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

Shades of Mulberry #D45094

Tints of Mulberry #D45094

Color information

#D45094 (or 0xD45094) is unknown color: approx Mulberry. HEX triplet: D4, 50 and 94. RGB value is (212,80,148). Sum of RGB (Red+Green+Blue) = 212+80+148=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D45094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45094 is #2BAF6B. Grayscale: #7F7F7F. Windows color (decimal): -2862956 or 9720020. OLE color: 9720020.

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

Color convert

RGB21280148-
CMYK00.620.300.17
HSL329.09º60.55%57.25%-
HSV(B)329.09º62.26%83.14%-
XYZ35.3721.8730.37-
YUV127.22139.73188.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=48.18%
G=18.18%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128014800.620.300.17329.0960.5557.25
HexD4509403E1E111493d39
Octal32412022407636215117571
Binary1101010010100001001010001111101111010001101001001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45094; }

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

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

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

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

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

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

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

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