#D55492

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

Shades of Mulberry #D55492

Tints of Mulberry #D55492

Color information

#D55492 (or 0xD55492) is unknown color: approx Mulberry. HEX triplet: D5, 54 and 92. RGB value is (213,84,146). Sum of RGB (Red+Green+Blue) = 213+84+146=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55492 is #2AAB6D. Grayscale: #818181. Windows color (decimal): -2796398 or 9589973. OLE color: 9589973.

HSL color Cylindrical-coordinate representation of color #D55492: hue angle of 331.16º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55492 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21384146-
CMYK00.610.310.16
HSL331.16º60.56%58.24%-
HSV(B)331.16º60.56%83.53%-
XYZ35.822.5629.66-
YUV129.64137.24187.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=48.08%
G=18.96%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138414600.610.310.16331.1660.5658.24
HexD5549203D1F1014b3d3a
Octal32512422207537205137572
Binary1101010110101001001001001111011111110000101001011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55492; }

 p { color: rgb(213,84,146); }

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

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

 a { background-color: rgb(213,84,146); }

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

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

 span { border-color: rgb(213,84,146); }

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