#D65192

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

Shades of Mulberry #D65192

Tints of Mulberry #D65192

Color information

#D65192 (or 0xD65192) is unknown color: approx Mulberry. HEX triplet: D6, 51 and 92. RGB value is (214,81,146). Sum of RGB (Red+Green+Blue) = 214+81+146=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D65192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65192 is #29AE6D. Grayscale: #808080. Windows color (decimal): -2731630 or 9589206. OLE color: 9589206.

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

Color convert

RGB21481146-
CMYK00.620.320.16
HSL330.68º61.86%57.84%-
HSV(B)330.68º62.15%83.92%-
XYZ35.8622.2629.6-
YUV128.18138.06189.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=48.53%
G=18.37%
B=33.11%

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
Decimal2148114600.620.320.16330.6861.8657.84
HexD6519203E201014b3e3a
Octal32612122207640205137672
Binary11010110101000110010010011111010000010000101001011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65192; }

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

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

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

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

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

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

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

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