Shades of Mandy #D34353
Tints of Mandy #D34353
RGB
CMYK
RGB Variations
Color information
#D34353 (or 0xD34353) is known color: Mandy. HEX triplet: D3, 43 and 53. RGB value is (211,67,83). Sum of RGB (Red+Green+Blue) = 211+67+83=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D34353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34353 is #2CBCAC. Grayscale: #6F6F6F. Windows color (decimal): -2931885 or 5456851. OLE color: 5456851.
HSL color Cylindrical-coordinate representation of color #D34353: hue angle of 353.33º 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 #D34353 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 83 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.17 |
| HSL | 353.33º | 0.62% | 0.55% | - |
| HSV(B) | 353.33º | 0.68% | 0.83% | - |
| XYZ | 30.43 | 18.49 | 10.15 | - |
| YUV | 111.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 83 | 0 | 0.68 | 0.61 | 0.17 | 353.33 | 0.62 | 0.55 |
| Hex | D3 | 43 | 53 | 0 | 44 | 3D | 11 | 161 | 3E | 37 |
| Octal | 323 | 103 | 123 | 0 | 104 | 75 | 21 | 541 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1010011 | 0 | 1000100 | 111101 | 10001 | 101100001 | 111110 | 110111 |
Color Harmonies of #D34353
Complementary color
Monochromatic Colors of #D34353
Black with #D34353
Text Example
Text Example
White with #D34353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34353; }
p { color: rgb(211,67,83); }
H1.HeaderClassName
{
color: #D34353;
}
.AnyTagClassName
{
color: #D34353;
}
</style>
background-color css
<style>
a { background-color: #D34353; }
a { background-color: rgb(211,67,83); }
div.DivClassName
{
background-color: #D34353;
}
.BgClassName
{
background-color: #D34353;
}
</style>
border-color css
<style>
span { border-color: #D34353; }
span { border-color: rgb(211,67,83); }
td.TdClassName
{
border-color: #D34353;
}
.TagClassName
{
border-color: #D34353;
}
</style>