#D3478D

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

Shades of Mulberry #D3478D

Tints of Mulberry #D3478D

Color information

#D3478D (or 0xD3478D) is unknown color: approx Mulberry. HEX triplet: D3, 47 and 8D. RGB value is (211,71,141). Sum of RGB (Red+Green+Blue) = 211+71+141=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3478D is #2CB872. Grayscale: #787878. Windows color (decimal): -2930803 or 9258963. OLE color: 9258963.

HSL color Cylindrical-coordinate representation of color #D3478D: hue angle of 330º 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 #D3478D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB21171141-
CMYK00.660.330.17
HSL330º61.4%55.29%-
HSV(B)330º66.35%82.75%-
XYZ33.9220.2827.33-
YUV120.84139.38192.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.88%
GREEN value IS 71 (28.12% from 255) = 16.78%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=49.88%
G=16.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117114100.660.330.1733061.455.29
HexD3478D042211114a3d37
Octal323107215010241215127567
Binary110100111000111100011010100001010000110001101001010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3478D; }

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

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

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

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

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

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

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

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