Shades of Mandy #D65357
Tints of Mandy #D65357
RGB
CMYK
RGB Variations
Color information
#D65357 (or 0xD65357) is known color: Mandy. HEX triplet: D6, 53 and 57. RGB value is (214,83,87). Sum of RGB (Red+Green+Blue) = 214+83+87=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D65357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65357 is #29ACA8. Grayscale: #7A7A7A. Windows color (decimal): -2731177 or 5723094. OLE color: 5723094.
HSL color Cylindrical-coordinate representation of color #D65357: hue angle of 358.17º 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 #D65357 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 87 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.16 |
| HSL | 358.17º | 0.62% | 0.58% | - |
| HSV(B) | 358.17º | 0.61% | 0.84% | - |
| XYZ | 32.55 | 21.17 | 11.39 | - |
| YUV | 122.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 87 | 0 | 0.61 | 0.59 | 0.16 | 358.17 | 0.62 | 0.58 |
| Hex | D6 | 53 | 57 | 0 | 3D | 3B | 10 | 166 | 3E | 3A |
| Octal | 326 | 123 | 127 | 0 | 75 | 73 | 20 | 546 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1010111 | 0 | 111101 | 111011 | 10000 | 101100110 | 111110 | 111010 |
Color Harmonies of #D65357
Complementary color
Monochromatic Colors of #D65357
Black with #D65357
Text Example
Text Example
White with #D65357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65357; }
p { color: rgb(214,83,87); }
H1.HeaderClassName
{
color: #D65357;
}
.AnyTagClassName
{
color: #D65357;
}
</style>
background-color css
<style>
a { background-color: #D65357; }
a { background-color: rgb(214,83,87); }
div.DivClassName
{
background-color: #D65357;
}
.BgClassName
{
background-color: #D65357;
}
</style>
border-color css
<style>
span { border-color: #D65357; }
span { border-color: rgb(214,83,87); }
td.TdClassName
{
border-color: #D65357;
}
.TagClassName
{
border-color: #D65357;
}
</style>