#D04F98

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

Shades of Mulberry #D04F98

Tints of Mulberry #D04F98

Color information

#D04F98 (or 0xD04F98) is unknown color: approx Mulberry. HEX triplet: D0, 4F and 98. RGB value is (208,79,152). Sum of RGB (Red+Green+Blue) = 208+79+152=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F98 is #2FB067. Grayscale: #7D7D7D. Windows color (decimal): -3125352 or 9981904. OLE color: 9981904.

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

Color convert

RGB20879152-
CMYK00.620.270.18
HSL326.05º57.85%56.27%-
HSV(B)326.05º62.02%81.57%-
XYZ34.4821.2731.99-
YUV125.89142.74186.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 79 (31.25% from 255) = 18.00%
BLUE value IS 152 (59.77% from 255) = 34.62%
R=47.38%
G=18.00%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087915200.620.270.18326.0557.8556.27
HexD04F9803E1B121463a38
Octal32011723007633225067270
Binary1101000010011111001100001111101101110010101000110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F98; }

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

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

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

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

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

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

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

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