#D4488D

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

Shades of Mulberry #D4488D

Tints of Mulberry #D4488D

Color information

#D4488D (or 0xD4488D) is unknown color: approx Mulberry. HEX triplet: D4, 48 and 8D. RGB value is (212,72,141). Sum of RGB (Red+Green+Blue) = 212+72+141=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4488D is #2BB772. Grayscale: #797979. Windows color (decimal): -2865011 or 9259220. OLE color: 9259220.

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

Color convert

RGB21272141-
CMYK00.660.330.17
HSL330.43º61.95%55.69%-
HSV(B)330.43º66.04%83.14%-
XYZ34.2820.5527.36-
YUV121.73138.88192.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=49.88%
G=16.94%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127214100.660.330.17330.4361.9555.69
HexD4488D042211114a3e38
Octal324110215010241215127670
Binary110101001001000100011010100001010000110001101001010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4488D; }

 p { color: rgb(212,72,141); }

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

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

 a { background-color: rgb(212,72,141); }

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

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

 span { border-color: rgb(212,72,141); }

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