Shades of Mandy #D65A62
Tints of Mandy #D65A62
RGB
CMYK
RGB Variations
Color information
#D65A62 (or 0xD65A62) is known color: Mandy. HEX triplet: D6, 5A and 62. RGB value is (214,90,98). Sum of RGB (Red+Green+Blue) = 214+90+98=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A62 is #29A59D. Grayscale: #808080. Windows color (decimal): -2729374 or 6445782. OLE color: 6445782.
HSL color Cylindrical-coordinate representation of color #D65A62: hue angle of 356.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65A62 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 98 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.16 |
| HSL | 356.13º | 0.6% | 0.6% | - |
| HSV(B) | 356.13º | 0.58% | 0.84% | - |
| XYZ | 33.59 | 22.49 | 14.13 | - |
| YUV | 127.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 98 | 0 | 0.58 | 0.54 | 0.16 | 356.13 | 0.6 | 0.6 |
| Hex | D6 | 5A | 62 | 0 | 3A | 36 | 10 | 164 | 3C | 3C |
| Octal | 326 | 132 | 142 | 0 | 72 | 66 | 20 | 544 | 74 | 74 |
| Binary | 11010110 | 1011010 | 1100010 | 0 | 111010 | 110110 | 10000 | 101100100 | 111100 | 111100 |
Color Harmonies of #D65A62
Complementary color
Monochromatic Colors of #D65A62
Black with #D65A62
Text Example
Text Example
White with #D65A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A62; }
p { color: rgb(214,90,98); }
H1.HeaderClassName
{
color: #D65A62;
}
.AnyTagClassName
{
color: #D65A62;
}
</style>
background-color css
<style>
a { background-color: #D65A62; }
a { background-color: rgb(214,90,98); }
div.DivClassName
{
background-color: #D65A62;
}
.BgClassName
{
background-color: #D65A62;
}
</style>
border-color css
<style>
span { border-color: #D65A62; }
span { border-color: rgb(214,90,98); }
td.TdClassName
{
border-color: #D65A62;
}
.TagClassName
{
border-color: #D65A62;
}
</style>