#D35493

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

Shades of Mulberry #D35493

Tints of Mulberry #D35493

Color information

#D35493 (or 0xD35493) is unknown color: approx Mulberry. HEX triplet: D3, 54 and 93. RGB value is (211,84,147). Sum of RGB (Red+Green+Blue) = 211+84+147=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D35493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35493 is #2CAB6C. Grayscale: #818181. Windows color (decimal): -2927469 or 9655507. OLE color: 9655507.

HSL color Cylindrical-coordinate representation of color #D35493: hue angle of 330.24º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35493 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB21184147-
CMYK00.600.300.17
HSL330.24º59.07%57.84%-
HSV(B)330.24º60.19%82.75%-
XYZ35.322.330.05-
YUV129.16138.08186.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.74%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=47.74%
G=19.00%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118414700.600.300.17330.2459.0757.84
HexD3549303C1E1114a3b3a
Octal32312422307436215127372
Binary1101001110101001001001101111001111010001101001010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35493; }

 p { color: rgb(211,84,147); }

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

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

 a { background-color: rgb(211,84,147); }

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

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

 span { border-color: rgb(211,84,147); }

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