#D3479C

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

Shades of Mulberry #D3479C

Tints of Mulberry #D3479C

Color information

#D3479C (or 0xD3479C) is unknown color: approx Mulberry. HEX triplet: D3, 47 and 9C. RGB value is (211,71,156). Sum of RGB (Red+Green+Blue) = 211+71+156=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479C is #2CB863. Grayscale: #7A7A7A. Windows color (decimal): -2930788 or 10242003. OLE color: 10242003.

HSL color Cylindrical-coordinate representation of color #D3479C: hue angle of 323.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3479C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21171156-
CMYK00.660.260.17
HSL323.57º61.4%55.29%-
HSV(B)323.57º66.35%82.75%-
XYZ35.1220.7633.61-
YUV122.55146.88191.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 71 (28.12% from 255) = 16.21%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=48.17%
G=16.21%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117115600.660.260.17323.5761.455.29
HexD3479C0421A111443d37
Octal323107234010232215047567
Binary11010011100011110011100010000101101010001101000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3479C; }

 p { color: rgb(211,71,156); }

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

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

 a { background-color: rgb(211,71,156); }

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

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

 span { border-color: rgb(211,71,156); }

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