#D54A92

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

Shades of Mulberry #D54A92

Tints of Mulberry #D54A92

Color information

#D54A92 (or 0xD54A92) is unknown color: approx Mulberry. HEX triplet: D5, 4A and 92. RGB value is (213,74,146). Sum of RGB (Red+Green+Blue) = 213+74+146=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A92 is #2AB56D. Grayscale: #7B7B7B. Windows color (decimal): -2798958 or 9587413. OLE color: 9587413.

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

Color convert

RGB21374146-
CMYK00.650.310.16
HSL328.92º62.33%56.27%-
HSV(B)328.92º65.26%83.53%-
XYZ35.0821.1229.42-
YUV123.77140.55191.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=49.19%
G=17.09%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137414600.650.310.16328.9262.3356.27
HexD54A920411F101493e38
Octal325112222010137205117670
Binary11010101100101010010010010000011111110000101001001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54A92; }

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

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

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

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

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

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

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

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