#D74795

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

Shades of Mulberry #D74795

Tints of Mulberry #D74795

Color information

#D74795 (or 0xD74795) is unknown color: approx Mulberry. HEX triplet: D7, 47 and 95. RGB value is (215,71,149). Sum of RGB (Red+Green+Blue) = 215+71+149=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D74795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74795 is #28B86A. Grayscale: #7A7A7A. Windows color (decimal): -2668651 or 9783255. OLE color: 9783255.

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

Color convert

RGB21571149-
CMYK00.670.310.16
HSL327.5º64.29%56.08%-
HSV(B)327.5º66.98%84.31%-
XYZ35.721.1230.63-
YUV122.95142.71193.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.43%
GREEN value IS 71 (28.12% from 255) = 16.32%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=49.43%
G=16.32%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157114900.670.310.16327.564.2956.08
HexD747950431F101484038
Octal3271072250103372051010070
Binary110101111000111100101010100001111111100001010010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74795; }

 p { color: rgb(215,71,149); }

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

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

 a { background-color: rgb(215,71,149); }

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

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

 span { border-color: rgb(215,71,149); }

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