#D0499D

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

Shades of Mulberry #D0499D

Tints of Mulberry #D0499D

Color information

#D0499D (or 0xD0499D) is unknown color: approx Mulberry. HEX triplet: D0, 49 and 9D. RGB value is (208,73,157). Sum of RGB (Red+Green+Blue) = 208+73+157=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0499D is #2FB662. Grayscale: #7A7A7A. Windows color (decimal): -3126883 or 10308048. OLE color: 10308048.

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

Color convert

RGB20873157-
CMYK00.650.250.18
HSL322.67º58.95%55.1%-
HSV(B)322.67º64.9%81.57%-
XYZ34.4820.6134.06-
YUV122.94147.23188.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=47.49%
G=16.67%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087315700.650.250.18322.6758.9555.1
HexD0499D04119121433b37
Octal320111235010131225037367
Binary11010000100100110011101010000011100110010101000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0499D; }

 p { color: rgb(208,73,157); }

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

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

 a { background-color: rgb(208,73,157); }

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

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

 span { border-color: rgb(208,73,157); }

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