#D54B8F

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

Shades of Mulberry #D54B8F

Tints of Mulberry #D54B8F

Color information

#D54B8F (or 0xD54B8F) is unknown color: approx Mulberry. HEX triplet: D5, 4B and 8F. RGB value is (213,75,143). Sum of RGB (Red+Green+Blue) = 213+75+143=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B8F is #2AB470. Grayscale: #7B7B7B. Windows color (decimal): -2798705 or 9391061. OLE color: 9391061.

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

Color convert

RGB21375143-
CMYK00.650.330.16
HSL330.43º62.16%56.47%-
HSV(B)330.43º64.79%83.53%-
XYZ34.9121.1628.23-
YUV124.01138.72191.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=49.42%
G=17.40%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137514300.650.330.16330.4362.1656.47
HexD54B8F041211014a3e38
Octal325113217010141205127670
Binary110101011001011100011110100000110000110000101001010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B8F; }

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

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

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

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

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

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

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

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