#D84B94

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

Shades of Mulberry #D84B94

Tints of Mulberry #D84B94

Color information

#D84B94 (or 0xD84B94) is unknown color: approx Mulberry. HEX triplet: D8, 4B and 94. RGB value is (216,75,148). Sum of RGB (Red+Green+Blue) = 216+75+148=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B94 is #27B46B. Grayscale: #7D7D7D. Windows color (decimal): -2602092 or 9718744. OLE color: 9718744.

HSL color Cylindrical-coordinate representation of color #D84B94: hue angle of 328.94º 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 #D84B94 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB21675148-
CMYK00.650.310.15
HSL328.94º64.38%57.06%-
HSV(B)328.94º65.28%84.71%-
XYZ36.1821.7730.31-
YUV125.48140.71192.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=49.20%
G=17.08%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167514800.650.310.15328.9464.3857.06
HexD84B940411FF1494039
Octal3301132240101371751110071
Binary11011000100101110010100010000011111111111010010011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B94; }

 p { color: rgb(216,75,148); }

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

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

 a { background-color: rgb(216,75,148); }

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

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

 span { border-color: rgb(216,75,148); }

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