#D7488D

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

Shades of Mulberry #D7488D

Tints of Mulberry #D7488D

Color information

#D7488D (or 0xD7488D) is unknown color: approx Mulberry. HEX triplet: D7, 48 and 8D. RGB value is (215,72,141). Sum of RGB (Red+Green+Blue) = 215+72+141=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7488D is #28B772. Grayscale: #7A7A7A. Windows color (decimal): -2668403 or 9259223. OLE color: 9259223.

HSL color Cylindrical-coordinate representation of color #D7488D: hue angle of 331.05º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7488D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21572141-
CMYK00.670.340.16
HSL331.05º64.13%56.27%-
HSV(B)331.05º66.51%84.31%-
XYZ35.152127.4-
YUV122.62138.38193.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=50.23%
G=16.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157214100.670.340.16331.0564.1356.27
HexD7488D043221014b4038
Octal3271102150103422051310070
Binary1101011110010001000110101000011100010100001010010111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7488D; }

 p { color: rgb(215,72,141); }

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

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

 a { background-color: rgb(215,72,141); }

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

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

 span { border-color: rgb(215,72,141); }

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