Shades of Mandy #D5465B
Tints of Mandy #D5465B
RGB
CMYK
RGB Variations
Color information
#D5465B (or 0xD5465B) is known color: Mandy. HEX triplet: D5, 46 and 5B. RGB value is (213,70,91). Sum of RGB (Red+Green+Blue) = 213+70+91=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5465B is #2AB9A4. Grayscale: #737373. Windows color (decimal): -2800037 or 5981909. OLE color: 5981909.
HSL color Cylindrical-coordinate representation of color #D5465B: hue angle of 351.19º 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 #D5465B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 91 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.16 |
| HSL | 351.19º | 0.63% | 0.55% | - |
| HSV(B) | 351.19º | 0.67% | 0.84% | - |
| XYZ | 31.52 | 19.28 | 11.96 | - |
| YUV | 115.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 91 | 0 | 0.67 | 0.57 | 0.16 | 351.19 | 0.63 | 0.55 |
| Hex | D5 | 46 | 5B | 0 | 43 | 39 | 10 | 15F | 3F | 37 |
| Octal | 325 | 106 | 133 | 0 | 103 | 71 | 20 | 537 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1011011 | 0 | 1000011 | 111001 | 10000 | 101011111 | 111111 | 110111 |
Color Harmonies of #D5465B
Complementary color
Monochromatic Colors of #D5465B
Black with #D5465B
Text Example
Text Example
White with #D5465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5465B; }
p { color: rgb(213,70,91); }
H1.HeaderClassName
{
color: #D5465B;
}
.AnyTagClassName
{
color: #D5465B;
}
</style>
background-color css
<style>
a { background-color: #D5465B; }
a { background-color: rgb(213,70,91); }
div.DivClassName
{
background-color: #D5465B;
}
.BgClassName
{
background-color: #D5465B;
}
</style>
border-color css
<style>
span { border-color: #D5465B; }
span { border-color: rgb(213,70,91); }
td.TdClassName
{
border-color: #D5465B;
}
.TagClassName
{
border-color: #D5465B;
}
</style>