Shades of Mandy #D0465B
Tints of Mandy #D0465B
RGB
CMYK
RGB Variations
Color information
#D0465B (or 0xD0465B) is known color: Mandy. HEX triplet: D0, 46 and 5B. RGB value is (208,70,91). Sum of RGB (Red+Green+Blue) = 208+70+91=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0465B is #2FB9A4. Grayscale: #717171. Windows color (decimal): -3127717 or 5981904. OLE color: 5981904.
HSL color Cylindrical-coordinate representation of color #D0465B: hue angle of 350.87º 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 #D0465B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 91 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.18 |
| HSL | 350.87º | 0.59% | 0.55% | - |
| HSV(B) | 350.87º | 0.66% | 0.82% | - |
| XYZ | 30.09 | 18.55 | 11.89 | - |
| YUV | 113.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 91 | 0 | 0.66 | 0.56 | 0.18 | 350.87 | 0.59 | 0.55 |
| Hex | D0 | 46 | 5B | 0 | 42 | 38 | 12 | 15F | 3B | 37 |
| Octal | 320 | 106 | 133 | 0 | 102 | 70 | 22 | 537 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1011011 | 0 | 1000010 | 111000 | 10010 | 101011111 | 111011 | 110111 |
Color Harmonies of #D0465B
Complementary color
Monochromatic Colors of #D0465B
Black with #D0465B
Text Example
Text Example
White with #D0465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0465B; }
p { color: rgb(208,70,91); }
H1.HeaderClassName
{
color: #D0465B;
}
.AnyTagClassName
{
color: #D0465B;
}
</style>
background-color css
<style>
a { background-color: #D0465B; }
a { background-color: rgb(208,70,91); }
div.DivClassName
{
background-color: #D0465B;
}
.BgClassName
{
background-color: #D0465B;
}
</style>
border-color css
<style>
span { border-color: #D0465B; }
span { border-color: rgb(208,70,91); }
td.TdClassName
{
border-color: #D0465B;
}
.TagClassName
{
border-color: #D0465B;
}
</style>