Shades of Mandy #D65354
Tints of Mandy #D65354
RGB
CMYK
RGB Variations
Color information
#D65354 (or 0xD65354) is known color: Mandy. HEX triplet: D6, 53 and 54. RGB value is (214,83,84). Sum of RGB (Red+Green+Blue) = 214+83+84=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65354 is #29ACAB. Grayscale: #7A7A7A. Windows color (decimal): -2731180 or 5526486. OLE color: 5526486.
HSL color Cylindrical-coordinate representation of color #D65354: hue angle of 359.54º degrees, saturation: 0.62, 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 #D65354 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 84 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.16 |
| HSL | 359.54º | 0.62% | 0.58% | - |
| HSV(B) | 359.54º | 0.61% | 0.84% | - |
| XYZ | 32.43 | 21.12 | 10.76 | - |
| YUV | 122.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 84 | 0 | 0.61 | 0.61 | 0.16 | 359.54 | 0.62 | 0.58 |
| Hex | D6 | 53 | 54 | 0 | 3D | 3D | 10 | 168 | 3E | 3A |
| Octal | 326 | 123 | 124 | 0 | 75 | 75 | 20 | 550 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1010100 | 0 | 111101 | 111101 | 10000 | 101101000 | 111110 | 111010 |
Color Harmonies of #D65354
Complementary color
Monochromatic Colors of #D65354
Black with #D65354
Text Example
Text Example
White with #D65354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65354; }
p { color: rgb(214,83,84); }
H1.HeaderClassName
{
color: #D65354;
}
.AnyTagClassName
{
color: #D65354;
}
</style>
background-color css
<style>
a { background-color: #D65354; }
a { background-color: rgb(214,83,84); }
div.DivClassName
{
background-color: #D65354;
}
.BgClassName
{
background-color: #D65354;
}
</style>
border-color css
<style>
span { border-color: #D65354; }
span { border-color: rgb(214,83,84); }
td.TdClassName
{
border-color: #D65354;
}
.TagClassName
{
border-color: #D65354;
}
</style>