#D74690

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

Shades of Mulberry #D74690

Tints of Mulberry #D74690

Color information

#D74690 (or 0xD74690) is unknown color: approx Mulberry. HEX triplet: D7, 46 and 90. RGB value is (215,70,144). Sum of RGB (Red+Green+Blue) = 215+70+144=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74690 is #28B96F. Grayscale: #797979. Windows color (decimal): -2668912 or 9455319. OLE color: 9455319.

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

Color convert

RGB21570144-
CMYK00.670.330.16
HSL329.38º64.44%55.88%-
HSV(B)329.38º67.44%84.31%-
XYZ35.2520.8428.55-
YUV121.79140.54194.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.12%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=50.12%
G=16.32%
B=33.57%

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
Decimal2157014400.670.330.16329.3864.4455.88
HexD7469004321101494038
Octal3271062200103412051110070
Binary1101011110001101001000001000011100001100001010010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74690; }

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

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

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

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

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

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

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

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