#D74BA2

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

Shades of Mulberry #D74BA2

Tints of Mulberry #D74BA2

Color information

#D74BA2 (or 0xD74BA2) is unknown color: approx Mulberry. HEX triplet: D7, 4B and A2. RGB value is (215,75,162). Sum of RGB (Red+Green+Blue) = 215+75+162=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA2 is #28B45D. Grayscale: #7E7E7E. Windows color (decimal): -2667614 or 10636247. OLE color: 10636247.

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

Color convert

RGB21575162-
CMYK00.650.250.16
HSL322.71º63.64%56.86%-
HSV(B)322.71º65.12%84.31%-
XYZ37.0622.0936.49-
YUV126.78147.88190.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 75 (29.69% from 255) = 16.59%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=47.57%
G=16.59%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157516200.650.250.16322.7163.6456.86
HexD74BA204119101434039
Octal3271132420101312050310071
Binary110101111001011101000100100000111001100001010000111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74BA2; }

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

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

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

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

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

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

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

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