Shades of Mandy #D34350
Tints of Mandy #D34350
RGB
CMYK
RGB Variations
Color information
#D34350 (or 0xD34350) is known color: Mandy. HEX triplet: D3, 43 and 50. RGB value is (211,67,80). Sum of RGB (Red+Green+Blue) = 211+67+80=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D34350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34350 is #2CBCAF. Grayscale: #6F6F6F. Windows color (decimal): -2931888 or 5260243. OLE color: 5260243.
HSL color Cylindrical-coordinate representation of color #D34350: hue angle of 354.58º 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 #D34350 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 80 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.17 |
| HSL | 354.58º | 0.62% | 0.55% | - |
| HSV(B) | 354.58º | 0.68% | 0.83% | - |
| XYZ | 30.32 | 18.44 | 9.55 | - |
| YUV | 111.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 80 | 0 | 0.68 | 0.62 | 0.17 | 354.58 | 0.62 | 0.55 |
| Hex | D3 | 43 | 50 | 0 | 44 | 3E | 11 | 163 | 3E | 37 |
| Octal | 323 | 103 | 120 | 0 | 104 | 76 | 21 | 543 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1010000 | 0 | 1000100 | 111110 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D34350
Complementary color
Monochromatic Colors of #D34350
Black with #D34350
Text Example
Text Example
White with #D34350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34350; }
p { color: rgb(211,67,80); }
H1.HeaderClassName
{
color: #D34350;
}
.AnyTagClassName
{
color: #D34350;
}
</style>
background-color css
<style>
a { background-color: #D34350; }
a { background-color: rgb(211,67,80); }
div.DivClassName
{
background-color: #D34350;
}
.BgClassName
{
background-color: #D34350;
}
</style>
border-color css
<style>
span { border-color: #D34350; }
span { border-color: rgb(211,67,80); }
td.TdClassName
{
border-color: #D34350;
}
.TagClassName
{
border-color: #D34350;
}
</style>