#D557A5

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

Shades of Mulberry #D557A5

Tints of Mulberry #D557A5

Color information

#D557A5 (or 0xD557A5) is unknown color: approx Mulberry. HEX triplet: D5, 57 and A5. RGB value is (213,87,165). Sum of RGB (Red+Green+Blue) = 213+87+165=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D557A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D557A5 is #2AA85A. Grayscale: #858585. Windows color (decimal): -2795611 or 10835925. OLE color: 10835925.

HSL color Cylindrical-coordinate representation of color #D557A5: hue angle of 322.86º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D557A5 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21387165-
CMYK00.590.230.16
HSL322.86º60%58.82%-
HSV(B)322.86º59.15%83.53%-
XYZ37.6423.6838.18-
YUV133.57145.74184.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 87 (34.38% from 255) = 18.71%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=45.81%
G=18.71%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138716500.590.230.16322.866058.82
HexD557A503B17101433c3b
Octal32512724507327205037473
Binary1101010110101111010010101110111011110000101000011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D557A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D557A5; }

 p { color: rgb(213,87,165); }

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

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

 a { background-color: rgb(213,87,165); }

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

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

 span { border-color: rgb(213,87,165); }

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