#d04c98

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

Shades of Mulberry #D04C98

Tints of Mulberry #D04C98

Color information

#D04C98 (or 0xD04C98) is unknown color: approx Mulberry. HEX triplet: D0, 4C and 98. RGB value is (208,76,152). Sum of RGB (Red+Green+Blue) = 208+76+152=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C98 is #2FB367. Grayscale: #7B7B7B. Windows color (decimal): -3126120 or 9981136. OLE color: 9981136.

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

Color convert

RGB20876152-
CMYK00.630.270.18
HSL325.45º58.41%55.69%-
HSV(B)325.45º63.46%81.57%-
XYZ34.2620.8531.92-
YUV124.13143.73187.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 76 (30.08% from 255) = 17.43%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=47.71%
G=17.43%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087615200.630.270.18325.4558.4155.69
HexD04C9803F1B121453a38
Octal32011423007733225057270
Binary1101000010011001001100001111111101110010101000101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04c98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04c98; }

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

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

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

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

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

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

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

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