#D34483

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

Shades of Mulberry #D34483

Tints of Mulberry #D34483

Color information

#D34483 (or 0xD34483) is unknown color: approx Mulberry. HEX triplet: D3, 44 and 83. RGB value is (211,68,131). Sum of RGB (Red+Green+Blue) = 211+68+131=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34483 is #2CBB7C. Grayscale: #757575. Windows color (decimal): -2931581 or 8602835. OLE color: 8602835.

HSL color Cylindrical-coordinate representation of color #D34483: hue angle of 333.57º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34483 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21168131-
CMYK00.680.380.17
HSL333.57º61.9%54.71%-
HSV(B)333.57º67.77%82.75%-
XYZ33.0319.6223.52-
YUV117.94135.38194.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.46%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=51.46%
G=16.59%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116813100.680.380.17333.5761.954.71
HexD34483044261114e3e37
Octal323104203010446215167667
Binary110100111000100100000110100010010011010001101001110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34483; }

 p { color: rgb(211,68,131); }

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

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

 a { background-color: rgb(211,68,131); }

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

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

 span { border-color: rgb(211,68,131); }

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