#D555A8

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

Shades of Mulberry #D555A8

Tints of Mulberry #D555A8

Color information

#D555A8 (or 0xD555A8) is unknown color: approx Mulberry. HEX triplet: D5, 55 and A8. RGB value is (213,85,168). Sum of RGB (Red+Green+Blue) = 213+85+168=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D555A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555A8 is #2AAA57. Grayscale: #848484. Windows color (decimal): -2796120 or 11032021. OLE color: 11032021.

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

Color convert

RGB21385168-
CMYK00.600.210.16
HSL321.09º60.38%58.43%-
HSV(B)321.09º60.09%83.53%-
XYZ37.7623.4739.59-
YUV132.73147.91185.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=45.71%
G=18.24%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138516800.600.210.16321.0960.3858.43
HexD555A803C15101413c3a
Octal32512525007425205017472
Binary1101010110101011010100001111001010110000101000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555A8; }

 p { color: rgb(213,85,168); }

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

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

 a { background-color: rgb(213,85,168); }

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

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

 span { border-color: rgb(213,85,168); }

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