#D84B8B

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

Shades of Mulberry #D84B8B

Tints of Mulberry #D84B8B

Color information

#D84B8B (or 0xD84B8B) is unknown color: approx Mulberry. HEX triplet: D8, 4B and 8B. RGB value is (216,75,139). Sum of RGB (Red+Green+Blue) = 216+75+139=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B8B is #27B474. Grayscale: #7C7C7C. Windows color (decimal): -2602101 or 9128920. OLE color: 9128920.

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

Color convert

RGB21675139-
CMYK00.650.360.15
HSL332.77º64.38%57.06%-
HSV(B)332.77º65.28%84.71%-
XYZ35.521.526.7-
YUV124.46136.21193.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=50.23%
G=17.44%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167513900.650.360.15332.7764.3857.06
HexD84B8B04124F14d4039
Octal3301132130101441751510071
Binary110110001001011100010110100000110010011111010011011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B8B; }

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

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

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

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

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

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

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

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