#D656A6

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

Shades of Mulberry #D656A6

Tints of Mulberry #D656A6

Color information

#D656A6 (or 0xD656A6) is unknown color: approx Mulberry. HEX triplet: D6, 56 and A6. RGB value is (214,86,166). Sum of RGB (Red+Green+Blue) = 214+86+166=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D656A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D656A6 is #29A959. Grayscale: #858585. Windows color (decimal): -2730330 or 10901206. OLE color: 10901206.

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

Color convert

RGB21486166-
CMYK00.600.220.16
HSL322.5º60.95%58.82%-
HSV(B)322.5º59.81%83.92%-
XYZ37.9423.738.65-
YUV133.39146.41185.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=45.92%
G=18.45%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148616600.600.220.16322.560.9558.82
HexD656A603C16101423d3b
Octal32612624607426205027573
Binary1101011010101101010011001111001011010000101000010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D656A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D656A6; }

 p { color: rgb(214,86,166); }

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

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

 a { background-color: rgb(214,86,166); }

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

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

 span { border-color: rgb(214,86,166); }

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