Shades of Mandy #D5435D
Tints of Mandy #D5435D
RGB
CMYK
RGB Variations
Color information
#D5435D (or 0xD5435D) is known color: Mandy. HEX triplet: D5, 43 and 5D. RGB value is (213,67,93). Sum of RGB (Red+Green+Blue) = 213+67+93=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5435D is #2ABCA2. Grayscale: #717171. Windows color (decimal): -2800803 or 6112213. OLE color: 6112213.
HSL color Cylindrical-coordinate representation of color #D5435D: hue angle of 349.32º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5435D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 93 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.16 |
| HSL | 349.32º | 0.63% | 0.55% | - |
| HSV(B) | 349.32º | 0.69% | 0.84% | - |
| XYZ | 31.42 | 18.95 | 12.36 | - |
| YUV | 113.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 93 | 0 | 0.69 | 0.56 | 0.16 | 349.32 | 0.63 | 0.55 |
| Hex | D5 | 43 | 5D | 0 | 45 | 38 | 10 | 15D | 3F | 37 |
| Octal | 325 | 103 | 135 | 0 | 105 | 70 | 20 | 535 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1011101 | 0 | 1000101 | 111000 | 10000 | 101011101 | 111111 | 110111 |
Color Harmonies of #D5435D
Complementary color
Monochromatic Colors of #D5435D
Black with #D5435D
Text Example
Text Example
White with #D5435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5435D; }
p { color: rgb(213,67,93); }
H1.HeaderClassName
{
color: #D5435D;
}
.AnyTagClassName
{
color: #D5435D;
}
</style>
background-color css
<style>
a { background-color: #D5435D; }
a { background-color: rgb(213,67,93); }
div.DivClassName
{
background-color: #D5435D;
}
.BgClassName
{
background-color: #D5435D;
}
</style>
border-color css
<style>
span { border-color: #D5435D; }
span { border-color: rgb(213,67,93); }
td.TdClassName
{
border-color: #D5435D;
}
.TagClassName
{
border-color: #D5435D;
}
</style>