#D552AA

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

Shades of Mulberry #D552AA

Tints of Mulberry #D552AA

Color information

#D552AA (or 0xD552AA) is unknown color: approx Mulberry. HEX triplet: D5, 52 and AA. RGB value is (213,82,170). Sum of RGB (Red+Green+Blue) = 213+82+170=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D552AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552AA is #2AAD55. Grayscale: #828282. Windows color (decimal): -2796886 or 11162325. OLE color: 11162325.

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

Color convert

RGB21382170-
CMYK00.620.200.16
HSL319.69º60.93%57.84%-
HSV(B)319.69º61.5%83.53%-
XYZ37.7123.0840.5-
YUV131.2149.9186.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=45.81%
G=17.63%
B=36.56%

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
Decimal2138217000.620.200.16319.6960.9357.84
HexD552AA03E14101403d3a
Octal32512225207624205007572
Binary1101010110100101010101001111101010010000101000000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D552AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D552AA; }

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

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

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

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

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

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

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

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