#D6464D

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

Shades of Mandy #D6464D

Tints of Mandy #D6464D

Color information

#D6464D (or 0xD6464D) is unknown color: approx Mandy. HEX triplet: D6, 46 and 4D. RGB value is (214,70,77). Sum of RGB (Red+Green+Blue) = 214+70+77=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6464D is #29B9B2. Grayscale: #717171. Windows color (decimal): -2734515 or 5064406. OLE color: 5064406.

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

Color convert

RGB2147077-
CMYK00.670.640.16
HSL357.08º63.72%55.69%-
HSV(B)357.08º67.29%83.92%-
XYZ31.2619.219.08-
YUV113.85107.21199.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=59.28%
G=19.39%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214707700.670.640.16357.0863.7255.69
HexD6464D04340101654038
Octal32610611501031002054510070
Binary1101011010001101001101010000111000000100001011001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6464D; }

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

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

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

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

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

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

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

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