#D84B98

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

Shades of Mulberry #D84B98

Tints of Mulberry #D84B98

Color information

#D84B98 (or 0xD84B98) is unknown color: approx Mulberry. HEX triplet: D8, 4B and 98. RGB value is (216,75,152). Sum of RGB (Red+Green+Blue) = 216+75+152=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B98 is #27B467. Grayscale: #7D7D7D. Windows color (decimal): -2602088 or 9980888. OLE color: 9980888.

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

Color convert

RGB21675152-
CMYK00.650.300.15
HSL327.23º64.38%57.06%-
HSV(B)327.23º65.28%84.71%-
XYZ36.521.932.01-
YUV125.94142.71192.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=48.76%
G=16.93%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167515200.650.300.15327.2364.3857.06
HexD84B980411EF1474039
Octal3301132300101361750710071
Binary11011000100101110011000010000011111011111010001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B98; }

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

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

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

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

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

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

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

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