#D75191

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

Shades of Mulberry #D75191

Tints of Mulberry #D75191

Color information

#D75191 (or 0xD75191) is unknown color: approx Mulberry. HEX triplet: D7, 51 and 91. RGB value is (215,81,145). Sum of RGB (Red+Green+Blue) = 215+81+145=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D75191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75191 is #28AE6E. Grayscale: #808080. Windows color (decimal): -2666095 or 9523671. OLE color: 9523671.

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

Color convert

RGB21581145-
CMYK00.620.330.16
HSL331.34º62.62%58.04%-
HSV(B)331.34º62.33%84.31%-
XYZ36.0822.3829.21-
YUV128.36137.39189.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=48.75%
G=18.37%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158114500.620.330.16331.3462.6258.04
HexD7519103E211014b3f3a
Octal32712122107641205137772
Binary11010111101000110010001011111010000110000101001011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75191; }

 p { color: rgb(215,81,145); }

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

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

 a { background-color: rgb(215,81,145); }

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

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

 span { border-color: rgb(215,81,145); }

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