Shades of Mandy #D44353
Tints of Mandy #D44353
RGB
CMYK
RGB Variations
Color information
#D44353 (or 0xD44353) is known color: Mandy. HEX triplet: D4, 43 and 53. RGB value is (212,67,83). Sum of RGB (Red+Green+Blue) = 212+67+83=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D44353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44353 is #2BBCAC. Grayscale: #707070. Windows color (decimal): -2866349 or 5456852. OLE color: 5456852.
HSL color Cylindrical-coordinate representation of color #D44353: hue angle of 353.38º degrees, saturation: 0.63, 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 #D44353 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 83 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.17 |
| HSL | 353.38º | 0.63% | 0.55% | - |
| HSV(B) | 353.38º | 0.68% | 0.83% | - |
| XYZ | 30.72 | 18.64 | 10.16 | - |
| YUV | 112.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 83 | 0 | 0.68 | 0.61 | 0.17 | 353.38 | 0.63 | 0.55 |
| Hex | D4 | 43 | 53 | 0 | 44 | 3D | 11 | 161 | 3F | 37 |
| Octal | 324 | 103 | 123 | 0 | 104 | 75 | 21 | 541 | 77 | 67 |
| Binary | 11010100 | 1000011 | 1010011 | 0 | 1000100 | 111101 | 10001 | 101100001 | 111111 | 110111 |
Color Harmonies of #D44353
Complementary color
Monochromatic Colors of #D44353
Black with #D44353
Text Example
Text Example
White with #D44353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44353; }
p { color: rgb(212,67,83); }
H1.HeaderClassName
{
color: #D44353;
}
.AnyTagClassName
{
color: #D44353;
}
</style>
background-color css
<style>
a { background-color: #D44353; }
a { background-color: rgb(212,67,83); }
div.DivClassName
{
background-color: #D44353;
}
.BgClassName
{
background-color: #D44353;
}
</style>
border-color css
<style>
span { border-color: #D44353; }
span { border-color: rgb(212,67,83); }
td.TdClassName
{
border-color: #D44353;
}
.TagClassName
{
border-color: #D44353;
}
</style>