#D953AC

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

Shades of Mulberry #D953AC

Tints of Mulberry #D953AC

Color information

#D953AC (or 0xD953AC) is unknown color: approx Mulberry. HEX triplet: D9, 53 and AC. RGB value is (217,83,172). Sum of RGB (Red+Green+Blue) = 217+83+172=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D953AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953AC is #26AC53. Grayscale: #848484. Windows color (decimal): -2534484 or 11293657. OLE color: 11293657.

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

Color convert

RGB21783172-
CMYK00.620.210.15
HSL320.15º63.81%58.82%-
HSV(B)320.15º61.75%85.1%-
XYZ39.1523.9241.58-
YUV133.21149.89187.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 83 (32.81% from 255) = 17.58%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=45.97%
G=17.58%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178317200.620.210.15320.1563.8158.82
HexD953AC03E15F140403b
Octal331123254076251750010073
Binary1101100110100111010110001111101010111111010000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D953AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D953AC; }

 p { color: rgb(217,83,172); }

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

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

 a { background-color: rgb(217,83,172); }

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

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

 span { border-color: rgb(217,83,172); }

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