Shades of Mandy #D6435D
Tints of Mandy #D6435D
RGB
CMYK
RGB Variations
Color information
#D6435D (or 0xD6435D) is known color: Mandy. HEX triplet: D6, 43 and 5D. RGB value is (214,67,93). Sum of RGB (Red+Green+Blue) = 214+67+93=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6435D is #29BCA2. Grayscale: #717171. Windows color (decimal): -2735267 or 6112214. OLE color: 6112214.
HSL color Cylindrical-coordinate representation of color #D6435D: hue angle of 349.39º degrees, saturation: 0.64, 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 #D6435D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 93 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.16 |
| HSL | 349.39º | 0.64% | 0.55% | - |
| HSV(B) | 349.39º | 0.69% | 0.84% | - |
| XYZ | 31.71 | 19.1 | 12.37 | - |
| YUV | 113.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 93 | 0 | 0.69 | 0.57 | 0.16 | 349.39 | 0.64 | 0.55 |
| Hex | D6 | 43 | 5D | 0 | 45 | 39 | 10 | 15D | 40 | 37 |
| Octal | 326 | 103 | 135 | 0 | 105 | 71 | 20 | 535 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1011101 | 0 | 1000101 | 111001 | 10000 | 101011101 | 1000000 | 110111 |
Color Harmonies of #D6435D
Complementary color
Monochromatic Colors of #D6435D
Black with #D6435D
Text Example
Text Example
White with #D6435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6435D; }
p { color: rgb(214,67,93); }
H1.HeaderClassName
{
color: #D6435D;
}
.AnyTagClassName
{
color: #D6435D;
}
</style>
background-color css
<style>
a { background-color: #D6435D; }
a { background-color: rgb(214,67,93); }
div.DivClassName
{
background-color: #D6435D;
}
.BgClassName
{
background-color: #D6435D;
}
</style>
border-color css
<style>
span { border-color: #D6435D; }
span { border-color: rgb(214,67,93); }
td.TdClassName
{
border-color: #D6435D;
}
.TagClassName
{
border-color: #D6435D;
}
</style>