#D13DA8

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

Shades of Mulberry #D13DA8

Tints of Mulberry #D13DA8

Color information

#D13DA8 (or 0xD13DA8) is unknown color: approx Mulberry. HEX triplet: D1, 3D and A8. RGB value is (209,61,168). Sum of RGB (Red+Green+Blue) = 209+61+168=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DA8 is #2EC257. Grayscale: #757575. Windows color (decimal): -3064408 or 11025873. OLE color: 11025873.

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

Color convert

RGB20961168-
CMYK00.710.200.18
HSL316.62º61.67%52.94%-
HSV(B)316.62º70.81%81.96%-
XYZ35.0319.7239.01-
YUV117.45156.53193.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 61 (24.22% from 255) = 13.93%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=47.72%
G=13.93%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096116800.710.200.18316.6261.6752.94
HexD13DA8047141213d3e35
Octal32175250010724224757665
Binary1101000111110110101000010001111010010010100111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DA8; }

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

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

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

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

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

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

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

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