#D74AA0

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

Shades of Mulberry #D74AA0

Tints of Mulberry #D74AA0

Color information

#D74AA0 (or 0xD74AA0) is unknown color: approx Mulberry. HEX triplet: D7, 4A and A0. RGB value is (215,74,160). Sum of RGB (Red+Green+Blue) = 215+74+160=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AA0 is #28B55F. Grayscale: #7D7D7D. Windows color (decimal): -2667872 or 10504919. OLE color: 10504919.

HSL color Cylindrical-coordinate representation of color #D74AA0: hue angle of 323.4º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74AA0 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21574160-
CMYK00.660.260.16
HSL323.4º63.8%56.67%-
HSV(B)323.4º65.58%84.31%-
XYZ36.8221.8835.54-
YUV125.96147.21191.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=47.88%
G=16.48%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157416000.660.260.16323.463.856.67
HexD74AA00421A101434039
Octal3271122400102322050310071
Binary110101111001010101000000100001011010100001010000111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74AA0; }

 p { color: rgb(215,74,160); }

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

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

 a { background-color: rgb(215,74,160); }

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

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

 span { border-color: rgb(215,74,160); }

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