#D74694

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

Shades of Mulberry #D74694

Tints of Mulberry #D74694

Color information

#D74694 (or 0xD74694) is unknown color: approx Mulberry. HEX triplet: D7, 46 and 94. RGB value is (215,70,148). Sum of RGB (Red+Green+Blue) = 215+70+148=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D74694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74694 is #28B96B. Grayscale: #7A7A7A. Windows color (decimal): -2668908 or 9717463. OLE color: 9717463.

HSL color Cylindrical-coordinate representation of color #D74694: hue angle of 327.72º 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 #D74694 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21570148-
CMYK00.670.310.16
HSL327.72º64.44%55.88%-
HSV(B)327.72º67.44%84.31%-
XYZ35.5620.9730.19-
YUV122.25142.54194.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=49.65%
G=16.17%
B=34.18%

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
Decimal2157014800.670.310.16327.7264.4455.88
HexD746940431F101484038
Octal3271062240103372051010070
Binary110101111000110100101000100001111111100001010010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74694; }

 p { color: rgb(215,70,148); }

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

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

 a { background-color: rgb(215,70,148); }

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

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

 span { border-color: rgb(215,70,148); }

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