Shades of Mandy #D64B55
Tints of Mandy #D64B55
RGB
CMYK
RGB Variations
Color information
#D64B55 (or 0xD64B55) is known color: Mandy. HEX triplet: D6, 4B and 55. RGB value is (214,75,85). Sum of RGB (Red+Green+Blue) = 214+75+85=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B55 is #29B4AA. Grayscale: #757575. Windows color (decimal): -2733227 or 5589974. OLE color: 5589974.
HSL color Cylindrical-coordinate representation of color #D64B55: hue angle of 355.68º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B55 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 85 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.16 |
| HSL | 355.68º | 0.63% | 0.57% | - |
| HSV(B) | 355.68º | 0.65% | 0.84% | - |
| XYZ | 31.89 | 19.98 | 10.77 | - |
| YUV | 117.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 85 | 0 | 0.65 | 0.60 | 0.16 | 355.68 | 0.63 | 0.57 |
| Hex | D6 | 4B | 55 | 0 | 41 | 3C | 10 | 164 | 3F | 39 |
| Octal | 326 | 113 | 125 | 0 | 101 | 74 | 20 | 544 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1010101 | 0 | 1000001 | 111100 | 10000 | 101100100 | 111111 | 111001 |
Color Harmonies of #D64B55
Complementary color
Monochromatic Colors of #D64B55
Black with #D64B55
Text Example
Text Example
White with #D64B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B55; }
p { color: rgb(214,75,85); }
H1.HeaderClassName
{
color: #D64B55;
}
.AnyTagClassName
{
color: #D64B55;
}
</style>
background-color css
<style>
a { background-color: #D64B55; }
a { background-color: rgb(214,75,85); }
div.DivClassName
{
background-color: #D64B55;
}
.BgClassName
{
background-color: #D64B55;
}
</style>
border-color css
<style>
span { border-color: #D64B55; }
span { border-color: rgb(214,75,85); }
td.TdClassName
{
border-color: #D64B55;
}
.TagClassName
{
border-color: #D64B55;
}
</style>