#D641A6

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

Shades of Mulberry #D641A6

Tints of Mulberry #D641A6

Color information

#D641A6 (or 0xD641A6) is unknown color: approx Mulberry. HEX triplet: D6, 41 and A6. RGB value is (214,65,166). Sum of RGB (Red+Green+Blue) = 214+65+166=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D641A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D641A6 is #29BE59. Grayscale: #787878. Windows color (decimal): -2735706 or 10895830. OLE color: 10895830.

HSL color Cylindrical-coordinate representation of color #D641A6: hue angle of 319.33º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641A6 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB21465166-
CMYK00.700.220.16
HSL319.33º64.5%54.71%-
HSV(B)319.33º69.63%83.92%-
XYZ36.520.8338.17-
YUV121.06153.36194.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=48.09%
G=14.61%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146516600.700.220.16319.3364.554.71
HexD641A6046161013f4137
Octal3261012460106262047710167
Binary110101101000001101001100100011010110100001001111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D641A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D641A6; }

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

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

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

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

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

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

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

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