#D948A2

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

Shades of Mulberry #D948A2

Tints of Mulberry #D948A2

Color information

#D948A2 (or 0xD948A2) is unknown color: approx Mulberry. HEX triplet: D9, 48 and A2. RGB value is (217,72,162). Sum of RGB (Red+Green+Blue) = 217+72+162=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D948A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948A2 is #26B75D. Grayscale: #7D7D7D. Windows color (decimal): -2537310 or 10635481. OLE color: 10635481.

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

Color convert

RGB21772162-
CMYK00.670.250.15
HSL322.76º65.61%56.67%-
HSV(B)322.76º66.82%85.1%-
XYZ37.452236.45-
YUV125.62148.54193.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=48.12%
G=15.96%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177216200.670.250.15322.7665.6156.67
HexD948A204319F1434239
Octal3311102420103311750310271
Binary11011001100100010100010010000111100111111010000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D948A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D948A2; }

 p { color: rgb(217,72,162); }

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

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

 a { background-color: rgb(217,72,162); }

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

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

 span { border-color: rgb(217,72,162); }

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