#D54CA6

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

Shades of Mulberry #D54CA6

Tints of Mulberry #D54CA6

Color information

#D54CA6 (or 0xD54CA6) is unknown color: approx Mulberry. HEX triplet: D5, 4C and A6. RGB value is (213,76,166). Sum of RGB (Red+Green+Blue) = 213+76+166=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CA6 is #2AB359. Grayscale: #7F7F7F. Windows color (decimal): -2798426 or 10898645. OLE color: 10898645.

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

Color convert

RGB21376166-
CMYK00.640.220.16
HSL320.58º61.99%56.67%-
HSV(B)320.58º64.32%83.53%-
XYZ36.9122.0738.39-
YUV127.22149.89189.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=46.81%
G=16.70%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137616600.640.220.16320.5861.9956.67
HexD54CA604016101413e39
Octal325114246010026205017671
Binary11010101100110010100110010000001011010000101000001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54CA6; }

 p { color: rgb(213,76,166); }

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

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

 a { background-color: rgb(213,76,166); }

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

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

 span { border-color: rgb(213,76,166); }

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