#D0498D

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

Shades of Mulberry #D0498D

Tints of Mulberry #D0498D

Color information

#D0498D (or 0xD0498D) is unknown color: approx Mulberry. HEX triplet: D0, 49 and 8D. RGB value is (208,73,141). Sum of RGB (Red+Green+Blue) = 208+73+141=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0498D is #2FB672. Grayscale: #787878. Windows color (decimal): -3126899 or 9259472. OLE color: 9259472.

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

Color convert

RGB20873141-
CMYK00.650.320.18
HSL329.78º58.95%55.1%-
HSV(B)329.78º64.9%81.57%-
XYZ33.220.127.33-
YUV121.12139.23189.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=49.29%
G=17.30%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087314100.650.320.18329.7858.9555.1
HexD0498D041201214a3b37
Octal320111215010140225127367
Binary110100001001001100011010100000110000010010101001010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0498D; }

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

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

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

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

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

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

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

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