#D5488B

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

Shades of Mulberry #D5488B

Tints of Mulberry #D5488B

Color information

#D5488B (or 0xD5488B) is unknown color: approx Mulberry. HEX triplet: D5, 48 and 8B. RGB value is (213,72,139). Sum of RGB (Red+Green+Blue) = 213+72+139=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5488B is #2AB774. Grayscale: #797979. Windows color (decimal): -2799477 or 9128149. OLE color: 9128149.

HSL color Cylindrical-coordinate representation of color #D5488B: hue angle of 331.49º degrees, saturation: 0.63, 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 #D5488B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21372139-
CMYK00.660.350.16
HSL331.49º62.67%55.88%-
HSV(B)331.49º66.2%83.53%-
XYZ34.4220.6426.6-
YUV121.8137.71193.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=50.24%
G=16.98%
B=32.78%

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
Decimal2137213900.660.350.16331.4962.6755.88
HexD5488B042231014b3f38
Octal325110213010243205137770
Binary110101011001000100010110100001010001110000101001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5488B; }

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

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

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

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

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

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

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

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