#D350AA

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

Shades of Mulberry #D350AA

Tints of Mulberry #D350AA

Color information

#D350AA (or 0xD350AA) is unknown color: approx Mulberry. HEX triplet: D3, 50 and AA. RGB value is (211,80,170). Sum of RGB (Red+Green+Blue) = 211+80+170=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D350AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350AA is #2CAF55. Grayscale: #818181. Windows color (decimal): -2928470 or 11161811. OLE color: 11161811.

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

Color convert

RGB21180170-
CMYK00.620.190.17
HSL318.78º59.82%57.06%-
HSV(B)318.78º62.09%82.75%-
XYZ36.9922.4940.42-
YUV129.43150.9186.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.77%
GREEN value IS 80 (31.64% from 255) = 17.35%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=45.77%
G=17.35%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118017000.620.190.17318.7859.8257.06
HexD350AA03E131113f3c39
Octal32312025207623214777471
Binary1101001110100001010101001111101001110001100111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D350AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D350AA; }

 p { color: rgb(211,80,170); }

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

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

 a { background-color: rgb(211,80,170); }

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

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

 span { border-color: rgb(211,80,170); }

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