#D04D94

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

Shades of Mulberry #D04D94

Tints of Mulberry #D04D94

Color information

#D04D94 (or 0xD04D94) is unknown color: approx Mulberry. HEX triplet: D0, 4D and 94. RGB value is (208,77,148). Sum of RGB (Red+Green+Blue) = 208+77+148=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04D94 is #2FB26B. Grayscale: #7C7C7C. Windows color (decimal): -3125868 or 9719248. OLE color: 9719248.

HSL color Cylindrical-coordinate representation of color #D04D94: hue angle of 327.48º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D94 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB20877148-
CMYK00.630.290.18
HSL327.48º58.22%55.88%-
HSV(B)327.48º62.98%81.57%-
XYZ34.0120.8630.25-
YUV124.26141.4187.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=48.04%
G=17.78%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087714800.630.290.18327.4858.2255.88
HexD04D9403F1D121473a38
Octal32011522407735225077270
Binary1101000010011011001010001111111110110010101000111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04D94; }

 p { color: rgb(208,77,148); }

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

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

 a { background-color: rgb(208,77,148); }

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

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

 span { border-color: rgb(208,77,148); }

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