#D13C99

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

Shades of Mulberry #D13C99

Tints of Mulberry #D13C99

Color information

#D13C99 (or 0xD13C99) is unknown color: approx Mulberry. HEX triplet: D1, 3C and 99. RGB value is (209,60,153). Sum of RGB (Red+Green+Blue) = 209+60+153=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C99 is #2EC366. Grayscale: #727272. Windows color (decimal): -3064679 or 10042577. OLE color: 10042577.

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

Color convert

RGB20960153-
CMYK00.710.270.18
HSL322.55º61.83%52.75%-
HSV(B)322.55º71.29%81.96%-
XYZ33.6619.0932.05-
YUV115.15149.36194.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 60 (23.83% from 255) = 14.22%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=49.53%
G=14.22%
B=36.26%

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
Decimal2096015300.710.270.18322.5561.8352.75
HexD13C990471B121433e35
Octal32174231010733225037665
Binary1101000111110010011001010001111101110010101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C99; }

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

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

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

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

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

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

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

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