#D04B8E

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

Shades of Mulberry #D04B8E

Tints of Mulberry #D04B8E

Color information

#D04B8E (or 0xD04B8E) is unknown color: approx Mulberry. HEX triplet: D0, 4B and 8E. RGB value is (208,75,142). Sum of RGB (Red+Green+Blue) = 208+75+142=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B8E is #2FB471. Grayscale: #7A7A7A. Windows color (decimal): -3126386 or 9325520. OLE color: 9325520.

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

Color convert

RGB20875142-
CMYK00.640.320.18
HSL329.77º58.59%55.49%-
HSV(B)329.77º63.94%81.57%-
XYZ33.4120.427.77-
YUV122.4139.06189.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=48.94%
G=17.65%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087514200.640.320.18329.7758.5955.49
HexD04B8E040201214a3b37
Octal320113216010040225127367
Binary110100001001011100011100100000010000010010101001010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04B8E; }

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

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

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

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

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

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

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

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