#D64999

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

Shades of Mulberry #D64999

Tints of Mulberry #D64999

Color information

#D64999 (or 0xD64999) is unknown color: approx Mulberry. HEX triplet: D6, 49 and 99. RGB value is (214,73,153). Sum of RGB (Red+Green+Blue) = 214+73+153=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D64999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64999 is #29B666. Grayscale: #7C7C7C. Windows color (decimal): -2733671 or 10045910. OLE color: 10045910.

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

Color convert

RGB21473153-
CMYK00.660.290.16
HSL325.96º63.23%56.27%-
HSV(B)325.96º65.89%83.92%-
XYZ35.8621.3632.37-
YUV124.28144.21192-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=48.64%
G=16.59%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147315300.660.290.16325.9663.2356.27
HexD649990421D101463f38
Octal326111231010235205067770
Binary11010110100100110011001010000101110110000101000110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64999; }

 p { color: rgb(214,73,153); }

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

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

 a { background-color: rgb(214,73,153); }

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

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

 span { border-color: rgb(214,73,153); }

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