#D53FA8

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

Shades of Mulberry #D53FA8

Tints of Mulberry #D53FA8

Color information

#D53FA8 (or 0xD53FA8) is unknown color: approx Mulberry. HEX triplet: D5, 3F and A8. RGB value is (213,63,168). Sum of RGB (Red+Green+Blue) = 213+63+168=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FA8 is #2AC057. Grayscale: #777777. Windows color (decimal): -2801752 or 11026389. OLE color: 11026389.

HSL color Cylindrical-coordinate representation of color #D53FA8: hue angle of 318º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FA8 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21363168-
CMYK00.700.210.16
HSL318º64.1%54.12%-
HSV(B)318º70.42%83.53%-
XYZ36.2920.5339.1-
YUV119.82155.2194.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 63 (25% from 255) = 14.19%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=47.97%
G=14.19%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136316800.700.210.1631864.154.12
HexD53FA8046151013e4036
Octal325772500106252047610066
Binary11010101111111101010000100011010101100001001111101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53FA8; }

 p { color: rgb(213,63,168); }

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

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

 a { background-color: rgb(213,63,168); }

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

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

 span { border-color: rgb(213,63,168); }

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