#D05A93

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

Shades of Mulberry #D05A93

Tints of Mulberry #D05A93

Color information

#D05A93 (or 0xD05A93) is unknown color: approx Mulberry. HEX triplet: D0, 5A and 93. RGB value is (208,90,147). Sum of RGB (Red+Green+Blue) = 208+90+147=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05A93 is #2FA56C. Grayscale: #838383. Windows color (decimal): -3122541 or 9657040. OLE color: 9657040.

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

Color convert

RGB20890147-
CMYK00.570.290.18
HSL331.02º55.66%58.43%-
HSV(B)331.02º56.73%81.57%-
XYZ34.9422.8330.17-
YUV131.78136.59182.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=46.74%
G=20.22%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089014700.570.290.18331.0255.6658.43
HexD05A930391D1214b383a
Octal32013222307135225137072
Binary1101000010110101001001101110011110110010101001011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05A93; }

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

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

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

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

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

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

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

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