#D54592

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

Shades of Mulberry #D54592

Tints of Mulberry #D54592

Color information

#D54592 (or 0xD54592) is unknown color: approx Mulberry. HEX triplet: D5, 45 and 92. RGB value is (213,69,146). Sum of RGB (Red+Green+Blue) = 213+69+146=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54592 is #2ABA6D. Grayscale: #787878. Windows color (decimal): -2800238 or 9586133. OLE color: 9586133.

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

Color convert

RGB21369146-
CMYK00.680.310.16
HSL327.92º63.16%55.29%-
HSV(B)327.92º67.61%83.53%-
XYZ34.7620.4829.31-
YUV120.83142.21193.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 69 (27.34% from 255) = 16.12%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=49.77%
G=16.12%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136914600.680.310.16327.9263.1655.29
HexD545920441F101483f37
Octal325105222010437205107767
Binary11010101100010110010010010001001111110000101001000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54592; }

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

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

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

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

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

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

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

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