#D7479F

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

Shades of Mulberry #D7479F

Tints of Mulberry #D7479F

Color information

#D7479F (or 0xD7479F) is unknown color: approx Mulberry. HEX triplet: D7, 47 and 9F. RGB value is (215,71,159). Sum of RGB (Red+Green+Blue) = 215+71+159=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7479F is #28B860. Grayscale: #7B7B7B. Windows color (decimal): -2668641 or 10438615. OLE color: 10438615.

HSL color Cylindrical-coordinate representation of color #D7479F: hue angle of 323.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7479F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21571159-
CMYK00.670.260.16
HSL323.33º64.29%56.08%-
HSV(B)323.33º66.98%84.31%-
XYZ36.5421.4635.02-
YUV124.09147.71192.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.31%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=48.31%
G=15.96%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157115900.670.260.16323.3364.2956.08
HexD7479F0431A101434038
Octal3271072370103322050310070
Binary110101111000111100111110100001111010100001010000111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7479F; }

 p { color: rgb(215,71,159); }

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

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

 a { background-color: rgb(215,71,159); }

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

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

 span { border-color: rgb(215,71,159); }

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