#D14D9D

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

Shades of Mulberry #D14D9D

Tints of Mulberry #D14D9D

Color information

#D14D9D (or 0xD14D9D) is unknown color: approx Mulberry. HEX triplet: D1, 4D and 9D. RGB value is (209,77,157). Sum of RGB (Red+Green+Blue) = 209+77+157=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14D9D is #2EB262. Grayscale: #7D7D7D. Windows color (decimal): -3060323 or 10309073. OLE color: 10309073.

HSL color Cylindrical-coordinate representation of color #D14D9D: hue angle of 323.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14D9D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20977157-
CMYK00.630.250.18
HSL323.64º58.93%56.08%-
HSV(B)323.64º63.16%81.96%-
XYZ35.0321.334.16-
YUV125.59145.73187.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 77 (30.47% from 255) = 17.38%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=47.18%
G=17.38%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097715700.630.250.18323.6458.9356.08
HexD14D9D03F19121443b38
Octal32111523507731225047370
Binary1101000110011011001110101111111100110010101000100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14D9D; }

 p { color: rgb(209,77,157); }

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

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

 a { background-color: rgb(209,77,157); }

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

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

 span { border-color: rgb(209,77,157); }

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