Shades of Mandy #D65B5C
Tints of Mandy #D65B5C
RGB
CMYK
RGB Variations
Color information
#D65B5C (or 0xD65B5C) is known color: Mandy. HEX triplet: D6, 5B and 5C. RGB value is (214,91,92). Sum of RGB (Red+Green+Blue) = 214+91+92=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B5C is #29A4A3. Grayscale: #808080. Windows color (decimal): -2729124 or 6052822. OLE color: 6052822.
HSL color Cylindrical-coordinate representation of color #D65B5C: hue angle of 359.51º 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 #D65B5C is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 92 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.16 |
| HSL | 359.51º | 0.6% | 0.6% | - |
| HSV(B) | 359.51º | 0.57% | 0.84% | - |
| XYZ | 33.4 | 22.55 | 12.72 | - |
| YUV | 127.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 92 | 0 | 0.57 | 0.57 | 0.16 | 359.51 | 0.6 | 0.6 |
| Hex | D6 | 5B | 5C | 0 | 39 | 39 | 10 | 168 | 3C | 3C |
| Octal | 326 | 133 | 134 | 0 | 71 | 71 | 20 | 550 | 74 | 74 |
| Binary | 11010110 | 1011011 | 1011100 | 0 | 111001 | 111001 | 10000 | 101101000 | 111100 | 111100 |
Color Harmonies of #D65B5C
Complementary color
Monochromatic Colors of #D65B5C
Black with #D65B5C
Text Example
Text Example
White with #D65B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B5C; }
p { color: rgb(214,91,92); }
H1.HeaderClassName
{
color: #D65B5C;
}
.AnyTagClassName
{
color: #D65B5C;
}
</style>
background-color css
<style>
a { background-color: #D65B5C; }
a { background-color: rgb(214,91,92); }
div.DivClassName
{
background-color: #D65B5C;
}
.BgClassName
{
background-color: #D65B5C;
}
</style>
border-color css
<style>
span { border-color: #D65B5C; }
span { border-color: rgb(214,91,92); }
td.TdClassName
{
border-color: #D65B5C;
}
.TagClassName
{
border-color: #D65B5C;
}
</style>