Shades of Mandy #D6455A
Tints of Mandy #D6455A
RGB
CMYK
RGB Variations
Color information
#D6455A (or 0xD6455A) is known color: Mandy. HEX triplet: D6, 45 and 5A. RGB value is (214,69,90). Sum of RGB (Red+Green+Blue) = 214+69+90=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6455A is #29BAA5. Grayscale: #727272. Windows color (decimal): -2734758 or 5916118. OLE color: 5916118.
HSL color Cylindrical-coordinate representation of color #D6455A: hue angle of 351.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6455A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 90 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 351.31º | 0.64% | 0.55% | - |
| HSV(B) | 351.31º | 0.68% | 0.84% | - |
| XYZ | 31.71 | 19.29 | 11.73 | - |
| YUV | 114.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 90 | 0 | 0.68 | 0.58 | 0.16 | 351.31 | 0.64 | 0.55 |
| Hex | D6 | 45 | 5A | 0 | 44 | 3A | 10 | 15F | 40 | 37 |
| Octal | 326 | 105 | 132 | 0 | 104 | 72 | 20 | 537 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1011010 | 0 | 1000100 | 111010 | 10000 | 101011111 | 1000000 | 110111 |
Color Harmonies of #D6455A
Complementary color
Monochromatic Colors of #D6455A
Black with #D6455A
Text Example
Text Example
White with #D6455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6455A; }
p { color: rgb(214,69,90); }
H1.HeaderClassName
{
color: #D6455A;
}
.AnyTagClassName
{
color: #D6455A;
}
</style>
background-color css
<style>
a { background-color: #D6455A; }
a { background-color: rgb(214,69,90); }
div.DivClassName
{
background-color: #D6455A;
}
.BgClassName
{
background-color: #D6455A;
}
</style>
border-color css
<style>
span { border-color: #D6455A; }
span { border-color: rgb(214,69,90); }
td.TdClassName
{
border-color: #D6455A;
}
.TagClassName
{
border-color: #D6455A;
}
</style>