#D84B93

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

Shades of Mulberry #D84B93

Tints of Mulberry #D84B93

Color information

#D84B93 (or 0xD84B93) is unknown color: approx Mulberry. HEX triplet: D8, 4B and 93. RGB value is (216,75,147). Sum of RGB (Red+Green+Blue) = 216+75+147=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B93 is #27B46C. Grayscale: #7D7D7D. Windows color (decimal): -2602093 or 9653208. OLE color: 9653208.

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

Color convert

RGB21675147-
CMYK00.650.320.15
HSL329.36º64.38%57.06%-
HSV(B)329.36º65.28%84.71%-
XYZ36.121.7429.9-
YUV125.37140.21192.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=49.32%
G=17.12%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167514700.650.320.15329.3664.3857.06
HexD84B9304120F1494039
Octal3301132230101401751110071
Binary110110001001011100100110100000110000011111010010011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B93; }

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

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

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

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

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

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

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

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