#D34FA9

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

Shades of Mulberry #D34FA9

Tints of Mulberry #D34FA9

Color information

#D34FA9 (or 0xD34FA9) is unknown color: approx Mulberry. HEX triplet: D3, 4F and A9. RGB value is (211,79,169). Sum of RGB (Red+Green+Blue) = 211+79+169=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FA9 is #2CB056. Grayscale: #808080. Windows color (decimal): -2928727 or 11096019. OLE color: 11096019.

HSL color Cylindrical-coordinate representation of color #D34FA9: hue angle of 319.09º 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 #D34FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21179169-
CMYK00.630.200.17
HSL319.09º60%56.86%-
HSV(B)319.09º62.56%82.75%-
XYZ36.8222.3139.9-
YUV128.73150.73186.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.97%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=45.97%
G=17.21%
B=36.82%

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
Decimal2117916900.630.200.17319.096056.86
HexD34FA903F141113f3c39
Octal32311725107724214777471
Binary1101001110011111010100101111111010010001100111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34FA9; }

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

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

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

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

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

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

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

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