Shades of Mandy #D65461
Tints of Mandy #D65461
RGB
CMYK
RGB Variations
Color information
#D65461 (or 0xD65461) is known color: Mandy. HEX triplet: D6, 54 and 61. RGB value is (214,84,97). Sum of RGB (Red+Green+Blue) = 214+84+97=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65461 is #29AB9E. Grayscale: #7C7C7C. Windows color (decimal): -2730911 or 6378710. OLE color: 6378710.
HSL color Cylindrical-coordinate representation of color #D65461: hue angle of 354º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65461 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 97 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.16 |
| HSL | 354º | 0.61% | 0.58% | - |
| HSV(B) | 354º | 0.61% | 0.84% | - |
| XYZ | 33.06 | 21.5 | 13.72 | - |
| YUV | 124.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 97 | 0 | 0.61 | 0.55 | 0.16 | 354 | 0.61 | 0.58 |
| Hex | D6 | 54 | 61 | 0 | 3D | 37 | 10 | 162 | 3D | 3A |
| Octal | 326 | 124 | 141 | 0 | 75 | 67 | 20 | 542 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1100001 | 0 | 111101 | 110111 | 10000 | 101100010 | 111101 | 111010 |
Color Harmonies of #D65461
Complementary color
Monochromatic Colors of #D65461
Black with #D65461
Text Example
Text Example
White with #D65461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65461; }
p { color: rgb(214,84,97); }
H1.HeaderClassName
{
color: #D65461;
}
.AnyTagClassName
{
color: #D65461;
}
</style>
background-color css
<style>
a { background-color: #D65461; }
a { background-color: rgb(214,84,97); }
div.DivClassName
{
background-color: #D65461;
}
.BgClassName
{
background-color: #D65461;
}
</style>
border-color css
<style>
span { border-color: #D65461; }
span { border-color: rgb(214,84,97); }
td.TdClassName
{
border-color: #D65461;
}
.TagClassName
{
border-color: #D65461;
}
</style>