#D05498

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

Shades of Mulberry #D05498

Tints of Mulberry #D05498

Color information

#D05498 (or 0xD05498) is unknown color: approx Mulberry. HEX triplet: D0, 54 and 98. RGB value is (208,84,152). Sum of RGB (Red+Green+Blue) = 208+84+152=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D05498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05498 is #2FAB67. Grayscale: #808080. Windows color (decimal): -3124072 or 9983184. OLE color: 9983184.

HSL color Cylindrical-coordinate representation of color #D05498: hue angle of 327.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05498 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB20884152-
CMYK00.600.270.18
HSL327.1º56.88%57.25%-
HSV(B)327.1º59.62%81.57%-
XYZ34.8522.0232.12-
YUV128.83141.08184.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=46.85%
G=18.92%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088415200.600.270.18327.156.8857.25
HexD0549803C1B121473939
Octal32012423007433225077171
Binary1101000010101001001100001111001101110010101000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05498; }

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

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

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

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

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

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

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

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