#D13D9F

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

Shades of Mulberry #D13D9F

Tints of Mulberry #D13D9F

Color information

#D13D9F (or 0xD13D9F) is unknown color: approx Mulberry. HEX triplet: D1, 3D and 9F. RGB value is (209,61,159). Sum of RGB (Red+Green+Blue) = 209+61+159=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D9F is #2EC260. Grayscale: #747474. Windows color (decimal): -3064417 or 10436049. OLE color: 10436049.

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

Color convert

RGB20961159-
CMYK00.710.240.18
HSL320.27º61.67%52.94%-
HSV(B)320.27º70.81%81.96%-
XYZ34.2219.434.74-
YUV116.42152.03194.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 61 (24.22% from 255) = 14.22%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=48.72%
G=14.22%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096115900.710.240.18320.2761.6752.94
HexD13D9F04718121403e35
Octal32175237010730225007665
Binary1101000111110110011111010001111100010010101000000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D9F; }

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

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

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

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

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

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

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

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