Shades of Mandy #D3495C
Tints of Mandy #D3495C
RGB
CMYK
RGB Variations
Color information
#D3495C (or 0xD3495C) is known color: Mandy. HEX triplet: D3, 49 and 5C. RGB value is (211,73,92). Sum of RGB (Red+Green+Blue) = 211+73+92=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3495C is #2CB6A3. Grayscale: #747474. Windows color (decimal): -2930340 or 6048211. OLE color: 6048211.
HSL color Cylindrical-coordinate representation of color #D3495C: hue angle of 351.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3495C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 92 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.17 |
| HSL | 351.74º | 0.61% | 0.56% | - |
| HSV(B) | 351.74º | 0.65% | 0.83% | - |
| XYZ | 31.18 | 19.39 | 12.22 | - |
| YUV | 116.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 92 | 0 | 0.65 | 0.56 | 0.17 | 351.74 | 0.61 | 0.56 |
| Hex | D3 | 49 | 5C | 0 | 41 | 38 | 11 | 160 | 3D | 38 |
| Octal | 323 | 111 | 134 | 0 | 101 | 70 | 21 | 540 | 75 | 70 |
| Binary | 11010011 | 1001001 | 1011100 | 0 | 1000001 | 111000 | 10001 | 101100000 | 111101 | 111000 |
Color Harmonies of #D3495C
Complementary color
Monochromatic Colors of #D3495C
Black with #D3495C
Text Example
Text Example
White with #D3495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3495C; }
p { color: rgb(211,73,92); }
H1.HeaderClassName
{
color: #D3495C;
}
.AnyTagClassName
{
color: #D3495C;
}
</style>
background-color css
<style>
a { background-color: #D3495C; }
a { background-color: rgb(211,73,92); }
div.DivClassName
{
background-color: #D3495C;
}
.BgClassName
{
background-color: #D3495C;
}
</style>
border-color css
<style>
span { border-color: #D3495C; }
span { border-color: rgb(211,73,92); }
td.TdClassName
{
border-color: #D3495C;
}
.TagClassName
{
border-color: #D3495C;
}
</style>