#D13DA4

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

Shades of Mulberry #D13DA4

Tints of Mulberry #D13DA4

Color information

#D13DA4 (or 0xD13DA4) is unknown color: approx Mulberry. HEX triplet: D1, 3D and A4. RGB value is (209,61,164). Sum of RGB (Red+Green+Blue) = 209+61+164=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DA4 is #2EC25B. Grayscale: #747474. Windows color (decimal): -3064412 or 10763729. OLE color: 10763729.

HSL color Cylindrical-coordinate representation of color #D13DA4: hue angle of 318.24º 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 #D13DA4 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20961164-
CMYK00.710.220.18
HSL318.24º61.67%52.94%-
HSV(B)318.24º70.81%81.96%-
XYZ34.6619.5737.07-
YUV116.99154.53193.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 61 (24.22% from 255) = 14.06%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=48.16%
G=14.06%
B=37.79%

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
Decimal2096116400.710.220.18318.2461.6752.94
HexD13DA4047161213e3e35
Octal32175244010726224767665
Binary1101000111110110100100010001111011010010100111110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DA4; }

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

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

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

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

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

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

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

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