Shades of Mandy #D05764
Tints of Mandy #D05764
RGB
CMYK
RGB Variations
Color information
#D05764 (or 0xD05764) is known color: Mandy. HEX triplet: D0, 57 and 64. RGB value is (208,87,100). Sum of RGB (Red+Green+Blue) = 208+87+100=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D05764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05764 is #2FA89B. Grayscale: #7C7C7C. Windows color (decimal): -3123356 or 6576080. OLE color: 6576080.
HSL color Cylindrical-coordinate representation of color #D05764: hue angle of 353.55º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05764 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 100 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.18 |
| HSL | 353.55º | 0.56% | 0.58% | - |
| HSV(B) | 353.55º | 0.58% | 0.82% | - |
| XYZ | 31.72 | 21.15 | 14.47 | - |
| YUV | 124.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 100 | 0 | 0.58 | 0.52 | 0.18 | 353.55 | 0.56 | 0.58 |
| Hex | D0 | 57 | 64 | 0 | 3A | 34 | 12 | 162 | 38 | 3A |
| Octal | 320 | 127 | 144 | 0 | 72 | 64 | 22 | 542 | 70 | 72 |
| Binary | 11010000 | 1010111 | 1100100 | 0 | 111010 | 110100 | 10010 | 101100010 | 111000 | 111010 |
Color Harmonies of #D05764
Complementary color
Monochromatic Colors of #D05764
Black with #D05764
Text Example
Text Example
White with #D05764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05764; }
p { color: rgb(208,87,100); }
H1.HeaderClassName
{
color: #D05764;
}
.AnyTagClassName
{
color: #D05764;
}
</style>
background-color css
<style>
a { background-color: #D05764; }
a { background-color: rgb(208,87,100); }
div.DivClassName
{
background-color: #D05764;
}
.BgClassName
{
background-color: #D05764;
}
</style>
border-color css
<style>
span { border-color: #D05764; }
span { border-color: rgb(208,87,100); }
td.TdClassName
{
border-color: #D05764;
}
.TagClassName
{
border-color: #D05764;
}
</style>