Shades of Mandy #D6484B
Tints of Mandy #D6484B
RGB
CMYK
RGB Variations
Color information
#D6484B (or 0xD6484B) is known color: Mandy. HEX triplet: D6, 48 and 4B. RGB value is (214,72,75). Sum of RGB (Red+Green+Blue) = 214+72+75=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6484B is #29B7B4. Grayscale: #727272. Windows color (decimal): -2734005 or 4933846. OLE color: 4933846.
HSL color Cylindrical-coordinate representation of color #D6484B: hue angle of 358.73º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6484B is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 75 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.16 |
| HSL | 358.73º | 0.63% | 0.56% | - |
| HSV(B) | 358.73º | 0.66% | 0.84% | - |
| XYZ | 31.32 | 19.44 | 8.76 | - |
| YUV | 114.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 75 | 0 | 0.66 | 0.65 | 0.16 | 358.73 | 0.63 | 0.56 |
| Hex | D6 | 48 | 4B | 0 | 42 | 41 | 10 | 167 | 3F | 38 |
| Octal | 326 | 110 | 113 | 0 | 102 | 101 | 20 | 547 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1001011 | 0 | 1000010 | 1000001 | 10000 | 101100111 | 111111 | 111000 |
Color Harmonies of #D6484B
Complementary color
Monochromatic Colors of #D6484B
Black with #D6484B
Text Example
Text Example
White with #D6484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6484B; }
p { color: rgb(214,72,75); }
H1.HeaderClassName
{
color: #D6484B;
}
.AnyTagClassName
{
color: #D6484B;
}
</style>
background-color css
<style>
a { background-color: #D6484B; }
a { background-color: rgb(214,72,75); }
div.DivClassName
{
background-color: #D6484B;
}
.BgClassName
{
background-color: #D6484B;
}
</style>
border-color css
<style>
span { border-color: #D6484B; }
span { border-color: rgb(214,72,75); }
td.TdClassName
{
border-color: #D6484B;
}
.TagClassName
{
border-color: #D6484B;
}
</style>