#D352A1

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

Shades of Mulberry #D352A1

Tints of Mulberry #D352A1

Color information

#D352A1 (or 0xD352A1) is unknown color: approx Mulberry. HEX triplet: D3, 52 and A1. RGB value is (211,82,161). Sum of RGB (Red+Green+Blue) = 211+82+161=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D352A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D352A1 is #2CAD5E. Grayscale: #818181. Windows color (decimal): -2927967 or 10572499. OLE color: 10572499.

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

Color convert

RGB21182161-
CMYK00.610.240.17
HSL323.26º59.45%57.45%-
HSV(B)323.26º61.14%82.75%-
XYZ36.3122.4636.14-
YUV129.58145.74186.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.48%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=46.48%
G=18.06%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118216100.610.240.17323.2659.4557.45
HexD352A103D18111433b39
Octal32312224107530215037371
Binary1101001110100101010000101111011100010001101000011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D352A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D352A1; }

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

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

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

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

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

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

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

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