Shades of Mandy #D3434F
Tints of Mandy #D3434F
RGB
CMYK
RGB Variations
Color information
#D3434F (or 0xD3434F) is known color: Mandy. HEX triplet: D3, 43 and 4F. RGB value is (211,67,79). Sum of RGB (Red+Green+Blue) = 211+67+79=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3434F is #2CBCB0. Grayscale: #6F6F6F. Windows color (decimal): -2931889 or 5194707. OLE color: 5194707.
HSL color Cylindrical-coordinate representation of color #D3434F: hue angle of 355º 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 #D3434F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 79 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.17 |
| HSL | 355º | 0.62% | 0.55% | - |
| HSV(B) | 355º | 0.68% | 0.83% | - |
| XYZ | 30.28 | 18.43 | 9.36 | - |
| YUV | 111.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 79 | 0 | 0.68 | 0.63 | 0.17 | 355 | 0.62 | 0.55 |
| Hex | D3 | 43 | 4F | 0 | 44 | 3F | 11 | 163 | 3E | 37 |
| Octal | 323 | 103 | 117 | 0 | 104 | 77 | 21 | 543 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1001111 | 0 | 1000100 | 111111 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D3434F
Complementary color
Monochromatic Colors of #D3434F
Black with #D3434F
Text Example
Text Example
White with #D3434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3434F; }
p { color: rgb(211,67,79); }
H1.HeaderClassName
{
color: #D3434F;
}
.AnyTagClassName
{
color: #D3434F;
}
</style>
background-color css
<style>
a { background-color: #D3434F; }
a { background-color: rgb(211,67,79); }
div.DivClassName
{
background-color: #D3434F;
}
.BgClassName
{
background-color: #D3434F;
}
</style>
border-color css
<style>
span { border-color: #D3434F; }
span { border-color: rgb(211,67,79); }
td.TdClassName
{
border-color: #D3434F;
}
.TagClassName
{
border-color: #D3434F;
}
</style>