#D84B8A

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

Shades of Mulberry #D84B8A

Tints of Mulberry #D84B8A

Color information

#D84B8A (or 0xD84B8A) is unknown color: approx Mulberry. HEX triplet: D8, 4B and 8A. RGB value is (216,75,138). Sum of RGB (Red+Green+Blue) = 216+75+138=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B8A is #27B475. Grayscale: #7C7C7C. Windows color (decimal): -2602102 or 9063384. OLE color: 9063384.

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

Color convert

RGB21675138-
CMYK00.650.360.15
HSL333.19º64.38%57.06%-
HSV(B)333.19º65.28%84.71%-
XYZ35.4221.4726.32-
YUV124.34135.71193.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=50.35%
G=17.48%
B=32.17%

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
Decimal2167513800.650.360.15333.1964.3857.06
HexD84B8A04124F14d4039
Octal3301132120101441751510071
Binary110110001001011100010100100000110010011111010011011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B8A; }

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

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

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

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

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

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

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

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