#D14C92

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

Shades of Mulberry #D14C92

Tints of Mulberry #D14C92

Color information

#D14C92 (or 0xD14C92) is unknown color: approx Mulberry. HEX triplet: D1, 4C and 92. RGB value is (209,76,146). Sum of RGB (Red+Green+Blue) = 209+76+146=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C92 is #2EB36D. Grayscale: #7B7B7B. Windows color (decimal): -3060590 or 9587921. OLE color: 9587921.

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

Color convert

RGB20976146-
CMYK00.640.300.18
HSL328.42º59.11%55.88%-
HSV(B)328.42º63.64%81.96%-
XYZ34.0720.829.41-
YUV123.75140.56188.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=48.49%
G=17.63%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097614600.640.300.18328.4259.1155.88
HexD14C920401E121483b38
Octal321114222010036225107370
Binary11010001100110010010010010000001111010010101001000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C92; }

 p { color: rgb(209,76,146); }

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

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

 a { background-color: rgb(209,76,146); }

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

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

 span { border-color: rgb(209,76,146); }

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