#d351a1

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

Shades of Mulberry #D351A1

Tints of Mulberry #D351A1

Color information

#D351A1 (or 0xD351A1) is unknown color: approx Mulberry. HEX triplet: D3, 51 and A1. RGB value is (211,81,161). Sum of RGB (Red+Green+Blue) = 211+81+161=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D351A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D351A1 is #2CAE5E. Grayscale: #808080. Windows color (decimal): -2928223 or 10572243. OLE color: 10572243.

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

Color convert

RGB21181161-
CMYK00.620.240.17
HSL323.08º59.63%57.25%-
HSV(B)323.08º61.61%82.75%-
XYZ36.2422.3136.11-
YUV128.99146.07186.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.58%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=46.58%
G=17.88%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118116100.620.240.17323.0859.6357.25
HexD351A103E18111433c39
Octal32312124107630215037471
Binary1101001110100011010000101111101100010001101000011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d351a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d351a1; }

 p { color: rgb(211,81,161); }

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

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

 a { background-color: rgb(211,81,161); }

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

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

 span { border-color: rgb(211,81,161); }

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