Shades of Mandy #D64348
Tints of Mandy #D64348
RGB
CMYK
RGB Variations
Color information
#D64348 (or 0xD64348) is known color: Mandy. HEX triplet: D6, 43 and 48. RGB value is (214,67,72). Sum of RGB (Red+Green+Blue) = 214+67+72=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D64348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64348 is #29BCB7. Grayscale: #6F6F6F. Windows color (decimal): -2735288 or 4735958. OLE color: 4735958.
HSL color Cylindrical-coordinate representation of color #D64348: hue angle of 357.96º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64348 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 72 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.16 |
| HSL | 357.96º | 0.64% | 0.55% | - |
| HSV(B) | 357.96º | 0.69% | 0.84% | - |
| XYZ | 30.91 | 18.78 | 8.13 | - |
| YUV | 111.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 72 | 0 | 0.69 | 0.66 | 0.16 | 357.96 | 0.64 | 0.55 |
| Hex | D6 | 43 | 48 | 0 | 45 | 42 | 10 | 166 | 40 | 37 |
| Octal | 326 | 103 | 110 | 0 | 105 | 102 | 20 | 546 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1001000 | 0 | 1000101 | 1000010 | 10000 | 101100110 | 1000000 | 110111 |
Color Harmonies of #D64348
Complementary color
Monochromatic Colors of #D64348
Black with #D64348
Text Example
Text Example
White with #D64348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64348; }
p { color: rgb(214,67,72); }
H1.HeaderClassName
{
color: #D64348;
}
.AnyTagClassName
{
color: #D64348;
}
</style>
background-color css
<style>
a { background-color: #D64348; }
a { background-color: rgb(214,67,72); }
div.DivClassName
{
background-color: #D64348;
}
.BgClassName
{
background-color: #D64348;
}
</style>
border-color css
<style>
span { border-color: #D64348; }
span { border-color: rgb(214,67,72); }
td.TdClassName
{
border-color: #D64348;
}
.TagClassName
{
border-color: #D64348;
}
</style>