#D04F8A

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

Shades of Mulberry #D04F8A

Tints of Mulberry #D04F8A

Color information

#D04F8A (or 0xD04F8A) is unknown color: approx Mulberry. HEX triplet: D0, 4F and 8A. RGB value is (208,79,138). Sum of RGB (Red+Green+Blue) = 208+79+138=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F8A is #2FB075. Grayscale: #7C7C7C. Windows color (decimal): -3125366 or 9064400. OLE color: 9064400.

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

Color convert

RGB20879138-
CMYK00.620.340.18
HSL332.56º57.85%56.27%-
HSV(B)332.56º62.02%81.57%-
XYZ33.420.8426.31-
YUV124.3135.74187.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=48.94%
G=18.59%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087913800.620.340.18332.5657.8556.27
HexD04F8A03E221214d3a38
Octal32011721207642225157270
Binary11010000100111110001010011111010001010010101001101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F8A; }

 p { color: rgb(208,79,138); }

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

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

 a { background-color: rgb(208,79,138); }

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

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

 span { border-color: rgb(208,79,138); }

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