Shades of Mandy #D3435B
Tints of Mandy #D3435B
RGB
CMYK
RGB Variations
Color information
#D3435B (or 0xD3435B) is known color: Mandy. HEX triplet: D3, 43 and 5B. RGB value is (211,67,91). Sum of RGB (Red+Green+Blue) = 211+67+91=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3435B is #2CBCA4. Grayscale: #707070. Windows color (decimal): -2931877 or 5981139. OLE color: 5981139.
HSL color Cylindrical-coordinate representation of color #D3435B: hue angle of 350º 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 #D3435B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 91 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.17 |
| HSL | 350º | 0.62% | 0.55% | - |
| HSV(B) | 350º | 0.68% | 0.83% | - |
| XYZ | 30.76 | 18.62 | 11.87 | - |
| YUV | 112.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 91 | 0 | 0.68 | 0.57 | 0.17 | 350 | 0.62 | 0.55 |
| Hex | D3 | 43 | 5B | 0 | 44 | 39 | 11 | 15E | 3E | 37 |
| Octal | 323 | 103 | 133 | 0 | 104 | 71 | 21 | 536 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1011011 | 0 | 1000100 | 111001 | 10001 | 101011110 | 111110 | 110111 |
Color Harmonies of #D3435B
Complementary color
Monochromatic Colors of #D3435B
Black with #D3435B
Text Example
Text Example
White with #D3435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3435B; }
p { color: rgb(211,67,91); }
H1.HeaderClassName
{
color: #D3435B;
}
.AnyTagClassName
{
color: #D3435B;
}
</style>
background-color css
<style>
a { background-color: #D3435B; }
a { background-color: rgb(211,67,91); }
div.DivClassName
{
background-color: #D3435B;
}
.BgClassName
{
background-color: #D3435B;
}
</style>
border-color css
<style>
span { border-color: #D3435B; }
span { border-color: rgb(211,67,91); }
td.TdClassName
{
border-color: #D3435B;
}
.TagClassName
{
border-color: #D3435B;
}
</style>