Shades of Mandy #D8434A
Tints of Mandy #D8434A
RGB
CMYK
RGB Variations
Color information
#D8434A (or 0xD8434A) is known color: Mandy. HEX triplet: D8, 43 and 4A. RGB value is (216,67,74). Sum of RGB (Red+Green+Blue) = 216+67+74=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8434A is #27BCB5. Grayscale: #707070. Windows color (decimal): -2604214 or 4867032. OLE color: 4867032.
HSL color Cylindrical-coordinate representation of color #D8434A: hue angle of 357.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8434A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 74 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.15 |
| HSL | 357.18º | 0.66% | 0.55% | - |
| HSV(B) | 357.18º | 0.69% | 0.85% | - |
| XYZ | 31.56 | 19.11 | 8.5 | - |
| YUV | 112.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 74 | 0 | 0.69 | 0.66 | 0.15 | 357.18 | 0.66 | 0.55 |
| Hex | D8 | 43 | 4A | 0 | 45 | 42 | F | 165 | 42 | 37 |
| Octal | 330 | 103 | 112 | 0 | 105 | 102 | 17 | 545 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1001010 | 0 | 1000101 | 1000010 | 1111 | 101100101 | 1000010 | 110111 |
Color Harmonies of #D8434A
Complementary color
Monochromatic Colors of #D8434A
Black with #D8434A
Text Example
Text Example
White with #D8434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8434A; }
p { color: rgb(216,67,74); }
H1.HeaderClassName
{
color: #D8434A;
}
.AnyTagClassName
{
color: #D8434A;
}
</style>
background-color css
<style>
a { background-color: #D8434A; }
a { background-color: rgb(216,67,74); }
div.DivClassName
{
background-color: #D8434A;
}
.BgClassName
{
background-color: #D8434A;
}
</style>
border-color css
<style>
span { border-color: #D8434A; }
span { border-color: rgb(216,67,74); }
td.TdClassName
{
border-color: #D8434A;
}
.TagClassName
{
border-color: #D8434A;
}
</style>