#D5498B

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

Shades of Mulberry #D5498B

Tints of Mulberry #D5498B

Color information

#D5498B (or 0xD5498B) is unknown color: approx Mulberry. HEX triplet: D5, 49 and 8B. RGB value is (213,73,139). Sum of RGB (Red+Green+Blue) = 213+73+139=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5498B is #2AB674. Grayscale: #7A7A7A. Windows color (decimal): -2799221 or 9128405. OLE color: 9128405.

HSL color Cylindrical-coordinate representation of color #D5498B: hue angle of 331.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5498B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21373139-
CMYK00.660.350.16
HSL331.71º62.5%56.08%-
HSV(B)331.71º65.73%83.53%-
XYZ34.4820.7826.62-
YUV122.38137.38192.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=50.12%
G=17.18%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137313900.660.350.16331.7162.556.08
HexD5498B042231014c3e38
Octal325111213010243205147670
Binary110101011001001100010110100001010001110000101001100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5498B; }

 p { color: rgb(213,73,139); }

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

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

 a { background-color: rgb(213,73,139); }

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

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

 span { border-color: rgb(213,73,139); }

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