#D34DA9

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

Shades of Mulberry #D34DA9

Tints of Mulberry #D34DA9

Color information

#D34DA9 (or 0xD34DA9) is unknown color: approx Mulberry. HEX triplet: D3, 4D and A9. RGB value is (211,77,169). Sum of RGB (Red+Green+Blue) = 211+77+169=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34DA9 is #2CB256. Grayscale: #7F7F7F. Windows color (decimal): -2929239 or 11095507. OLE color: 11095507.

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

Color convert

RGB21177169-
CMYK00.640.200.17
HSL318.81º60.36%56.47%-
HSV(B)318.81º63.51%82.75%-
XYZ36.6822.0239.85-
YUV127.55151.39187.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=46.17%
G=16.85%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117716900.640.200.17318.8160.3656.47
HexD34DA9040141113f3c38
Octal323115251010024214777470
Binary11010011100110110101001010000001010010001100111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34DA9; }

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

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

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

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

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

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

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

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