#d04993

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

Shades of Mulberry #D04993

Tints of Mulberry #D04993

Color information

#D04993 (or 0xD04993) is unknown color: approx Mulberry. HEX triplet: D0, 49 and 93. RGB value is (208,73,147). Sum of RGB (Red+Green+Blue) = 208+73+147=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D04993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04993 is #2FB66C. Grayscale: #797979. Windows color (decimal): -3126893 or 9652688. OLE color: 9652688.

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

Color convert

RGB20873147-
CMYK00.650.290.18
HSL327.11º58.95%55.1%-
HSV(B)327.11º64.9%81.57%-
XYZ33.6620.2829.74-
YUV121.8142.23189.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.60%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=48.60%
G=17.06%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087314700.650.290.18327.1158.9555.1
HexD049930411D121473b37
Octal320111223010135225077367
Binary11010000100100110010011010000011110110010101000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04993; }

 p { color: rgb(208,73,147); }

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

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

 a { background-color: rgb(208,73,147); }

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

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

 span { border-color: rgb(208,73,147); }

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