Shades of Mandy #D65B62
Tints of Mandy #D65B62
RGB
CMYK
RGB Variations
Color information
#D65B62 (or 0xD65B62) is known color: Mandy. HEX triplet: D6, 5B and 62. RGB value is (214,91,98). Sum of RGB (Red+Green+Blue) = 214+91+98=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B62 is #29A49D. Grayscale: #808080. Windows color (decimal): -2729118 or 6446038. OLE color: 6446038.
HSL color Cylindrical-coordinate representation of color #D65B62: hue angle of 356.59º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65B62 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 98 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.16 |
| HSL | 356.59º | 0.6% | 0.6% | - |
| HSV(B) | 356.59º | 0.57% | 0.84% | - |
| XYZ | 33.68 | 22.66 | 14.15 | - |
| YUV | 128.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 98 | 0 | 0.57 | 0.54 | 0.16 | 356.59 | 0.6 | 0.6 |
| Hex | D6 | 5B | 62 | 0 | 39 | 36 | 10 | 165 | 3C | 3C |
| Octal | 326 | 133 | 142 | 0 | 71 | 66 | 20 | 545 | 74 | 74 |
| Binary | 11010110 | 1011011 | 1100010 | 0 | 111001 | 110110 | 10000 | 101100101 | 111100 | 111100 |
Color Harmonies of #D65B62
Complementary color
Monochromatic Colors of #D65B62
Black with #D65B62
Text Example
Text Example
White with #D65B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B62; }
p { color: rgb(214,91,98); }
H1.HeaderClassName
{
color: #D65B62;
}
.AnyTagClassName
{
color: #D65B62;
}
</style>
background-color css
<style>
a { background-color: #D65B62; }
a { background-color: rgb(214,91,98); }
div.DivClassName
{
background-color: #D65B62;
}
.BgClassName
{
background-color: #D65B62;
}
</style>
border-color css
<style>
span { border-color: #D65B62; }
span { border-color: rgb(214,91,98); }
td.TdClassName
{
border-color: #D65B62;
}
.TagClassName
{
border-color: #D65B62;
}
</style>