#D955AD

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

Shades of Mulberry #D955AD

Tints of Mulberry #D955AD

Color information

#D955AD (or 0xD955AD) is unknown color: approx Mulberry. HEX triplet: D9, 55 and AD. RGB value is (217,85,173). Sum of RGB (Red+Green+Blue) = 217+85+173=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D955AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955AD is #26AA52. Grayscale: #868686. Windows color (decimal): -2533971 or 11359705. OLE color: 11359705.

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

Color convert

RGB21785173-
CMYK00.610.200.15
HSL320º63.46%59.22%-
HSV(B)320º60.83%85.1%-
XYZ39.4124.2742.14-
YUV134.5149.73186.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=45.68%
G=17.89%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178517300.610.200.1532063.4659.22
HexD955AD03D14F1403f3b
Octal33112525507524175007773
Binary110110011010101101011010111101101001111101000000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955AD; }

 p { color: rgb(217,85,173); }

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

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

 a { background-color: rgb(217,85,173); }

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

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

 span { border-color: rgb(217,85,173); }

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