#D04B9A

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

Shades of Mulberry #D04B9A

Tints of Mulberry #D04B9A

Color information

#D04B9A (or 0xD04B9A) is unknown color: approx Mulberry. HEX triplet: D0, 4B and 9A. RGB value is (208,75,154). Sum of RGB (Red+Green+Blue) = 208+75+154=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B9A is #2FB465. Grayscale: #7B7B7B. Windows color (decimal): -3126374 or 10111952. OLE color: 10111952.

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

Color convert

RGB20875154-
CMYK00.640.260.18
HSL324.36º58.59%55.49%-
HSV(B)324.36º63.94%81.57%-
XYZ34.3620.7832.77-
YUV123.77145.06188.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=47.60%
G=17.16%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087515400.640.260.18324.3658.5955.49
HexD04B9A0401A121443b37
Octal320113232010032225047367
Binary11010000100101110011010010000001101010010101000100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04B9A; }

 p { color: rgb(208,75,154); }

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

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

 a { background-color: rgb(208,75,154); }

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

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

 span { border-color: rgb(208,75,154); }

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