#D350AB

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

Shades of Mulberry #D350AB

Tints of Mulberry #D350AB

Color information

#D350AB (or 0xD350AB) is unknown color: approx Mulberry. HEX triplet: D3, 50 and AB. RGB value is (211,80,171). Sum of RGB (Red+Green+Blue) = 211+80+171=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D350AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350AB is #2CAF54. Grayscale: #818181. Windows color (decimal): -2928469 or 11227347. OLE color: 11227347.

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

Color convert

RGB21180171-
CMYK00.620.190.17
HSL318.32º59.82%57.06%-
HSV(B)318.32º62.09%82.75%-
XYZ37.0822.5340.92-
YUV129.54151.4186.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=45.67%
G=17.32%
B=37.01%

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
Decimal2118017100.620.190.17318.3259.8257.06
HexD350AB03E131113e3c39
Octal32312025307623214767471
Binary1101001110100001010101101111101001110001100111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D350AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D350AB; }

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

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

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

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

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

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

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

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