#D54FA2

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

Shades of Mulberry #D54FA2

Tints of Mulberry #D54FA2

Color information

#D54FA2 (or 0xD54FA2) is unknown color: approx Mulberry. HEX triplet: D5, 4F and A2. RGB value is (213,79,162). Sum of RGB (Red+Green+Blue) = 213+79+162=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FA2 is #2AB05D. Grayscale: #808080. Windows color (decimal): -2797662 or 10637269. OLE color: 10637269.

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

Color convert

RGB21379162-
CMYK00.630.240.16
HSL322.84º61.47%57.25%-
HSV(B)322.84º62.91%83.53%-
XYZ36.7622.3536.56-
YUV128.53146.89188.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 79 (31.25% from 255) = 17.40%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=46.92%
G=17.40%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137916200.630.240.16322.8461.4757.25
HexD54FA203F18101433d39
Octal32511724207730205037571
Binary1101010110011111010001001111111100010000101000011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54FA2; }

 p { color: rgb(213,79,162); }

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

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

 a { background-color: rgb(213,79,162); }

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

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

 span { border-color: rgb(213,79,162); }

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