#D14E9B

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

Shades of Mulberry #D14E9B

Tints of Mulberry #D14E9B

Color information

#D14E9B (or 0xD14E9B) is unknown color: approx Mulberry. HEX triplet: D1, 4E and 9B. RGB value is (209,78,155). Sum of RGB (Red+Green+Blue) = 209+78+155=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E9B is #2EB164. Grayscale: #7D7D7D. Windows color (decimal): -3060069 or 10178257. OLE color: 10178257.

HSL color Cylindrical-coordinate representation of color #D14E9B: hue angle of 324.73º 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 #D14E9B is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB20978155-
CMYK00.630.260.18
HSL324.73º58.74%56.27%-
HSV(B)324.73º62.68%81.96%-
XYZ34.9421.3733.29-
YUV125.95144.4187.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=47.29%
G=17.65%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097815500.630.260.18324.7358.7456.27
HexD14E9B03F1A121453b38
Octal32111623307732225057370
Binary1101000110011101001101101111111101010010101000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14E9B; }

 p { color: rgb(209,78,155); }

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

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

 a { background-color: rgb(209,78,155); }

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

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

 span { border-color: rgb(209,78,155); }

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