#D54BA9

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

Shades of Mulberry #D54BA9

Tints of Mulberry #D54BA9

Color information

#D54BA9 (or 0xD54BA9) is unknown color: approx Mulberry. HEX triplet: D5, 4B and A9. RGB value is (213,75,169). Sum of RGB (Red+Green+Blue) = 213+75+169=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BA9 is #2AB456. Grayscale: #7E7E7E. Windows color (decimal): -2798679 or 11094997. OLE color: 11094997.

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

Color convert

RGB21375169-
CMYK00.650.210.16
HSL319.13º62.16%56.47%-
HSV(B)319.13º64.79%83.53%-
XYZ37.1222.0439.83-
YUV126.98151.72189.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 75 (29.69% from 255) = 16.41%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=46.61%
G=16.41%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137516900.650.210.16319.1362.1656.47
HexD54BA9041151013f3e38
Octal325113251010125204777670
Binary11010101100101110101001010000011010110000100111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54BA9; }

 p { color: rgb(213,75,169); }

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

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

 a { background-color: rgb(213,75,169); }

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

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

 span { border-color: rgb(213,75,169); }

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