#d056a7

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

Shades of Mulberry #D056A7

Tints of Mulberry #D056A7

Color information

#D056A7 (or 0xD056A7) is unknown color: approx Mulberry. HEX triplet: D0, 56 and A7. RGB value is (208,86,167). Sum of RGB (Red+Green+Blue) = 208+86+167=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D056A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D056A7 is #2FA958. Grayscale: #838383. Windows color (decimal): -3123545 or 10966736. OLE color: 10966736.

HSL color Cylindrical-coordinate representation of color #D056A7: hue angle of 320.16º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056A7 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20886167-
CMYK00.590.200.18
HSL320.16º56.48%57.65%-
HSV(B)320.16º58.65%81.57%-
XYZ36.3222.8639.06-
YUV131.71147.92182.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=45.12%
G=18.66%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088616700.590.200.18320.1656.4857.65
HexD056A703B1412140383a
Octal32012624707324225007072
Binary1101000010101101010011101110111010010010101000000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d056a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d056a7; }

 p { color: rgb(208,86,167); }

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

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

 a { background-color: rgb(208,86,167); }

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

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

 span { border-color: rgb(208,86,167); }

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