Shades of Mandy #D65862
Tints of Mandy #D65862
RGB
CMYK
RGB Variations
Color information
#D65862 (or 0xD65862) is known color: Mandy. HEX triplet: D6, 58 and 62. RGB value is (214,88,98). Sum of RGB (Red+Green+Blue) = 214+88+98=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65862 is #29A79D. Grayscale: #7E7E7E. Windows color (decimal): -2729886 or 6445270. OLE color: 6445270.
HSL color Cylindrical-coordinate representation of color #D65862: hue angle of 355.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65862 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 98 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.16 |
| HSL | 355.24º | 0.61% | 0.59% | - |
| HSV(B) | 355.24º | 0.59% | 0.84% | - |
| XYZ | 33.43 | 22.16 | 14.07 | - |
| YUV | 126.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 98 | 0 | 0.59 | 0.54 | 0.16 | 355.24 | 0.61 | 0.59 |
| Hex | D6 | 58 | 62 | 0 | 3B | 36 | 10 | 163 | 3D | 3B |
| Octal | 326 | 130 | 142 | 0 | 73 | 66 | 20 | 543 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1100010 | 0 | 111011 | 110110 | 10000 | 101100011 | 111101 | 111011 |
Color Harmonies of #D65862
Complementary color
Monochromatic Colors of #D65862
Black with #D65862
Text Example
Text Example
White with #D65862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65862; }
p { color: rgb(214,88,98); }
H1.HeaderClassName
{
color: #D65862;
}
.AnyTagClassName
{
color: #D65862;
}
</style>
background-color css
<style>
a { background-color: #D65862; }
a { background-color: rgb(214,88,98); }
div.DivClassName
{
background-color: #D65862;
}
.BgClassName
{
background-color: #D65862;
}
</style>
border-color css
<style>
span { border-color: #D65862; }
span { border-color: rgb(214,88,98); }
td.TdClassName
{
border-color: #D65862;
}
.TagClassName
{
border-color: #D65862;
}
</style>