#D84D95

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

Shades of Mulberry #D84D95

Tints of Mulberry #D84D95

Color information

#D84D95 (or 0xD84D95) is unknown color: approx Mulberry. HEX triplet: D8, 4D and 95. RGB value is (216,77,149). Sum of RGB (Red+Green+Blue) = 216+77+149=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D95 is #27B26A. Grayscale: #7E7E7E. Windows color (decimal): -2601579 or 9784792. OLE color: 9784792.

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

Color convert

RGB21677149-
CMYK00.640.310.15
HSL328.92º64.06%57.45%-
HSV(B)328.92º64.35%84.71%-
XYZ36.422.0830.78-
YUV126.77140.55191.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=48.87%
G=17.42%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167714900.640.310.15328.9264.0657.45
HexD84D950401FF1494039
Octal3301152250100371751110071
Binary11011000100110110010101010000001111111111010010011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D95; }

 p { color: rgb(216,77,149); }

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

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

 a { background-color: rgb(216,77,149); }

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

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

 span { border-color: rgb(216,77,149); }

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