#d55294

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

Shades of Mulberry #D55294

Tints of Mulberry #D55294

Color information

#D55294 (or 0xD55294) is unknown color: approx Mulberry. HEX triplet: D5, 52 and 94. RGB value is (213,82,148). Sum of RGB (Red+Green+Blue) = 213+82+148=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55294 is #2AAD6B. Grayscale: #808080. Windows color (decimal): -2796908 or 9720533. OLE color: 9720533.

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

Color convert

RGB21382148-
CMYK00.620.310.16
HSL329.77º60.93%57.84%-
HSV(B)329.77º61.5%83.53%-
XYZ35.822.3230.44-
YUV128.69138.9188.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=48.08%
G=18.51%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138214800.620.310.16329.7760.9357.84
HexD5529403E1F1014a3d3a
Octal32512222407637205127572
Binary1101010110100101001010001111101111110000101001010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55294; }

 p { color: rgb(213,82,148); }

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

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

 a { background-color: rgb(213,82,148); }

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

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

 span { border-color: rgb(213,82,148); }

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