#D64550

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

Shades of Mandy #D64550

Tints of Mandy #D64550

Color information

#D64550 (or 0xD64550) is unknown color: approx Mandy. HEX triplet: D6, 45 and 50. RGB value is (214,69,80). Sum of RGB (Red+Green+Blue) = 214+69+80=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D64550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64550 is #29BAAF. Grayscale: #717171. Windows color (decimal): -2734768 or 5260758. OLE color: 5260758.

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

Color convert

RGB2146980-
CMYK00.680.630.16
HSL355.45º63.88%55.49%-
HSV(B)355.45º67.76%83.92%-
XYZ31.3119.139.63-
YUV113.61109.04199.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=58.95%
G=19.01%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214698000.680.630.16355.4563.8855.49
HexD645500443F101634037
Octal3261051200104772054310067
Binary110101101000101101000001000100111111100001011000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64550; }

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

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

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

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

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

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

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

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