#D554A4

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

Shades of Mulberry #D554A4

Tints of Mulberry #D554A4

Color information

#D554A4 (or 0xD554A4) is unknown color: approx Mulberry. HEX triplet: D5, 54 and A4. RGB value is (213,84,164). Sum of RGB (Red+Green+Blue) = 213+84+164=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D554A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554A4 is #2AAB5B. Grayscale: #838383. Windows color (decimal): -2796380 or 10769621. OLE color: 10769621.

HSL color Cylindrical-coordinate representation of color #D554A4: hue angle of 322.79º 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 #D554A4 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21384164-
CMYK00.610.230.16
HSL322.79º60.56%58.24%-
HSV(B)322.79º60.56%83.53%-
XYZ37.3123.1737.63-
YUV131.69146.24186-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=46.20%
G=18.22%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138416400.610.230.16322.7960.5658.24
HexD554A403D17101433d3a
Octal32512424407527205037572
Binary1101010110101001010010001111011011110000101000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D554A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D554A4; }

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

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

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

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

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

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

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

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