#d544ab

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

Shades of Mulberry #D544AB

Tints of Mulberry #D544AB

Color information

#D544AB (or 0xD544AB) is unknown color: approx Mulberry. HEX triplet: D5, 44 and AB. RGB value is (213,68,171). Sum of RGB (Red+Green+Blue) = 213+68+171=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D544AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D544AB is #2ABB54. Grayscale: #7A7A7A. Windows color (decimal): -2800469 or 11224277. OLE color: 11224277.

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

Color convert

RGB21368171-
CMYK00.680.200.16
HSL317.38º63.32%55.1%-
HSV(B)317.38º68.08%83.53%-
XYZ36.8621.2240.68-
YUV123.1155.04192.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 68 (26.95% from 255) = 15.04%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=47.12%
G=15.04%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136817100.680.200.16317.3863.3255.1
HexD544AB044141013d3f37
Octal325104253010424204757767
Binary11010101100010010101011010001001010010000100111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d544ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d544ab; }

 p { color: rgb(213,68,171); }

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

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

 a { background-color: rgb(213,68,171); }

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

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

 span { border-color: rgb(213,68,171); }

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