#D64690

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

Shades of Mulberry #D64690

Tints of Mulberry #D64690

Color information

#D64690 (or 0xD64690) is unknown color: approx Mulberry. HEX triplet: D6, 46 and 90. RGB value is (214,70,144). Sum of RGB (Red+Green+Blue) = 214+70+144=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D64690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64690 is #29B96F. Grayscale: #797979. Windows color (decimal): -2734448 or 9455318. OLE color: 9455318.

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

Color convert

RGB21470144-
CMYK00.670.330.16
HSL329.17º63.72%55.69%-
HSV(B)329.17º67.29%83.92%-
XYZ34.9620.6928.54-
YUV121.49140.71193.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=50%
G=16.36%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147014400.670.330.16329.1763.7255.69
HexD6469004321101494038
Octal3261062200103412051110070
Binary1101011010001101001000001000011100001100001010010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64690; }

 p { color: rgb(214,70,144); }

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

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

 a { background-color: rgb(214,70,144); }

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

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

 span { border-color: rgb(214,70,144); }

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