Shades of Mandy #D6465A
Tints of Mandy #D6465A
RGB
CMYK
RGB Variations
Color information
#D6465A (or 0xD6465A) is known color: Mandy. HEX triplet: D6, 46 and 5A. RGB value is (214,70,90). Sum of RGB (Red+Green+Blue) = 214+70+90=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6465A is #29B9A5. Grayscale: #737373. Windows color (decimal): -2734502 or 5916374. OLE color: 5916374.
HSL color Cylindrical-coordinate representation of color #D6465A: hue angle of 351.67º 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 #D6465A is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 90 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.16 |
| HSL | 351.67º | 0.64% | 0.56% | - |
| HSV(B) | 351.67º | 0.67% | 0.84% | - |
| XYZ | 31.77 | 19.41 | 11.75 | - |
| YUV | 115.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 90 | 0 | 0.67 | 0.58 | 0.16 | 351.67 | 0.64 | 0.56 |
| Hex | D6 | 46 | 5A | 0 | 43 | 3A | 10 | 160 | 40 | 38 |
| Octal | 326 | 106 | 132 | 0 | 103 | 72 | 20 | 540 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1011010 | 0 | 1000011 | 111010 | 10000 | 101100000 | 1000000 | 111000 |
Color Harmonies of #D6465A
Complementary color
Monochromatic Colors of #D6465A
Black with #D6465A
Text Example
Text Example
White with #D6465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6465A; }
p { color: rgb(214,70,90); }
H1.HeaderClassName
{
color: #D6465A;
}
.AnyTagClassName
{
color: #D6465A;
}
</style>
background-color css
<style>
a { background-color: #D6465A; }
a { background-color: rgb(214,70,90); }
div.DivClassName
{
background-color: #D6465A;
}
.BgClassName
{
background-color: #D6465A;
}
</style>
border-color css
<style>
span { border-color: #D6465A; }
span { border-color: rgb(214,70,90); }
td.TdClassName
{
border-color: #D6465A;
}
.TagClassName
{
border-color: #D6465A;
}
</style>