#d956a1

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

Shades of Mulberry #D956A1

Tints of Mulberry #D956A1

Color information

#D956A1 (or 0xD956A1) is unknown color: approx Mulberry. HEX triplet: D9, 56 and A1. RGB value is (217,86,161). Sum of RGB (Red+Green+Blue) = 217+86+161=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D956A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D956A1 is #26A95E. Grayscale: #858585. Windows color (decimal): -2533727 or 10573529. OLE color: 10573529.

HSL color Cylindrical-coordinate representation of color #D956A1: 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.6%. Process color model (Four color, CMYK) of #D956A1 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21786161-
CMYK00.600.260.15
HSL325.65º63.29%59.41%-
HSV(B)325.65º60.37%85.1%-
XYZ38.3823.9836.32-
YUV133.72143.4187.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=46.77%
G=18.53%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178616100.600.260.15325.6563.2959.41
HexD956A103C1AF1463f3b
Octal33112624107432175067773
Binary110110011010110101000010111100110101111101000110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d956a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d956a1; }

 p { color: rgb(217,86,161); }

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

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

 a { background-color: rgb(217,86,161); }

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

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

 span { border-color: rgb(217,86,161); }

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