#D64A95

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

Shades of Mulberry #D64A95

Tints of Mulberry #D64A95

Color information

#D64A95 (or 0xD64A95) is unknown color: approx Mulberry. HEX triplet: D6, 4A and 95. RGB value is (214,74,149). Sum of RGB (Red+Green+Blue) = 214+74+149=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64A95 is #29B56A. Grayscale: #7C7C7C. Windows color (decimal): -2733419 or 9784022. OLE color: 9784022.

HSL color Cylindrical-coordinate representation of color #D64A95: hue angle of 327.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A95 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21474149-
CMYK00.650.300.16
HSL327.86º63.06%56.47%-
HSV(B)327.86º65.42%83.92%-
XYZ35.6121.3630.68-
YUV124.41141.88191.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=48.97%
G=16.93%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147414900.650.300.16327.8663.0656.47
HexD64A950411E101483f38
Octal326112225010136205107770
Binary11010110100101010010101010000011111010000101001000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A95; }

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

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

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

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

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

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

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

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