#d74f9e

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

Shades of Mulberry #D74F9E

Tints of Mulberry #D74F9E

Color information

#D74F9E (or 0xD74F9E) is unknown color: approx Mulberry. HEX triplet: D7, 4F and 9E. RGB value is (215,79,158). Sum of RGB (Red+Green+Blue) = 215+79+158=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F9E is #28B061. Grayscale: #808080. Windows color (decimal): -2666594 or 10375127. OLE color: 10375127.

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

Color convert

RGB21579158-
CMYK00.630.270.16
HSL325.15º62.96%57.65%-
HSV(B)325.15º63.26%84.31%-
XYZ36.9922.5134.74-
YUV128.67144.56189.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 79 (31.25% from 255) = 17.48%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=47.57%
G=17.48%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157915800.630.270.16325.1562.9657.65
HexD74F9E03F1B101453f3a
Octal32711723607733205057772
Binary1101011110011111001111001111111101110000101000101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74f9e; }

 p { color: rgb(215,79,158); }

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

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

 a { background-color: rgb(215,79,158); }

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

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

 span { border-color: rgb(215,79,158); }

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