#D65395

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

Shades of Mulberry #D65395

Tints of Mulberry #D65395

Color information

#D65395 (or 0xD65395) is unknown color: approx Mulberry. HEX triplet: D6, 53 and 95. RGB value is (214,83,149). Sum of RGB (Red+Green+Blue) = 214+83+149=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65395 is #29AC6A. Grayscale: #818181. Windows color (decimal): -2731115 or 9786326. OLE color: 9786326.

HSL color Cylindrical-coordinate representation of color #D65395: 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.61%. Process color model (Four color, CMYK) of #D65395 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21483149-
CMYK00.610.300.16
HSL329.77º61.5%58.24%-
HSV(B)329.77º61.21%83.92%-
XYZ36.2522.6530.9-
YUV129.69138.9188.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=47.98%
G=18.61%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148314900.610.300.16329.7761.558.24
HexD6539503D1E1014a3e3a
Octal32612322507536205127672
Binary1101011010100111001010101111011111010000101001010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65395; }

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

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

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

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

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

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

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

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