#d5499b

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

Shades of Mulberry #D5499B

Tints of Mulberry #D5499B

Color information

#D5499B (or 0xD5499B) is unknown color: approx Mulberry. HEX triplet: D5, 49 and 9B. RGB value is (213,73,155). Sum of RGB (Red+Green+Blue) = 213+73+155=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5499B is #2AB664. Grayscale: #7C7C7C. Windows color (decimal): -2799205 or 10176981. OLE color: 10176981.

HSL color Cylindrical-coordinate representation of color #D5499B: hue angle of 324.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5499B is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21373155-
CMYK00.660.270.16
HSL324.86º62.5%56.08%-
HSV(B)324.86º65.73%83.53%-
XYZ35.7421.2833.23-
YUV124.21145.38191.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=48.30%
G=16.55%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137315500.660.270.16324.8662.556.08
HexD5499B0421B101453e38
Octal325111233010233205057670
Binary11010101100100110011011010000101101110000101000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5499b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5499b; }

 p { color: rgb(213,73,155); }

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

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

 a { background-color: rgb(213,73,155); }

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

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

 span { border-color: rgb(213,73,155); }

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