#D04CA6

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

Shades of Mulberry #D04CA6

Tints of Mulberry #D04CA6

Color information

#D04CA6 (or 0xD04CA6) is unknown color: approx Mulberry. HEX triplet: D0, 4C and A6. RGB value is (208,76,166). Sum of RGB (Red+Green+Blue) = 208+76+166=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA6 is #2FB359. Grayscale: #7D7D7D. Windows color (decimal): -3126106 or 10898640. OLE color: 10898640.

HSL color Cylindrical-coordinate representation of color #D04CA6: hue angle of 319.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04CA6 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20876166-
CMYK00.630.200.18
HSL319.09º58.41%55.69%-
HSV(B)319.09º63.46%81.57%-
XYZ35.4821.3338.32-
YUV125.73150.73186.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 166 (65.23% from 255) = 36.89%
R=46.22%
G=16.89%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087616600.630.200.18319.0958.4155.69
HexD04CA603F141213f3a38
Octal32011424607724224777270
Binary1101000010011001010011001111111010010010100111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04CA6; }

 p { color: rgb(208,76,166); }

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

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

 a { background-color: rgb(208,76,166); }

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

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

 span { border-color: rgb(208,76,166); }

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