Shades of Mandy #D6434A
Tints of Mandy #D6434A
RGB
CMYK
RGB Variations
Color information
#D6434A (or 0xD6434A) is known color: Mandy. HEX triplet: D6, 43 and 4A. RGB value is (214,67,74). Sum of RGB (Red+Green+Blue) = 214+67+74=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6434A is #29BCB5. Grayscale: #6F6F6F. Windows color (decimal): -2735286 or 4867030. OLE color: 4867030.
HSL color Cylindrical-coordinate representation of color #D6434A: hue angle of 357.14º 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 #D6434A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 74 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.16 |
| HSL | 357.14º | 0.64% | 0.55% | - |
| HSV(B) | 357.14º | 0.69% | 0.84% | - |
| XYZ | 30.97 | 18.8 | 8.48 | - |
| YUV | 111.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 74 | 0 | 0.69 | 0.65 | 0.16 | 357.14 | 0.64 | 0.55 |
| Hex | D6 | 43 | 4A | 0 | 45 | 41 | 10 | 165 | 40 | 37 |
| Octal | 326 | 103 | 112 | 0 | 105 | 101 | 20 | 545 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1001010 | 0 | 1000101 | 1000001 | 10000 | 101100101 | 1000000 | 110111 |
Color Harmonies of #D6434A
Complementary color
Monochromatic Colors of #D6434A
Black with #D6434A
Text Example
Text Example
White with #D6434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6434A; }
p { color: rgb(214,67,74); }
H1.HeaderClassName
{
color: #D6434A;
}
.AnyTagClassName
{
color: #D6434A;
}
</style>
background-color css
<style>
a { background-color: #D6434A; }
a { background-color: rgb(214,67,74); }
div.DivClassName
{
background-color: #D6434A;
}
.BgClassName
{
background-color: #D6434A;
}
</style>
border-color css
<style>
span { border-color: #D6434A; }
span { border-color: rgb(214,67,74); }
td.TdClassName
{
border-color: #D6434A;
}
.TagClassName
{
border-color: #D6434A;
}
</style>