#D34FA0

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

Shades of Mulberry #D34FA0

Tints of Mulberry #D34FA0

Color information

#D34FA0 (or 0xD34FA0) is unknown color: approx Mulberry. HEX triplet: D3, 4F and A0. RGB value is (211,79,160). Sum of RGB (Red+Green+Blue) = 211+79+160=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FA0 is #2CB05F. Grayscale: #7F7F7F. Windows color (decimal): -2928736 or 10506195. OLE color: 10506195.

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

Color convert

RGB21179160-
CMYK00.630.240.17
HSL323.18º60%56.86%-
HSV(B)323.18º62.56%82.75%-
XYZ36.0121.9835.6-
YUV127.7146.23187.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=46.89%
G=17.56%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117916000.630.240.17323.186056.86
HexD34FA003F18111433c39
Octal32311724007730215037471
Binary1101001110011111010000001111111100010001101000011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34FA0; }

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

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

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

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

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

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

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

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