Shades of Mandy #D4465B
Tints of Mandy #D4465B
RGB
CMYK
RGB Variations
Color information
#D4465B (or 0xD4465B) is known color: Mandy. HEX triplet: D4, 46 and 5B. RGB value is (212,70,91). Sum of RGB (Red+Green+Blue) = 212+70+91=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4465B is #2BB9A4. Grayscale: #727272. Windows color (decimal): -2865573 or 5981908. OLE color: 5981908.
HSL color Cylindrical-coordinate representation of color #D4465B: hue angle of 351.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4465B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 91 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.17 |
| HSL | 351.13º | 0.62% | 0.55% | - |
| HSV(B) | 351.13º | 0.67% | 0.83% | - |
| XYZ | 31.23 | 19.13 | 11.94 | - |
| YUV | 114.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 91 | 0 | 0.67 | 0.57 | 0.17 | 351.13 | 0.62 | 0.55 |
| Hex | D4 | 46 | 5B | 0 | 43 | 39 | 11 | 15F | 3E | 37 |
| Octal | 324 | 106 | 133 | 0 | 103 | 71 | 21 | 537 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1011011 | 0 | 1000011 | 111001 | 10001 | 101011111 | 111110 | 110111 |
Color Harmonies of #D4465B
Complementary color
Monochromatic Colors of #D4465B
Black with #D4465B
Text Example
Text Example
White with #D4465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4465B; }
p { color: rgb(212,70,91); }
H1.HeaderClassName
{
color: #D4465B;
}
.AnyTagClassName
{
color: #D4465B;
}
</style>
background-color css
<style>
a { background-color: #D4465B; }
a { background-color: rgb(212,70,91); }
div.DivClassName
{
background-color: #D4465B;
}
.BgClassName
{
background-color: #D4465B;
}
</style>
border-color css
<style>
span { border-color: #D4465B; }
span { border-color: rgb(212,70,91); }
td.TdClassName
{
border-color: #D4465B;
}
.TagClassName
{
border-color: #D4465B;
}
</style>