#D6559C

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

Shades of Mulberry #D6559C

Tints of Mulberry #D6559C

Color information

#D6559C (or 0xD6559C) is unknown color: approx Mulberry. HEX triplet: D6, 55 and 9C. RGB value is (214,85,156). Sum of RGB (Red+Green+Blue) = 214+85+156=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6559C is #29AA63. Grayscale: #838383. Windows color (decimal): -2730596 or 10245590. OLE color: 10245590.

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

Color convert

RGB21485156-
CMYK00.600.270.16
HSL326.98º61.14%58.63%-
HSV(B)326.98º60.28%83.92%-
XYZ36.9823.1933.98-
YUV131.66141.74186.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=47.03%
G=18.68%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148515600.600.270.16326.9861.1458.63
HexD6559C03C1B101473d3b
Octal32612523407433205077573
Binary1101011010101011001110001111001101110000101000111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6559C; }

 p { color: rgb(214,85,156); }

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

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

 a { background-color: rgb(214,85,156); }

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

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

 span { border-color: rgb(214,85,156); }

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