#D74B96

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

Shades of Mulberry #D74B96

Tints of Mulberry #D74B96

Color information

#D74B96 (or 0xD74B96) is unknown color: approx Mulberry. HEX triplet: D7, 4B and 96. RGB value is (215,75,150). Sum of RGB (Red+Green+Blue) = 215+75+150=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B96 is #28B469. Grayscale: #7D7D7D. Windows color (decimal): -2667626 or 9849815. OLE color: 9849815.

HSL color Cylindrical-coordinate representation of color #D74B96: hue angle of 327.86º degrees, saturation: 0.64, 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 #D74B96 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21575150-
CMYK00.650.300.16
HSL327.86º63.64%56.86%-
HSV(B)327.86º65.12%84.31%-
XYZ36.0521.6831.14-
YUV125.41141.88191.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=48.86%
G=17.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157515000.650.300.16327.8663.6456.86
HexD74B960411E101484039
Octal3271132260101362051010071
Binary110101111001011100101100100000111110100001010010001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74B96; }

 p { color: rgb(215,75,150); }

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

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

 a { background-color: rgb(215,75,150); }

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

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

 span { border-color: rgb(215,75,150); }

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