Shades of Mandy #D35263
Tints of Mandy #D35263
RGB
CMYK
RGB Variations
Color information
#D35263 (or 0xD35263) is known color: Mandy. HEX triplet: D3, 52 and 63. RGB value is (211,82,99). Sum of RGB (Red+Green+Blue) = 211+82+99=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D35263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35263 is #2CAD9C. Grayscale: #7A7A7A. Windows color (decimal): -2928029 or 6509267. OLE color: 6509267.
HSL color Cylindrical-coordinate representation of color #D35263: hue angle of 352.09º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35263 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 99 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.17 |
| HSL | 352.09º | 0.59% | 0.57% | - |
| HSV(B) | 352.09º | 0.61% | 0.83% | - |
| XYZ | 32.13 | 20.78 | 14.12 | - |
| YUV | 122.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 99 | 0 | 0.61 | 0.53 | 0.17 | 352.09 | 0.59 | 0.57 |
| Hex | D3 | 52 | 63 | 0 | 3D | 35 | 11 | 160 | 3B | 39 |
| Octal | 323 | 122 | 143 | 0 | 75 | 65 | 21 | 540 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1100011 | 0 | 111101 | 110101 | 10001 | 101100000 | 111011 | 111001 |
Color Harmonies of #D35263
Complementary color
Monochromatic Colors of #D35263
Black with #D35263
Text Example
Text Example
White with #D35263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35263; }
p { color: rgb(211,82,99); }
H1.HeaderClassName
{
color: #D35263;
}
.AnyTagClassName
{
color: #D35263;
}
</style>
background-color css
<style>
a { background-color: #D35263; }
a { background-color: rgb(211,82,99); }
div.DivClassName
{
background-color: #D35263;
}
.BgClassName
{
background-color: #D35263;
}
</style>
border-color css
<style>
span { border-color: #D35263; }
span { border-color: rgb(211,82,99); }
td.TdClassName
{
border-color: #D35263;
}
.TagClassName
{
border-color: #D35263;
}
</style>