#D65191

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

Shades of Mulberry #D65191

Tints of Mulberry #D65191

Color information

#D65191 (or 0xD65191) is unknown color: approx Mulberry. HEX triplet: D6, 51 and 91. RGB value is (214,81,145). Sum of RGB (Red+Green+Blue) = 214+81+145=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D65191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65191 is #29AE6E. Grayscale: #7F7F7F. Windows color (decimal): -2731631 or 9523670. OLE color: 9523670.

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

Color convert

RGB21481145-
CMYK00.620.320.16
HSL331.13º61.86%57.84%-
HSV(B)331.13º62.15%83.92%-
XYZ35.7822.2329.19-
YUV128.06137.56189.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=48.64%
G=18.41%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148114500.620.320.16331.1361.8657.84
HexD6519103E201014b3e3a
Octal32612122107640205137672
Binary11010110101000110010001011111010000010000101001011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65191; }

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

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

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

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

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

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

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

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