#D04498

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

Shades of Mulberry #D04498

Tints of Mulberry #D04498

Color information

#D04498 (or 0xD04498) is unknown color: approx Mulberry. HEX triplet: D0, 44 and 98. RGB value is (208,68,152). Sum of RGB (Red+Green+Blue) = 208+68+152=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D04498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04498 is #2FBB67. Grayscale: #777777. Windows color (decimal): -3128168 or 9979088. OLE color: 9979088.

HSL color Cylindrical-coordinate representation of color #D04498: hue angle of 324º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04498 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB20868152-
CMYK00.670.270.18
HSL324º59.83%54.12%-
HSV(B)324º67.31%81.57%-
XYZ33.7519.8131.75-
YUV119.44146.38191.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.60%
GREEN value IS 68 (26.95% from 255) = 15.89%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=48.60%
G=15.89%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086815200.670.270.1832459.8354.12
HexD044980431B121443c36
Octal320104230010333225047466
Binary11010000100010010011000010000111101110010101000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04498; }

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

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

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

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

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

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

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

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