#D34DAA

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

Shades of Mulberry #D34DAA

Tints of Mulberry #D34DAA

Color information

#D34DAA (or 0xD34DAA) is unknown color: approx Mulberry. HEX triplet: D3, 4D and AA. RGB value is (211,77,170). Sum of RGB (Red+Green+Blue) = 211+77+170=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34DAA is #2CB255. Grayscale: #7F7F7F. Windows color (decimal): -2929238 or 11161043. OLE color: 11161043.

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

Color convert

RGB21177170-
CMYK00.640.190.17
HSL318.36º60.36%56.47%-
HSV(B)318.36º63.51%82.75%-
XYZ36.7722.0640.35-
YUV127.67151.89187.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=46.07%
G=16.81%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117717000.640.190.17318.3660.3656.47
HexD34DAA040131113e3c38
Octal323115252010023214767470
Binary11010011100110110101010010000001001110001100111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34DAA; }

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

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

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

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

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

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

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

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