#D13FA6

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

Shades of Mulberry #D13FA6

Tints of Mulberry #D13FA6

Color information

#D13FA6 (or 0xD13FA6) is unknown color: approx Mulberry. HEX triplet: D1, 3F and A6. RGB value is (209,63,166). Sum of RGB (Red+Green+Blue) = 209+63+166=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FA6 is #2EC059. Grayscale: #767676. Windows color (decimal): -3063898 or 10895313. OLE color: 10895313.

HSL color Cylindrical-coordinate representation of color #D13FA6: hue angle of 317.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13FA6 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB20963166-
CMYK00.700.210.18
HSL317.67º61.34%53.33%-
HSV(B)317.67º69.86%81.96%-
XYZ34.9519.8638.07-
YUV118.4154.87192.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 63 (25% from 255) = 14.38%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=47.72%
G=14.38%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096316600.700.210.18317.6761.3453.33
HexD13FA6046151213e3d35
Octal32177246010625224767565
Binary1101000111111110100110010001101010110010100111110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13FA6; }

 p { color: rgb(209,63,166); }

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

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

 a { background-color: rgb(209,63,166); }

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

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

 span { border-color: rgb(209,63,166); }

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