#D5488C

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

Shades of Mulberry #D5488C

Tints of Mulberry #D5488C

Color information

#D5488C (or 0xD5488C) is unknown color: approx Mulberry. HEX triplet: D5, 48 and 8C. RGB value is (213,72,140). Sum of RGB (Red+Green+Blue) = 213+72+140=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5488C is #2AB773. Grayscale: #797979. Windows color (decimal): -2799476 or 9193685. OLE color: 9193685.

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

Color convert

RGB21372140-
CMYK00.660.340.16
HSL331.06º62.67%55.88%-
HSV(B)331.06º66.2%83.53%-
XYZ34.4920.6726.98-
YUV121.91138.21192.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=50.12%
G=16.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137214000.660.340.16331.0662.6755.88
HexD5488C042221014b3f38
Octal325110214010242205137770
Binary110101011001000100011000100001010001010000101001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5488C; }

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

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

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

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

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

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

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

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