#D34090

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

Shades of Mulberry #D34090

Tints of Mulberry #D34090

Color information

#D34090 (or 0xD34090) is unknown color: approx Mulberry. HEX triplet: D3, 40 and 90. RGB value is (211,64,144). Sum of RGB (Red+Green+Blue) = 211+64+144=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D34090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34090 is #2CBF6F. Grayscale: #747474. Windows color (decimal): -2932592 or 9453779. OLE color: 9453779.

HSL color Cylindrical-coordinate representation of color #D34090: hue angle of 327.35º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34090 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21164144-
CMYK00.700.320.17
HSL327.35º62.55%53.92%-
HSV(B)327.35º69.67%82.75%-
XYZ33.7319.5328.38-
YUV117.07143.2195-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=50.36%
G=15.27%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116414400.700.320.17327.3562.5553.92
HexD3409004620111473f36
Octal323100220010640215077766
Binary110100111000000100100000100011010000010001101000111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34090; }

 p { color: rgb(211,64,144); }

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

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

 a { background-color: rgb(211,64,144); }

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

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

 span { border-color: rgb(211,64,144); }

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