#D13F9B

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

Shades of Mulberry #D13F9B

Tints of Mulberry #D13F9B

Color information

#D13F9B (or 0xD13F9B) is unknown color: approx Mulberry. HEX triplet: D1, 3F and 9B. RGB value is (209,63,155). Sum of RGB (Red+Green+Blue) = 209+63+155=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F9B is #2EC064. Grayscale: #747474. Windows color (decimal): -3063909 or 10174417. OLE color: 10174417.

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

Color convert

RGB20963155-
CMYK00.700.260.18
HSL322.19º61.34%53.33%-
HSV(B)322.19º69.86%81.96%-
XYZ33.9919.4832.98-
YUV117.14149.37193.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 63 (25% from 255) = 14.75%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=48.95%
G=14.75%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096315500.700.260.18322.1961.3453.33
HexD13F9B0461A121423d35
Octal32177233010632225027565
Binary1101000111111110011011010001101101010010101000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13F9B; }

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

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

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

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

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

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

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

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