#D74C9F

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

Shades of Mulberry #D74C9F

Tints of Mulberry #D74C9F

Color information

#D74C9F (or 0xD74C9F) is unknown color: approx Mulberry. HEX triplet: D7, 4C and 9F. RGB value is (215,76,159). Sum of RGB (Red+Green+Blue) = 215+76+159=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C9F is #28B360. Grayscale: #7E7E7E. Windows color (decimal): -2667361 or 10439895. OLE color: 10439895.

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

Color convert

RGB21576159-
CMYK00.650.260.16
HSL324.17º63.47%57.06%-
HSV(B)324.17º64.65%84.31%-
XYZ36.8722.1235.13-
YUV127.02146.05190.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.78%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=47.78%
G=16.89%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157615900.650.260.16324.1763.4757.06
HexD74C9F0411A101443f39
Octal327114237010132205047771
Binary11010111100110010011111010000011101010000101000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74C9F; }

 p { color: rgb(215,76,159); }

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

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

 a { background-color: rgb(215,76,159); }

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

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

 span { border-color: rgb(215,76,159); }

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