#d74896

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

Shades of Mulberry #D74896

Tints of Mulberry #D74896

Color information

#D74896 (or 0xD74896) is unknown color: approx Mulberry. HEX triplet: D7, 48 and 96. RGB value is (215,72,150). Sum of RGB (Red+Green+Blue) = 215+72+150=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D74896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74896 is #28B769. Grayscale: #7B7B7B. Windows color (decimal): -2668394 or 9849047. OLE color: 9849047.

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

Color convert

RGB21572150-
CMYK00.670.300.16
HSL327.27º64.13%56.27%-
HSV(B)327.27º66.51%84.31%-
XYZ35.8521.2831.07-
YUV123.65142.88193.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=49.20%
G=16.48%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157215000.670.300.16327.2764.1356.27
HexD748960431E101474038
Octal3271102260103362050710070
Binary110101111001000100101100100001111110100001010001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74896; }

 p { color: rgb(215,72,150); }

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

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

 a { background-color: rgb(215,72,150); }

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

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

 span { border-color: rgb(215,72,150); }

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