#D34FA8

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

Shades of Mulberry #D34FA8

Tints of Mulberry #D34FA8

Color information

#D34FA8 (or 0xD34FA8) is unknown color: approx Mulberry. HEX triplet: D3, 4F and A8. RGB value is (211,79,168). Sum of RGB (Red+Green+Blue) = 211+79+168=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FA8 is #2CB057. Grayscale: #808080. Windows color (decimal): -2928728 or 11030483. OLE color: 11030483.

HSL color Cylindrical-coordinate representation of color #D34FA8: hue angle of 319.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34FA8 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21179168-
CMYK00.630.200.17
HSL319.55º60%56.86%-
HSV(B)319.55º62.56%82.75%-
XYZ36.7322.2739.41-
YUV128.61150.23186.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 79 (31.25% from 255) = 17.25%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=46.07%
G=17.25%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117916800.630.200.17319.556056.86
HexD34FA803F14111403c39
Octal32311725007724215007471
Binary1101001110011111010100001111111010010001101000000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34FA8; }

 p { color: rgb(211,79,168); }

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

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

 a { background-color: rgb(211,79,168); }

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

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

 span { border-color: rgb(211,79,168); }

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