#D855A0

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

Shades of Mulberry #D855A0

Tints of Mulberry #D855A0

Color information

#D855A0 (or 0xD855A0) is unknown color: approx Mulberry. HEX triplet: D8, 55 and A0. RGB value is (216,85,160). Sum of RGB (Red+Green+Blue) = 216+85+160=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D855A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D855A0 is #27AA5F. Grayscale: #848484. Windows color (decimal): -2599520 or 10507736. OLE color: 10507736.

HSL color Cylindrical-coordinate representation of color #D855A0: hue angle of 325.65º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855A0 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21685160-
CMYK00.610.260.15
HSL325.65º62.68%59.02%-
HSV(B)325.65º60.65%84.71%-
XYZ37.9123.6335.82-
YUV132.72143.4187.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=46.85%
G=18.44%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168516000.610.260.15325.6562.6859.02
HexD855A003D1AF1463f3b
Octal33012524007532175067773
Binary110110001010101101000000111101110101111101000110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D855A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D855A0; }

 p { color: rgb(216,85,160); }

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

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

 a { background-color: rgb(216,85,160); }

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

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

 span { border-color: rgb(216,85,160); }

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