#d54a90

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

Shades of Mulberry #D54A90

Tints of Mulberry #D54A90

Color information

#D54A90 (or 0xD54A90) is unknown color: approx Mulberry. HEX triplet: D5, 4A and 90. RGB value is (213,74,144). Sum of RGB (Red+Green+Blue) = 213+74+144=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A90 is #2AB56F. Grayscale: #7B7B7B. Windows color (decimal): -2798960 or 9456341. OLE color: 9456341.

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

Color convert

RGB21374144-
CMYK00.650.320.16
HSL329.78º62.33%56.27%-
HSV(B)329.78º65.26%83.53%-
XYZ34.9221.0628.61-
YUV123.54139.55191.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=49.42%
G=17.17%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137414400.650.320.16329.7862.3356.27
HexD54A90041201014a3e38
Octal325112220010140205127670
Binary110101011001010100100000100000110000010000101001010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54a90; }

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

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

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

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

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

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

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

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