#D54F88

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

Shades of Mulberry #D54F88

Tints of Mulberry #D54F88

Color information

#D54F88 (or 0xD54F88) is unknown color: approx Mulberry. HEX triplet: D5, 4F and 88. RGB value is (213,79,136). Sum of RGB (Red+Green+Blue) = 213+79+136=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F88 is #2AB077. Grayscale: #7D7D7D. Windows color (decimal): -2797688 or 8933333. OLE color: 8933333.

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

Color convert

RGB21379136-
CMYK00.630.360.16
HSL334.48º61.47%57.25%-
HSV(B)334.48º62.91%83.53%-
XYZ34.6821.5225.62-
YUV125.56133.89190.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=49.77%
G=18.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137913600.630.360.16334.4861.4757.25
HexD54F8803F241014e3d39
Octal32511721007744205167571
Binary11010101100111110001000011111110010010000101001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54F88; }

 p { color: rgb(213,79,136); }

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

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

 a { background-color: rgb(213,79,136); }

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

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

 span { border-color: rgb(213,79,136); }

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