#D3518F

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

Shades of Mulberry #D3518F

Tints of Mulberry #D3518F

Color information

#D3518F (or 0xD3518F) is unknown color: approx Mulberry. HEX triplet: D3, 51 and 8F. RGB value is (211,81,143). Sum of RGB (Red+Green+Blue) = 211+81+143=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3518F is #2CAE70. Grayscale: #7E7E7E. Windows color (decimal): -2928241 or 9392595. OLE color: 9392595.

HSL color Cylindrical-coordinate representation of color #D3518F: hue angle of 331.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3518F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21181143-
CMYK00.620.320.17
HSL331.38º59.63%57.25%-
HSV(B)331.38º61.61%82.75%-
XYZ34.7621.7228.35-
YUV126.94137.07187.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.51%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=48.51%
G=18.62%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118114300.620.320.17331.3859.6357.25
HexD3518F03E201114b3c39
Octal32312121707640215137471
Binary11010011101000110001111011111010000010001101001011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3518F; }

 p { color: rgb(211,81,143); }

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

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

 a { background-color: rgb(211,81,143); }

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

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

 span { border-color: rgb(211,81,143); }

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