#D84B8E

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

Shades of Mulberry #D84B8E

Tints of Mulberry #D84B8E

Color information

#D84B8E (or 0xD84B8E) is unknown color: approx Mulberry. HEX triplet: D8, 4B and 8E. RGB value is (216,75,142). Sum of RGB (Red+Green+Blue) = 216+75+142=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B8E is #27B471. Grayscale: #7C7C7C. Windows color (decimal): -2602098 or 9325528. OLE color: 9325528.

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

Color convert

RGB21675142-
CMYK00.650.340.15
HSL331.49º64.38%57.06%-
HSV(B)331.49º65.28%84.71%-
XYZ35.7221.5827.87-
YUV124.8137.71193.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=49.88%
G=17.32%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167514200.650.340.15331.4964.3857.06
HexD84B8E04122F14b4039
Octal3301132160101421751310071
Binary110110001001011100011100100000110001011111010010111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B8E; }

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

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

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

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

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

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

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

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