#D84CA0

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

Shades of Mulberry #D84CA0

Tints of Mulberry #D84CA0

Color information

#D84CA0 (or 0xD84CA0) is unknown color: approx Mulberry. HEX triplet: D8, 4C and A0. RGB value is (216,76,160). Sum of RGB (Red+Green+Blue) = 216+76+160=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CA0 is #27B35F. Grayscale: #7F7F7F. Windows color (decimal): -2601824 or 10505432. OLE color: 10505432.

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

Color convert

RGB21676160-
CMYK00.650.260.15
HSL324º64.22%57.25%-
HSV(B)324º64.81%84.71%-
XYZ37.2522.3135.6-
YUV127.44146.38191.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.79%
GREEN value IS 76 (30.08% from 255) = 16.81%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=47.79%
G=16.81%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167616000.650.260.1532464.2257.25
HexD84CA00411AF1444039
Octal3301142400101321750410071
Binary11011000100110010100000010000011101011111010001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CA0; }

 p { color: rgb(216,76,160); }

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

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

 a { background-color: rgb(216,76,160); }

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

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

 span { border-color: rgb(216,76,160); }

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