Shades of Mandy #D8435D
Tints of Mandy #D8435D
RGB
CMYK
RGB Variations
Color information
#D8435D (or 0xD8435D) is known color: Mandy. HEX triplet: D8, 43 and 5D. RGB value is (216,67,93). Sum of RGB (Red+Green+Blue) = 216+67+93=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8435D is #27BCA2. Grayscale: #727272. Windows color (decimal): -2604195 or 6112216. OLE color: 6112216.
HSL color Cylindrical-coordinate representation of color #D8435D: hue angle of 349.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8435D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 93 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.15 |
| HSL | 349.53º | 0.66% | 0.55% | - |
| HSV(B) | 349.53º | 0.69% | 0.85% | - |
| XYZ | 32.3 | 19.4 | 12.4 | - |
| YUV | 114.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 93 | 0 | 0.69 | 0.57 | 0.15 | 349.53 | 0.66 | 0.55 |
| Hex | D8 | 43 | 5D | 0 | 45 | 39 | F | 15E | 42 | 37 |
| Octal | 330 | 103 | 135 | 0 | 105 | 71 | 17 | 536 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1011101 | 0 | 1000101 | 111001 | 1111 | 101011110 | 1000010 | 110111 |
Color Harmonies of #D8435D
Complementary color
Monochromatic Colors of #D8435D
Black with #D8435D
Text Example
Text Example
White with #D8435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8435D; }
p { color: rgb(216,67,93); }
H1.HeaderClassName
{
color: #D8435D;
}
.AnyTagClassName
{
color: #D8435D;
}
</style>
background-color css
<style>
a { background-color: #D8435D; }
a { background-color: rgb(216,67,93); }
div.DivClassName
{
background-color: #D8435D;
}
.BgClassName
{
background-color: #D8435D;
}
</style>
border-color css
<style>
span { border-color: #D8435D; }
span { border-color: rgb(216,67,93); }
td.TdClassName
{
border-color: #D8435D;
}
.TagClassName
{
border-color: #D8435D;
}
</style>