#D64692

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

Shades of Mulberry #D64692

Tints of Mulberry #D64692

Color information

#D64692 (or 0xD64692) is unknown color: approx Mulberry. HEX triplet: D6, 46 and 92. RGB value is (214,70,146). Sum of RGB (Red+Green+Blue) = 214+70+146=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64692 is #29B96D. Grayscale: #797979. Windows color (decimal): -2734446 or 9586390. OLE color: 9586390.

HSL color Cylindrical-coordinate representation of color #D64692: hue angle of 328.33º 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 #D64692 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21470146-
CMYK00.670.320.16
HSL328.33º63.72%55.69%-
HSV(B)328.33º67.29%83.92%-
XYZ35.1120.7529.35-
YUV121.72141.71193.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=49.77%
G=16.28%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147014600.670.320.16328.3363.7255.69
HexD6469204320101484038
Octal3261062220103402051010070
Binary1101011010001101001001001000011100000100001010010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64692; }

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

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

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

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

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

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

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

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