#D04A88

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

Shades of Mulberry #D04A88

Tints of Mulberry #D04A88

Color information

#D04A88 (or 0xD04A88) is unknown color: approx Mulberry. HEX triplet: D0, 4A and 88. RGB value is (208,74,136). Sum of RGB (Red+Green+Blue) = 208+74+136=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04A88 is #2FB577. Grayscale: #797979. Windows color (decimal): -3126648 or 8932048. OLE color: 8932048.

HSL color Cylindrical-coordinate representation of color #D04A88: hue angle of 332.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A88 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20874136-
CMYK00.640.350.18
HSL332.24º58.77%55.29%-
HSV(B)332.24º64.42%81.57%-
XYZ32.9120.0925.44-
YUV121.13136.39189.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.76%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=49.76%
G=17.70%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087413600.640.350.18332.2458.7755.29
HexD04A88040231214c3b37
Octal320112210010043225147367
Binary110100001001010100010000100000010001110010101001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A88; }

 p { color: rgb(208,74,136); }

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

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

 a { background-color: rgb(208,74,136); }

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

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

 span { border-color: rgb(208,74,136); }

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