#D54BAB

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

Shades of Mulberry #D54BAB

Tints of Mulberry #D54BAB

Color information

#D54BAB (or 0xD54BAB) is unknown color: approx Mulberry. HEX triplet: D5, 4B and AB. RGB value is (213,75,171). Sum of RGB (Red+Green+Blue) = 213+75+171=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BAB is #2AB454. Grayscale: #7E7E7E. Windows color (decimal): -2798677 or 11226069. OLE color: 11226069.

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

Color convert

RGB21375171-
CMYK00.650.200.16
HSL318.26º62.16%56.47%-
HSV(B)318.26º64.79%83.53%-
XYZ37.3122.1240.83-
YUV127.21152.72189.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=46.41%
G=16.34%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137517100.650.200.16318.2662.1656.47
HexD54BAB041141013e3e38
Octal325113253010124204767670
Binary11010101100101110101011010000011010010000100111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54BAB; }

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

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

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

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

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

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

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

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