#D5479B

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

Shades of Mulberry #D5479B

Tints of Mulberry #D5479B

Color information

#D5479B (or 0xD5479B) is unknown color: approx Mulberry. HEX triplet: D5, 47 and 9B. RGB value is (213,71,155). Sum of RGB (Red+Green+Blue) = 213+71+155=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5479B is #2AB864. Grayscale: #7A7A7A. Windows color (decimal): -2799717 or 10176469. OLE color: 10176469.

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

Color convert

RGB21371155-
CMYK00.670.270.16
HSL324.51º62.83%55.69%-
HSV(B)324.51º66.67%83.53%-
XYZ35.6121.0233.19-
YUV123.03146.04192.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 71 (28.12% from 255) = 16.17%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=48.52%
G=16.17%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137115500.670.270.16324.5162.8355.69
HexD5479B0431B101453f38
Octal325107233010333205057770
Binary11010101100011110011011010000111101110000101000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5479B; }

 p { color: rgb(213,71,155); }

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

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

 a { background-color: rgb(213,71,155); }

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

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

 span { border-color: rgb(213,71,155); }

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