#D74BAB

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

Shades of Mulberry #D74BAB

Tints of Mulberry #D74BAB

Color information

#D74BAB (or 0xD74BAB) is unknown color: approx Mulberry. HEX triplet: D7, 4B and AB. RGB value is (215,75,171). Sum of RGB (Red+Green+Blue) = 215+75+171=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BAB is #28B454. Grayscale: #7F7F7F. Windows color (decimal): -2667605 or 11226071. OLE color: 11226071.

HSL color Cylindrical-coordinate representation of color #D74BAB: hue angle of 318.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 #D74BAB is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB21575171-
CMYK00.650.200.16
HSL318.86º63.64%56.86%-
HSV(B)318.86º65.12%84.31%-
XYZ37.8922.4240.86-
YUV127.8152.38190.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 75 (29.69% from 255) = 16.27%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=46.64%
G=16.27%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157517100.650.200.16318.8663.6456.86
HexD74BAB041141013f4039
Octal3271132530101242047710071
Binary110101111001011101010110100000110100100001001111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74BAB; }

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

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

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

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

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

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

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

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