#D65493

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

Shades of Mulberry #D65493

Tints of Mulberry #D65493

Color information

#D65493 (or 0xD65493) is unknown color: approx Mulberry. HEX triplet: D6, 54 and 93. RGB value is (214,84,147). Sum of RGB (Red+Green+Blue) = 214+84+147=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65493 is #29AB6C. Grayscale: #818181. Windows color (decimal): -2730861 or 9655510. OLE color: 9655510.

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

Color convert

RGB21484147-
CMYK00.610.310.16
HSL330.92º61.32%58.43%-
HSV(B)330.92º60.75%83.92%-
XYZ36.1722.7430.09-
YUV130.05137.57187.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=48.09%
G=18.88%
B=33.03%

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
Decimal2148414700.610.310.16330.9261.3258.43
HexD6549303D1F1014b3d3a
Octal32612422307537205137572
Binary1101011010101001001001101111011111110000101001011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65493; }

 p { color: rgb(214,84,147); }

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

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

 a { background-color: rgb(214,84,147); }

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

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

 span { border-color: rgb(214,84,147); }

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