#D558AC

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

Shades of Mulberry #D558AC

Tints of Mulberry #D558AC

Color information

#D558AC (or 0xD558AC) is unknown color: approx Mulberry. HEX triplet: D5, 58 and AC. RGB value is (213,88,172). Sum of RGB (Red+Green+Blue) = 213+88+172=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D558AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558AC is #2AA753. Grayscale: #868686. Windows color (decimal): -2795348 or 11294933. OLE color: 11294933.

HSL color Cylindrical-coordinate representation of color #D558AC: hue angle of 319.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558AC is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21388172-
CMYK00.590.190.16
HSL319.68º59.81%59.02%-
HSV(B)319.68º58.69%83.53%-
XYZ38.3824.141.66-
YUV134.95148.91183.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=45.03%
G=18.60%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138817200.590.190.16319.6859.8159.02
HexD558AC03B13101403c3b
Octal32513025407323205007473
Binary1101010110110001010110001110111001110000101000000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D558AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D558AC; }

 p { color: rgb(213,88,172); }

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

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

 a { background-color: rgb(213,88,172); }

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

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

 span { border-color: rgb(213,88,172); }

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