Shades of Mandy #D0464A
Tints of Mandy #D0464A
RGB
CMYK
RGB Variations
Color information
#D0464A (or 0xD0464A) is known color: Mandy. HEX triplet: D0, 46 and 4A. RGB value is (208,70,74). Sum of RGB (Red+Green+Blue) = 208+70+74=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0464A is #2FB9B5. Grayscale: #6F6F6F. Windows color (decimal): -3127734 or 4867792. OLE color: 4867792.
HSL color Cylindrical-coordinate representation of color #D0464A: hue angle of 358.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0464A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 74 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.18 |
| HSL | 358.26º | 0.59% | 0.55% | - |
| HSV(B) | 358.26º | 0.66% | 0.82% | - |
| XYZ | 29.44 | 18.28 | 8.46 | - |
| YUV | 111.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 74 | 0 | 0.66 | 0.64 | 0.18 | 358.26 | 0.59 | 0.55 |
| Hex | D0 | 46 | 4A | 0 | 42 | 40 | 12 | 166 | 3B | 37 |
| Octal | 320 | 106 | 112 | 0 | 102 | 100 | 22 | 546 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1001010 | 0 | 1000010 | 1000000 | 10010 | 101100110 | 111011 | 110111 |
Color Harmonies of #D0464A
Complementary color
Monochromatic Colors of #D0464A
Black with #D0464A
Text Example
Text Example
White with #D0464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0464A; }
p { color: rgb(208,70,74); }
H1.HeaderClassName
{
color: #D0464A;
}
.AnyTagClassName
{
color: #D0464A;
}
</style>
background-color css
<style>
a { background-color: #D0464A; }
a { background-color: rgb(208,70,74); }
div.DivClassName
{
background-color: #D0464A;
}
.BgClassName
{
background-color: #D0464A;
}
</style>
border-color css
<style>
span { border-color: #D0464A; }
span { border-color: rgb(208,70,74); }
td.TdClassName
{
border-color: #D0464A;
}
.TagClassName
{
border-color: #D0464A;
}
</style>