#D4538E

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

Shades of Mulberry #D4538E

Tints of Mulberry #D4538E

Color information

#D4538E (or 0xD4538E) is unknown color: approx Mulberry. HEX triplet: D4, 53 and 8E. RGB value is (212,83,142). Sum of RGB (Red+Green+Blue) = 212+83+142=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4538E is #2BAC71. Grayscale: #808080. Windows color (decimal): -2862194 or 9327572. OLE color: 9327572.

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

Color convert

RGB21283142-
CMYK00.610.330.17
HSL332.56º60%57.84%-
HSV(B)332.56º60.85%83.14%-
XYZ35.1322.1428.01-
YUV128.3135.74187.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=48.51%
G=18.99%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128314200.610.330.17332.566057.84
HexD4538E03D211114d3c3a
Octal32412321607541215157472
Binary11010100101001110001110011110110000110001101001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4538E; }

 p { color: rgb(212,83,142); }

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

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

 a { background-color: rgb(212,83,142); }

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

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

 span { border-color: rgb(212,83,142); }

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