Shades of Mandy #D35C64
Tints of Mandy #D35C64
RGB
CMYK
RGB Variations
Color information
#D35C64 (or 0xD35C64) is known color: Mandy. HEX triplet: D3, 5C and 64. RGB value is (211,92,100). Sum of RGB (Red+Green+Blue) = 211+92+100=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C64 is #2CA39B. Grayscale: #808080. Windows color (decimal): -2925468 or 6577363. OLE color: 6577363.
HSL color Cylindrical-coordinate representation of color #D35C64: hue angle of 355.97º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C64 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 100 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.17 |
| HSL | 355.97º | 0.57% | 0.59% | - |
| HSV(B) | 355.97º | 0.56% | 0.83% | - |
| XYZ | 32.99 | 22.42 | 14.65 | - |
| YUV | 128.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 100 | 0 | 0.56 | 0.53 | 0.17 | 355.97 | 0.57 | 0.59 |
| Hex | D3 | 5C | 64 | 0 | 38 | 35 | 11 | 164 | 39 | 3B |
| Octal | 323 | 134 | 144 | 0 | 70 | 65 | 21 | 544 | 71 | 73 |
| Binary | 11010011 | 1011100 | 1100100 | 0 | 111000 | 110101 | 10001 | 101100100 | 111001 | 111011 |
Color Harmonies of #D35C64
Complementary color
Monochromatic Colors of #D35C64
Black with #D35C64
Text Example
Text Example
White with #D35C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C64; }
p { color: rgb(211,92,100); }
H1.HeaderClassName
{
color: #D35C64;
}
.AnyTagClassName
{
color: #D35C64;
}
</style>
background-color css
<style>
a { background-color: #D35C64; }
a { background-color: rgb(211,92,100); }
div.DivClassName
{
background-color: #D35C64;
}
.BgClassName
{
background-color: #D35C64;
}
</style>
border-color css
<style>
span { border-color: #D35C64; }
span { border-color: rgb(211,92,100); }
td.TdClassName
{
border-color: #D35C64;
}
.TagClassName
{
border-color: #D35C64;
}
</style>