#D64648

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

Shades of Mandy #D64648

Tints of Mandy #D64648

Color information

#D64648 (or 0xD64648) is unknown color: approx Mandy. HEX triplet: D6, 46 and 48. RGB value is (214,70,72). Sum of RGB (Red+Green+Blue) = 214+70+72=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D64648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64648 is #29B9B7. Grayscale: #717171. Windows color (decimal): -2734520 or 4736726. OLE color: 4736726.

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

Color convert

RGB2147072-
CMYK00.670.660.16
HSL359.17º63.72%55.69%-
HSV(B)359.17º67.29%83.92%-
XYZ31.0919.148.19-
YUV113.28104.71199.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.11%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=60.11%
G=19.66%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214707200.670.660.16359.1763.7255.69
HexD6464804342101674038
Octal32610611001031022054710070
Binary1101011010001101001000010000111000010100001011001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64648; }

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

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

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

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

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

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

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

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