#D04CA7

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

Shades of Mulberry #D04CA7

Tints of Mulberry #D04CA7

Color information

#D04CA7 (or 0xD04CA7) is unknown color: approx Mulberry. HEX triplet: D0, 4C and A7. RGB value is (208,76,167). Sum of RGB (Red+Green+Blue) = 208+76+167=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA7 is #2FB358. Grayscale: #7D7D7D. Windows color (decimal): -3126105 or 10964176. OLE color: 10964176.

HSL color Cylindrical-coordinate representation of color #D04CA7: hue angle of 318.64º 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 #D04CA7 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20876167-
CMYK00.630.200.18
HSL318.64º58.41%55.69%-
HSV(B)318.64º63.46%81.57%-
XYZ35.5721.3738.81-
YUV125.84151.23186.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=46.12%
G=16.85%
B=37.03%

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
Decimal2087616700.630.200.18318.6458.4155.69
HexD04CA703F141213f3a38
Octal32011424707724224777270
Binary1101000010011001010011101111111010010010100111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04CA7; }

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

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

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

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

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

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

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

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