#D946A0

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

Shades of Mulberry #D946A0

Tints of Mulberry #D946A0

Color information

#D946A0 (or 0xD946A0) is unknown color: approx Mulberry. HEX triplet: D9, 46 and A0. RGB value is (217,70,160). Sum of RGB (Red+Green+Blue) = 217+70+160=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D946A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946A0 is #26B95F. Grayscale: #7C7C7C. Windows color (decimal): -2537824 or 10503897. OLE color: 10503897.

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

Color convert

RGB21770160-
CMYK00.680.260.15
HSL323.27º65.92%56.27%-
HSV(B)323.27º67.74%85.1%-
XYZ37.1521.6735.48-
YUV124.21148.2194.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=48.55%
G=15.66%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177016000.680.260.15323.2765.9256.27
HexD946A00441AF1434238
Octal3311062400104321750310270
Binary11011001100011010100000010001001101011111010000111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D946A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D946A0; }

 p { color: rgb(217,70,160); }

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

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

 a { background-color: rgb(217,70,160); }

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

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

 span { border-color: rgb(217,70,160); }

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