Shades of Mandy #D8435A
Tints of Mandy #D8435A
RGB
CMYK
RGB Variations
Color information
#D8435A (or 0xD8435A) is known color: Mandy. HEX triplet: D8, 43 and 5A. RGB value is (216,67,90). Sum of RGB (Red+Green+Blue) = 216+67+90=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8435A is #27BCA5. Grayscale: #727272. Windows color (decimal): -2604198 or 5915608. OLE color: 5915608.
HSL color Cylindrical-coordinate representation of color #D8435A: hue angle of 350.74º 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 #D8435A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 90 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.15 |
| HSL | 350.74º | 0.66% | 0.55% | - |
| HSV(B) | 350.74º | 0.69% | 0.85% | - |
| XYZ | 32.17 | 19.35 | 11.71 | - |
| YUV | 114.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 90 | 0 | 0.69 | 0.58 | 0.15 | 350.74 | 0.66 | 0.55 |
| Hex | D8 | 43 | 5A | 0 | 45 | 3A | F | 15F | 42 | 37 |
| Octal | 330 | 103 | 132 | 0 | 105 | 72 | 17 | 537 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1011010 | 0 | 1000101 | 111010 | 1111 | 101011111 | 1000010 | 110111 |
Color Harmonies of #D8435A
Complementary color
Monochromatic Colors of #D8435A
Black with #D8435A
Text Example
Text Example
White with #D8435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8435A; }
p { color: rgb(216,67,90); }
H1.HeaderClassName
{
color: #D8435A;
}
.AnyTagClassName
{
color: #D8435A;
}
</style>
background-color css
<style>
a { background-color: #D8435A; }
a { background-color: rgb(216,67,90); }
div.DivClassName
{
background-color: #D8435A;
}
.BgClassName
{
background-color: #D8435A;
}
</style>
border-color css
<style>
span { border-color: #D8435A; }
span { border-color: rgb(216,67,90); }
td.TdClassName
{
border-color: #D8435A;
}
.TagClassName
{
border-color: #D8435A;
}
</style>