Shades of Mandy #D05F64
Tints of Mandy #D05F64
RGB
CMYK
RGB Variations
Color information
#D05F64 (or 0xD05F64) is known color: Mandy. HEX triplet: D0, 5F and 64. RGB value is (208,95,100). Sum of RGB (Red+Green+Blue) = 208+95+100=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F64 is #2FA09B. Grayscale: #818181. Windows color (decimal): -3121308 or 6578128. OLE color: 6578128.
HSL color Cylindrical-coordinate representation of color #D05F64: hue angle of 357.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F64 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 100 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.18 |
| HSL | 357.35º | 0.55% | 0.59% | - |
| HSV(B) | 357.35º | 0.54% | 0.82% | - |
| XYZ | 32.4 | 22.51 | 14.69 | - |
| YUV | 129.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 100 | 0 | 0.54 | 0.52 | 0.18 | 357.35 | 0.55 | 0.59 |
| Hex | D0 | 5F | 64 | 0 | 36 | 34 | 12 | 165 | 37 | 3B |
| Octal | 320 | 137 | 144 | 0 | 66 | 64 | 22 | 545 | 67 | 73 |
| Binary | 11010000 | 1011111 | 1100100 | 0 | 110110 | 110100 | 10010 | 101100101 | 110111 | 111011 |
Color Harmonies of #D05F64
Complementary color
Monochromatic Colors of #D05F64
Black with #D05F64
Text Example
Text Example
White with #D05F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F64; }
p { color: rgb(208,95,100); }
H1.HeaderClassName
{
color: #D05F64;
}
.AnyTagClassName
{
color: #D05F64;
}
</style>
background-color css
<style>
a { background-color: #D05F64; }
a { background-color: rgb(208,95,100); }
div.DivClassName
{
background-color: #D05F64;
}
.BgClassName
{
background-color: #D05F64;
}
</style>
border-color css
<style>
span { border-color: #D05F64; }
span { border-color: rgb(208,95,100); }
td.TdClassName
{
border-color: #D05F64;
}
.TagClassName
{
border-color: #D05F64;
}
</style>