#D04BAA

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

Shades of Mulberry #D04BAA

Tints of Mulberry #D04BAA

Color information

#D04BAA (or 0xD04BAA) is unknown color: approx Mulberry. HEX triplet: D0, 4B and AA. RGB value is (208,75,170). Sum of RGB (Red+Green+Blue) = 208+75+170=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BAA is #2FB455. Grayscale: #7D7D7D. Windows color (decimal): -3126358 or 11160528. OLE color: 11160528.

HSL color Cylindrical-coordinate representation of color #D04BAA: hue angle of 317.14º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04BAA is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20875170-
CMYK00.640.180.18
HSL317.14º58.59%55.49%-
HSV(B)317.14º63.94%81.57%-
XYZ35.7821.3440.26-
YUV125.6153.06186.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=45.92%
G=16.56%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087517000.640.180.18317.1458.5955.49
HexD04BAA040121213d3b37
Octal320113252010022224757367
Binary11010000100101110101010010000001001010010100111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04BAA; }

 p { color: rgb(208,75,170); }

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

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

 a { background-color: rgb(208,75,170); }

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

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

 span { border-color: rgb(208,75,170); }

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