#D64C50

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

Shades of Mandy #D64C50

Tints of Mandy #D64C50

Color information

#D64C50 (or 0xD64C50) is unknown color: approx Mandy. HEX triplet: D6, 4C and 50. RGB value is (214,76,80). Sum of RGB (Red+Green+Blue) = 214+76+80=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C50 is #29B3AF. Grayscale: #757575. Windows color (decimal): -2732976 or 5262550. OLE color: 5262550.

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

Color convert

RGB2147680-
CMYK00.640.630.16
HSL358.26º62.73%56.86%-
HSV(B)358.26º64.49%83.92%-
XYZ31.7620.049.78-
YUV117.72106.72196.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=57.84%
G=20.54%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214768000.640.630.16358.2662.7356.86
HexD64C500403F101663f39
Octal326114120010077205467771
Binary11010110100110010100000100000011111110000101100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C50; }

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

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

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

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

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

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

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

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