Shades of Mandy #D0465F
Tints of Mandy #D0465F
RGB
CMYK
RGB Variations
Color information
#D0465F (or 0xD0465F) is known color: Mandy. HEX triplet: D0, 46 and 5F. RGB value is (208,70,95). Sum of RGB (Red+Green+Blue) = 208+70+95=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0465F is #2FB9A0. Grayscale: #727272. Windows color (decimal): -3127713 or 6244048. OLE color: 6244048.
HSL color Cylindrical-coordinate representation of color #D0465F: hue angle of 349.13º 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 #D0465F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 95 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.18 |
| HSL | 349.13º | 0.59% | 0.55% | - |
| HSV(B) | 349.13º | 0.66% | 0.82% | - |
| XYZ | 30.27 | 18.62 | 12.82 | - |
| YUV | 114.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 95 | 0 | 0.66 | 0.54 | 0.18 | 349.13 | 0.59 | 0.55 |
| Hex | D0 | 46 | 5F | 0 | 42 | 36 | 12 | 15D | 3B | 37 |
| Octal | 320 | 106 | 137 | 0 | 102 | 66 | 22 | 535 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1011111 | 0 | 1000010 | 110110 | 10010 | 101011101 | 111011 | 110111 |
Color Harmonies of #D0465F
Complementary color
Monochromatic Colors of #D0465F
Black with #D0465F
Text Example
Text Example
White with #D0465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0465F; }
p { color: rgb(208,70,95); }
H1.HeaderClassName
{
color: #D0465F;
}
.AnyTagClassName
{
color: #D0465F;
}
</style>
background-color css
<style>
a { background-color: #D0465F; }
a { background-color: rgb(208,70,95); }
div.DivClassName
{
background-color: #D0465F;
}
.BgClassName
{
background-color: #D0465F;
}
</style>
border-color css
<style>
span { border-color: #D0465F; }
span { border-color: rgb(208,70,95); }
td.TdClassName
{
border-color: #D0465F;
}
.TagClassName
{
border-color: #D0465F;
}
</style>