#d13d99

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

Shades of Mulberry #D13D99

Tints of Mulberry #D13D99

Color information

#D13D99 (or 0xD13D99) is unknown color: approx Mulberry. HEX triplet: D1, 3D and 99. RGB value is (209,61,153). Sum of RGB (Red+Green+Blue) = 209+61+153=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D99 is #2EC266. Grayscale: #737373. Windows color (decimal): -3064423 or 10042833. OLE color: 10042833.

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

Color convert

RGB20961153-
CMYK00.710.270.18
HSL322.7º61.67%52.94%-
HSV(B)322.7º70.81%81.96%-
XYZ33.7119.1932.06-
YUV115.74149.03194.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=49.41%
G=14.42%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096115300.710.270.18322.761.6752.94
HexD13D990471B121433e35
Octal32175231010733225037665
Binary1101000111110110011001010001111101110010101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13d99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13d99; }

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

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

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

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

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

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

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

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