#D04885

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

Shades of Mulberry #D04885

Tints of Mulberry #D04885

Color information

#D04885 (or 0xD04885) is unknown color: approx Mulberry. HEX triplet: D0, 48 and 85. RGB value is (208,72,133). Sum of RGB (Red+Green+Blue) = 208+72+133=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D04885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04885 is #2FB77A. Grayscale: #777777. Windows color (decimal): -3127163 or 8734928. OLE color: 8734928.

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

Color convert

RGB20872133-
CMYK00.650.360.18
HSL333.09º59.13%54.9%-
HSV(B)333.09º65.38%81.57%-
XYZ32.5619.7424.28-
YUV119.62135.56191.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=50.36%
G=17.43%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087213300.650.360.18333.0959.1354.9
HexD04885041241214d3b37
Octal320110205010144225157367
Binary110100001001000100001010100000110010010010101001101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04885; }

 p { color: rgb(208,72,133); }

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

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

 a { background-color: rgb(208,72,133); }

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

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

 span { border-color: rgb(208,72,133); }

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