#d04b9c

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

Shades of Mulberry #D04B9C

Tints of Mulberry #D04B9C

Color information

#D04B9C (or 0xD04B9C) is unknown color: approx Mulberry. HEX triplet: D0, 4B and 9C. RGB value is (208,75,156). Sum of RGB (Red+Green+Blue) = 208+75+156=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B9C is #2FB463. Grayscale: #7B7B7B. Windows color (decimal): -3126372 or 10243024. OLE color: 10243024.

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

Color convert

RGB20875156-
CMYK00.640.250.18
HSL323.46º58.59%55.49%-
HSV(B)323.46º63.94%81.57%-
XYZ34.5320.8433.66-
YUV124146.06187.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=47.38%
G=17.08%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087515600.640.250.18323.4658.5955.49
HexD04B9C04019121433b37
Octal320113234010031225037367
Binary11010000100101110011100010000001100110010101000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04b9c; }

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

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

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

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

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

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

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

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