Shades of Mandy #D5465F
Tints of Mandy #D5465F
RGB
CMYK
RGB Variations
Color information
#D5465F (or 0xD5465F) is known color: Mandy. HEX triplet: D5, 46 and 5F. RGB value is (213,70,95). Sum of RGB (Red+Green+Blue) = 213+70+95=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5465F is #2AB9A0. Grayscale: #737373. Windows color (decimal): -2800033 or 6244053. OLE color: 6244053.
HSL color Cylindrical-coordinate representation of color #D5465F: hue angle of 349.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5465F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 95 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.16 |
| HSL | 349.51º | 0.63% | 0.55% | - |
| HSV(B) | 349.51º | 0.67% | 0.84% | - |
| XYZ | 31.7 | 19.35 | 12.89 | - |
| YUV | 115.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 95 | 0 | 0.67 | 0.55 | 0.16 | 349.51 | 0.63 | 0.55 |
| Hex | D5 | 46 | 5F | 0 | 43 | 37 | 10 | 15E | 3F | 37 |
| Octal | 325 | 106 | 137 | 0 | 103 | 67 | 20 | 536 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1011111 | 0 | 1000011 | 110111 | 10000 | 101011110 | 111111 | 110111 |
Color Harmonies of #D5465F
Complementary color
Monochromatic Colors of #D5465F
Black with #D5465F
Text Example
Text Example
White with #D5465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5465F; }
p { color: rgb(213,70,95); }
H1.HeaderClassName
{
color: #D5465F;
}
.AnyTagClassName
{
color: #D5465F;
}
</style>
background-color css
<style>
a { background-color: #D5465F; }
a { background-color: rgb(213,70,95); }
div.DivClassName
{
background-color: #D5465F;
}
.BgClassName
{
background-color: #D5465F;
}
</style>
border-color css
<style>
span { border-color: #D5465F; }
span { border-color: rgb(213,70,95); }
td.TdClassName
{
border-color: #D5465F;
}
.TagClassName
{
border-color: #D5465F;
}
</style>