#D13DA3

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

Shades of Mulberry #D13DA3

Tints of Mulberry #D13DA3

Color information

#D13DA3 (or 0xD13DA3) is unknown color: approx Mulberry. HEX triplet: D1, 3D and A3. RGB value is (209,61,163). Sum of RGB (Red+Green+Blue) = 209+61+163=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DA3 is #2EC25C. Grayscale: #747474. Windows color (decimal): -3064413 or 10698193. OLE color: 10698193.

HSL color Cylindrical-coordinate representation of color #D13DA3: hue angle of 318.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13DA3 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20961163-
CMYK00.710.220.18
HSL318.65º61.67%52.94%-
HSV(B)318.65º70.81%81.96%-
XYZ34.5719.5436.6-
YUV116.88154.03193.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.27%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=48.27%
G=14.09%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096116300.710.220.18318.6561.6752.94
HexD13DA3047161213f3e35
Octal32175243010726224777665
Binary1101000111110110100011010001111011010010100111111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DA3; }

 p { color: rgb(209,61,163); }

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

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

 a { background-color: rgb(209,61,163); }

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

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

 span { border-color: rgb(209,61,163); }

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