#D65394

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

Shades of Mulberry #D65394

Tints of Mulberry #D65394

Color information

#D65394 (or 0xD65394) is unknown color: approx Mulberry. HEX triplet: D6, 53 and 94. RGB value is (214,83,148). Sum of RGB (Red+Green+Blue) = 214+83+148=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65394 is #29AC6B. Grayscale: #818181. Windows color (decimal): -2731116 or 9720790. OLE color: 9720790.

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

Color convert

RGB21483148-
CMYK00.610.310.16
HSL330.23º61.5%58.24%-
HSV(B)330.23º61.21%83.92%-
XYZ36.1722.6230.48-
YUV129.58138.4188.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=48.09%
G=18.65%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148314800.610.310.16330.2361.558.24
HexD6539403D1F1014a3e3a
Octal32612322407537205127672
Binary1101011010100111001010001111011111110000101001010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65394; }

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

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

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

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

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

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

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

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