Shades of Mandy #D65362
Tints of Mandy #D65362
RGB
CMYK
RGB Variations
Color information
#D65362 (or 0xD65362) is known color: Mandy. HEX triplet: D6, 53 and 62. RGB value is (214,83,98). Sum of RGB (Red+Green+Blue) = 214+83+98=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65362 is #29AC9D. Grayscale: #7B7B7B. Windows color (decimal): -2731166 or 6443990. OLE color: 6443990.
HSL color Cylindrical-coordinate representation of color #D65362: hue angle of 353.13º 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 #D65362 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 98 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.16 |
| HSL | 353.13º | 0.62% | 0.58% | - |
| HSV(B) | 353.13º | 0.61% | 0.84% | - |
| XYZ | 33.03 | 21.36 | 13.94 | - |
| YUV | 123.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 98 | 0 | 0.61 | 0.54 | 0.16 | 353.13 | 0.62 | 0.58 |
| Hex | D6 | 53 | 62 | 0 | 3D | 36 | 10 | 161 | 3E | 3A |
| Octal | 326 | 123 | 142 | 0 | 75 | 66 | 20 | 541 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1100010 | 0 | 111101 | 110110 | 10000 | 101100001 | 111110 | 111010 |
Color Harmonies of #D65362
Complementary color
Monochromatic Colors of #D65362
Black with #D65362
Text Example
Text Example
White with #D65362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65362; }
p { color: rgb(214,83,98); }
H1.HeaderClassName
{
color: #D65362;
}
.AnyTagClassName
{
color: #D65362;
}
</style>
background-color css
<style>
a { background-color: #D65362; }
a { background-color: rgb(214,83,98); }
div.DivClassName
{
background-color: #D65362;
}
.BgClassName
{
background-color: #D65362;
}
</style>
border-color css
<style>
span { border-color: #D65362; }
span { border-color: rgb(214,83,98); }
td.TdClassName
{
border-color: #D65362;
}
.TagClassName
{
border-color: #D65362;
}
</style>