Shades of Mandy #D65F62
Tints of Mandy #D65F62
RGB
CMYK
RGB Variations
Color information
#D65F62 (or 0xD65F62) is known color: Mandy. HEX triplet: D6, 5F and 62. RGB value is (214,95,98). Sum of RGB (Red+Green+Blue) = 214+95+98=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F62 is #29A09D. Grayscale: #838383. Windows color (decimal): -2728094 or 6447062. OLE color: 6447062.
HSL color Cylindrical-coordinate representation of color #D65F62: hue angle of 358.49º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F62 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 98 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.16 |
| HSL | 358.49º | 0.59% | 0.61% | - |
| HSV(B) | 358.49º | 0.56% | 0.84% | - |
| XYZ | 34.03 | 23.36 | 14.27 | - |
| YUV | 130.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 98 | 0 | 0.56 | 0.54 | 0.16 | 358.49 | 0.59 | 0.61 |
| Hex | D6 | 5F | 62 | 0 | 38 | 36 | 10 | 166 | 3B | 3D |
| Octal | 326 | 137 | 142 | 0 | 70 | 66 | 20 | 546 | 73 | 75 |
| Binary | 11010110 | 1011111 | 1100010 | 0 | 111000 | 110110 | 10000 | 101100110 | 111011 | 111101 |
Color Harmonies of #D65F62
Complementary color
Monochromatic Colors of #D65F62
Black with #D65F62
Text Example
Text Example
White with #D65F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F62; }
p { color: rgb(214,95,98); }
H1.HeaderClassName
{
color: #D65F62;
}
.AnyTagClassName
{
color: #D65F62;
}
</style>
background-color css
<style>
a { background-color: #D65F62; }
a { background-color: rgb(214,95,98); }
div.DivClassName
{
background-color: #D65F62;
}
.BgClassName
{
background-color: #D65F62;
}
</style>
border-color css
<style>
span { border-color: #D65F62; }
span { border-color: rgb(214,95,98); }
td.TdClassName
{
border-color: #D65F62;
}
.TagClassName
{
border-color: #D65F62;
}
</style>