Shades of Mandy #D3434B
Tints of Mandy #D3434B
RGB
CMYK
RGB Variations
Color information
#D3434B (or 0xD3434B) is known color: Mandy. HEX triplet: D3, 43 and 4B. RGB value is (211,67,75). Sum of RGB (Red+Green+Blue) = 211+67+75=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3434B is #2CBCB4. Grayscale: #6F6F6F. Windows color (decimal): -2931893 or 4932563. OLE color: 4932563.
HSL color Cylindrical-coordinate representation of color #D3434B: hue angle of 356.67º 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 #D3434B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 75 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.17 |
| HSL | 356.67º | 0.62% | 0.55% | - |
| HSV(B) | 356.67º | 0.68% | 0.83% | - |
| XYZ | 30.14 | 18.37 | 8.61 | - |
| YUV | 110.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 75 | 0 | 0.68 | 0.64 | 0.17 | 356.67 | 0.62 | 0.55 |
| Hex | D3 | 43 | 4B | 0 | 44 | 40 | 11 | 165 | 3E | 37 |
| Octal | 323 | 103 | 113 | 0 | 104 | 100 | 21 | 545 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1001011 | 0 | 1000100 | 1000000 | 10001 | 101100101 | 111110 | 110111 |
Color Harmonies of #D3434B
Complementary color
Monochromatic Colors of #D3434B
Black with #D3434B
Text Example
Text Example
White with #D3434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3434B; }
p { color: rgb(211,67,75); }
H1.HeaderClassName
{
color: #D3434B;
}
.AnyTagClassName
{
color: #D3434B;
}
</style>
background-color css
<style>
a { background-color: #D3434B; }
a { background-color: rgb(211,67,75); }
div.DivClassName
{
background-color: #D3434B;
}
.BgClassName
{
background-color: #D3434B;
}
</style>
border-color css
<style>
span { border-color: #D3434B; }
span { border-color: rgb(211,67,75); }
td.TdClassName
{
border-color: #D3434B;
}
.TagClassName
{
border-color: #D3434B;
}
</style>