#D355A6

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

Shades of Mulberry #D355A6

Tints of Mulberry #D355A6

Color information

#D355A6 (or 0xD355A6) is unknown color: approx Mulberry. HEX triplet: D3, 55 and A6. RGB value is (211,85,166). Sum of RGB (Red+Green+Blue) = 211+85+166=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D355A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D355A6 is #2CAA59. Grayscale: #838383. Windows color (decimal): -2927194 or 10900947. OLE color: 10900947.

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

Color convert

RGB21185166-
CMYK00.600.210.17
HSL321.43º58.88%58.04%-
HSV(B)321.43º59.72%82.75%-
XYZ3723.138.59-
YUV131.91147.24184.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=45.67%
G=18.40%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118516600.600.210.17321.4358.8858.04
HexD355A603C15111413b3a
Octal32312524607425215017372
Binary1101001110101011010011001111001010110001101000001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D355A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D355A6; }

 p { color: rgb(211,85,166); }

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

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

 a { background-color: rgb(211,85,166); }

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

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

 span { border-color: rgb(211,85,166); }

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