#D656A5

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

Shades of Mulberry #D656A5

Tints of Mulberry #D656A5

Color information

#D656A5 (or 0xD656A5) is unknown color: approx Mulberry. HEX triplet: D6, 56 and A5. RGB value is (214,86,165). Sum of RGB (Red+Green+Blue) = 214+86+165=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D656A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D656A5 is #29A95A. Grayscale: #858585. Windows color (decimal): -2730331 or 10835670. OLE color: 10835670.

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

Color convert

RGB21486165-
CMYK00.600.230.16
HSL322.97º60.95%58.82%-
HSV(B)322.97º59.81%83.92%-
XYZ37.8523.6738.17-
YUV133.28145.91185.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=46.02%
G=18.49%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148616500.600.230.16322.9760.9558.82
HexD656A503C17101433d3b
Octal32612624507427205037573
Binary1101011010101101010010101111001011110000101000011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D656A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D656A5; }

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

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

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

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

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

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

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

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