#D64E92

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

Shades of Mulberry #D64E92

Tints of Mulberry #D64E92

Color information

#D64E92 (or 0xD64E92) is unknown color: approx Mulberry. HEX triplet: D6, 4E and 92. RGB value is (214,78,146). Sum of RGB (Red+Green+Blue) = 214+78+146=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E92 is #29B16D. Grayscale: #7E7E7E. Windows color (decimal): -2732398 or 9588438. OLE color: 9588438.

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

Color convert

RGB21478146-
CMYK00.640.320.16
HSL330º62.39%57.25%-
HSV(B)330º63.55%83.92%-
XYZ35.6421.8229.53-
YUV126.42139.06190.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=48.86%
G=17.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147814600.640.320.1633062.3957.25
HexD64E92040201014a3e39
Octal326116222010040205127671
Binary110101101001110100100100100000010000010000101001010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E92; }

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

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

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

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

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

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

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

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