#D54892

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

Shades of Mulberry #D54892

Tints of Mulberry #D54892

Color information

#D54892 (or 0xD54892) is unknown color: approx Mulberry. HEX triplet: D5, 48 and 92. RGB value is (213,72,146). Sum of RGB (Red+Green+Blue) = 213+72+146=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54892 is #2AB76D. Grayscale: #7A7A7A. Windows color (decimal): -2799470 or 9586901. OLE color: 9586901.

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

Color convert

RGB21372146-
CMYK00.660.310.16
HSL328.51º62.67%55.88%-
HSV(B)328.51º66.2%83.53%-
XYZ34.9520.8629.38-
YUV122.6141.21192.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=49.42%
G=16.71%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137214600.660.310.16328.5162.6755.88
HexD548920421F101493f38
Octal325110222010237205117770
Binary11010101100100010010010010000101111110000101001001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54892; }

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

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

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

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

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

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

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

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