#D64650

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

Shades of Mandy #D64650

Tints of Mandy #D64650

Color information

#D64650 (or 0xD64650) is unknown color: approx Mandy. HEX triplet: D6, 46 and 50. RGB value is (214,70,80). Sum of RGB (Red+Green+Blue) = 214+70+80=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D64650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64650 is #29B9AF. Grayscale: #727272. Windows color (decimal): -2734512 or 5261014. OLE color: 5261014.

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

Color convert

RGB2147080-
CMYK00.670.630.16
HSL355.83º63.72%55.69%-
HSV(B)355.83º67.29%83.92%-
XYZ31.3719.269.65-
YUV114.2108.71199.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.79%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=58.79%
G=19.23%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214708000.670.630.16355.8363.7255.69
HexD646500433F101644038
Octal3261061200103772054410070
Binary110101101000110101000001000011111111100001011001001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64650; }

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

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

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

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

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

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

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

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