#D948AD

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

Shades of Mulberry #D948AD

Tints of Mulberry #D948AD

Color information

#D948AD (or 0xD948AD) is unknown color: approx Mulberry. HEX triplet: D9, 48 and AD. RGB value is (217,72,173). Sum of RGB (Red+Green+Blue) = 217+72+173=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D948AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948AD is #26B752. Grayscale: #7E7E7E. Windows color (decimal): -2537299 or 11356377. OLE color: 11356377.

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

Color convert

RGB21772173-
CMYK00.670.200.15
HSL318.21º65.61%56.67%-
HSV(B)318.21º66.82%85.1%-
XYZ38.4822.441.83-
YUV126.87154.04192.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=46.97%
G=15.58%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177217300.670.200.15318.2165.6156.67
HexD948AD04314F13e4239
Octal3311102550103241747610271
Binary11011001100100010101101010000111010011111001111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D948AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D948AD; }

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

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

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

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

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

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

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

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