#D64149

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

Shades of Mandy #D64149

Tints of Mandy #D64149

Color information

#D64149 (or 0xD64149) is unknown color: approx Mandy. HEX triplet: D6, 41 and 49. RGB value is (214,65,73). Sum of RGB (Red+Green+Blue) = 214+65+73=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D64149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64149 is #29BEB6. Grayscale: #6E6E6E. Windows color (decimal): -2735799 or 4800982. OLE color: 4800982.

HSL color Cylindrical-coordinate representation of color #D64149: hue angle of 356.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64149 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2146573-
CMYK00.700.660.16
HSL356.78º64.5%54.71%-
HSV(B)356.78º69.63%83.92%-
XYZ30.8218.568.26-
YUV110.46106.86201.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.80%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=60.80%
G=18.47%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214657300.700.660.16356.7864.554.71
HexD6414904642101654137
Octal32610111101061022054510167
Binary1101011010000011001001010001101000010100001011001011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64149; }

 p { color: rgb(214,65,73); }

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

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

 a { background-color: rgb(214,65,73); }

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

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

 span { border-color: rgb(214,65,73); }

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