#D552AB

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

Shades of Mulberry #D552AB

Tints of Mulberry #D552AB

Color information

#D552AB (or 0xD552AB) is unknown color: approx Mulberry. HEX triplet: D5, 52 and AB. RGB value is (213,82,171). Sum of RGB (Red+Green+Blue) = 213+82+171=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D552AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552AB is #2AAD54. Grayscale: #838383. Windows color (decimal): -2796885 or 11227861. OLE color: 11227861.

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

Color convert

RGB21382171-
CMYK00.620.200.16
HSL319.24º60.93%57.84%-
HSV(B)319.24º61.5%83.53%-
XYZ37.8123.1241-
YUV131.32150.4186.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=45.71%
G=17.60%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138217100.620.200.16319.2460.9357.84
HexD552AB03E141013f3d3a
Octal32512225307624204777572
Binary1101010110100101010101101111101010010000100111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D552AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D552AB; }

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

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

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

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

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

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

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

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