#D357A0

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

Shades of Mulberry #D357A0

Tints of Mulberry #D357A0

Color information

#D357A0 (or 0xD357A0) is unknown color: approx Mulberry. HEX triplet: D3, 57 and A0. RGB value is (211,87,160). Sum of RGB (Red+Green+Blue) = 211+87+160=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D357A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D357A0 is #2CA85F. Grayscale: #848484. Windows color (decimal): -2926688 or 10508243. OLE color: 10508243.

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

Color convert

RGB21187160-
CMYK00.590.240.17
HSL324.68º58.49%58.43%-
HSV(B)324.68º58.77%82.75%-
XYZ36.6223.235.81-
YUV132.4143.58184.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=46.07%
G=19.00%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118716000.590.240.17324.6858.4958.43
HexD357A003B18111453a3a
Octal32312724007330215057272
Binary1101001110101111010000001110111100010001101000101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D357A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D357A0; }

 p { color: rgb(211,87,160); }

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

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

 a { background-color: rgb(211,87,160); }

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

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

 span { border-color: rgb(211,87,160); }

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