#D84CA1

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

Shades of Mulberry #D84CA1

Tints of Mulberry #D84CA1

Color information

#D84CA1 (or 0xD84CA1) is unknown color: approx Mulberry. HEX triplet: D8, 4C and A1. RGB value is (216,76,161). Sum of RGB (Red+Green+Blue) = 216+76+161=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84CA1 is #27B35E. Grayscale: #7F7F7F. Windows color (decimal): -2601823 or 10570968. OLE color: 10570968.

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

Color convert

RGB21676161-
CMYK00.650.250.15
HSL323.57º64.22%57.25%-
HSV(B)323.57º64.81%84.71%-
XYZ37.3422.3436.06-
YUV127.55146.88191.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=47.68%
G=16.78%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167616100.650.250.15323.5764.2257.25
HexD84CA104119F1444039
Octal3301142410101311750410071
Binary11011000100110010100001010000011100111111010001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CA1; }

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

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

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

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

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

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

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

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