#D74691

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

Shades of Mulberry #D74691

Tints of Mulberry #D74691

Color information

#D74691 (or 0xD74691) is unknown color: approx Mulberry. HEX triplet: D7, 46 and 91. RGB value is (215,70,145). Sum of RGB (Red+Green+Blue) = 215+70+145=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D74691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74691 is #28B96E. Grayscale: #797979. Windows color (decimal): -2668911 or 9520855. OLE color: 9520855.

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

Color convert

RGB21570145-
CMYK00.670.330.16
HSL328.97º64.44%55.88%-
HSV(B)328.97º67.44%84.31%-
XYZ35.3320.8728.95-
YUV121.9141.04194.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=50%
G=16.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157014500.670.330.16328.9764.4455.88
HexD7469104321101494038
Octal3271062210103412051110070
Binary1101011110001101001000101000011100001100001010010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74691; }

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

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

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

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

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

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

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

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