#D74AAA

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

Shades of Mulberry #D74AAA

Tints of Mulberry #D74AAA

Color information

#D74AAA (or 0xD74AAA) is unknown color: approx Mulberry. HEX triplet: D7, 4A and AA. RGB value is (215,74,170). Sum of RGB (Red+Green+Blue) = 215+74+170=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AAA is #28B555. Grayscale: #7E7E7E. Windows color (decimal): -2667862 or 11160279. OLE color: 11160279.

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

Color convert

RGB21574170-
CMYK00.660.210.16
HSL319.15º63.8%56.67%-
HSV(B)319.15º65.58%84.31%-
XYZ37.7322.2540.34-
YUV127.1152.21190.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=46.84%
G=16.12%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157417000.660.210.16319.1563.856.67
HexD74AAA042151013f4039
Octal3271122520102252047710071
Binary110101111001010101010100100001010101100001001111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74AAA; }

 p { color: rgb(215,74,170); }

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

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

 a { background-color: rgb(215,74,170); }

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

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

 span { border-color: rgb(215,74,170); }

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