#D64051

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

Shades of Mandy #D64051

Tints of Mandy #D64051

Color information

#D64051 (or 0xD64051) is unknown color: approx Mandy. HEX triplet: D6, 40 and 51. RGB value is (214,64,81). Sum of RGB (Red+Green+Blue) = 214+64+81=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D64051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64051 is #29BFAE. Grayscale: #6E6E6E. Windows color (decimal): -2736047 or 5325014. OLE color: 5325014.

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

Color convert

RGB2146481-
CMYK00.700.620.16
HSL353.2º64.66%54.51%-
HSV(B)353.2º70.09%83.92%-
XYZ31.0518.569.73-
YUV110.79111.2201.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.61%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=59.61%
G=17.83%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214648100.700.620.16353.264.6654.51
HexD640510463E101614137
Octal3261001210106762054110167
Binary110101101000000101000101000110111110100001011000011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64051; }

 p { color: rgb(214,64,81); }

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

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

 a { background-color: rgb(214,64,81); }

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

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

 span { border-color: rgb(214,64,81); }

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