#D256A7

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

Shades of Mulberry #D256A7

Tints of Mulberry #D256A7

Color information

#D256A7 (or 0xD256A7) is unknown color: approx Mulberry. HEX triplet: D2, 56 and A7. RGB value is (210,86,167). Sum of RGB (Red+Green+Blue) = 210+86+167=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D256A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256A7 is #2DA958. Grayscale: #848484. Windows color (decimal): -2992473 or 10966738. OLE color: 10966738.

HSL color Cylindrical-coordinate representation of color #D256A7: hue angle of 320.81º degrees, saturation: 0.58, 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 #D256A7 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB21086167-
CMYK00.590.200.18
HSL320.81º57.94%58.04%-
HSV(B)320.81º59.05%82.35%-
XYZ36.8823.1539.08-
YUV132.31147.58183.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=45.36%
G=18.57%
B=36.07%

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
Decimal2108616700.590.200.18320.8157.9458.04
HexD256A703B14121413a3a
Octal32212624707324225017272
Binary1101001010101101010011101110111010010010101000001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256A7; }

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

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

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

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

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

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

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

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