#D65194

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

Shades of Mulberry #D65194

Tints of Mulberry #D65194

Color information

#D65194 (or 0xD65194) is unknown color: approx Mulberry. HEX triplet: D6, 51 and 94. RGB value is (214,81,148). Sum of RGB (Red+Green+Blue) = 214+81+148=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D65194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65194 is #29AE6B. Grayscale: #808080. Windows color (decimal): -2731628 or 9720278. OLE color: 9720278.

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

Color convert

RGB21481148-
CMYK00.620.310.16
HSL329.77º61.86%57.84%-
HSV(B)329.77º62.15%83.92%-
XYZ36.0222.3230.43-
YUV128.4139.06189.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=48.31%
G=18.28%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148114800.620.310.16329.7761.8657.84
HexD6519403E1F1014a3e3a
Octal32612122407637205127672
Binary1101011010100011001010001111101111110000101001010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65194; }

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

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

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

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

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

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

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

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