Shades of Mandy #D3435D
Tints of Mandy #D3435D
RGB
CMYK
RGB Variations
Color information
#D3435D (or 0xD3435D) is known color: Mandy. HEX triplet: D3, 43 and 5D. RGB value is (211,67,93). Sum of RGB (Red+Green+Blue) = 211+67+93=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3435D is #2CBCA2. Grayscale: #717171. Windows color (decimal): -2931875 or 6112211. OLE color: 6112211.
HSL color Cylindrical-coordinate representation of color #D3435D: hue angle of 349.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3435D is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 93 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.17 |
| HSL | 349.17º | 0.62% | 0.55% | - |
| HSV(B) | 349.17º | 0.68% | 0.83% | - |
| XYZ | 30.85 | 18.65 | 12.33 | - |
| YUV | 113.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 93 | 0 | 0.68 | 0.56 | 0.17 | 349.17 | 0.62 | 0.55 |
| Hex | D3 | 43 | 5D | 0 | 44 | 38 | 11 | 15D | 3E | 37 |
| Octal | 323 | 103 | 135 | 0 | 104 | 70 | 21 | 535 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1011101 | 0 | 1000100 | 111000 | 10001 | 101011101 | 111110 | 110111 |
Color Harmonies of #D3435D
Complementary color
Monochromatic Colors of #D3435D
Black with #D3435D
Text Example
Text Example
White with #D3435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3435D; }
p { color: rgb(211,67,93); }
H1.HeaderClassName
{
color: #D3435D;
}
.AnyTagClassName
{
color: #D3435D;
}
</style>
background-color css
<style>
a { background-color: #D3435D; }
a { background-color: rgb(211,67,93); }
div.DivClassName
{
background-color: #D3435D;
}
.BgClassName
{
background-color: #D3435D;
}
</style>
border-color css
<style>
span { border-color: #D3435D; }
span { border-color: rgb(211,67,93); }
td.TdClassName
{
border-color: #D3435D;
}
.TagClassName
{
border-color: #D3435D;
}
</style>