#d84c9b

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

Shades of Mulberry #D84C9B

Tints of Mulberry #D84C9B

Color information

#D84C9B (or 0xD84C9B) is unknown color: approx Mulberry. HEX triplet: D8, 4C and 9B. RGB value is (216,76,155). Sum of RGB (Red+Green+Blue) = 216+76+155=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C9B is #27B364. Grayscale: #7E7E7E. Windows color (decimal): -2601829 or 10177752. OLE color: 10177752.

HSL color Cylindrical-coordinate representation of color #D84C9B: hue angle of 326.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C9B is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21676155-
CMYK00.650.280.15
HSL326.14º64.22%57.25%-
HSV(B)326.14º64.81%84.71%-
XYZ36.8222.1333.34-
YUV126.87143.88191.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 76 (30.08% from 255) = 17.00%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=48.32%
G=17.00%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167615500.650.280.15326.1464.2257.25
HexD84C9B0411CF1464039
Octal3301142330101341750610071
Binary11011000100110010011011010000011110011111010001101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84c9b; }

 p { color: rgb(216,76,155); }

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

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

 a { background-color: rgb(216,76,155); }

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

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

 span { border-color: rgb(216,76,155); }

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