Shades of Mandy #D4474C
Tints of Mandy #D4474C
RGB
CMYK
RGB Variations
Color information
#D4474C (or 0xD4474C) is known color: Mandy. HEX triplet: D4, 47 and 4C. RGB value is (212,71,76). Sum of RGB (Red+Green+Blue) = 212+71+76=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4474C is #2BB8B3. Grayscale: #717171. Windows color (decimal): -2865332 or 4999124. OLE color: 4999124.
HSL color Cylindrical-coordinate representation of color #D4474C: hue angle of 357.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4474C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 76 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.17 |
| HSL | 357.87º | 0.62% | 0.55% | - |
| HSV(B) | 357.87º | 0.67% | 0.83% | - |
| XYZ | 30.71 | 19.03 | 8.89 | - |
| YUV | 113.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 76 | 0 | 0.67 | 0.64 | 0.17 | 357.87 | 0.62 | 0.55 |
| Hex | D4 | 47 | 4C | 0 | 43 | 40 | 11 | 166 | 3E | 37 |
| Octal | 324 | 107 | 114 | 0 | 103 | 100 | 21 | 546 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1001100 | 0 | 1000011 | 1000000 | 10001 | 101100110 | 111110 | 110111 |
Color Harmonies of #D4474C
Complementary color
Monochromatic Colors of #D4474C
Black with #D4474C
Text Example
Text Example
White with #D4474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4474C; }
p { color: rgb(212,71,76); }
H1.HeaderClassName
{
color: #D4474C;
}
.AnyTagClassName
{
color: #D4474C;
}
</style>
background-color css
<style>
a { background-color: #D4474C; }
a { background-color: rgb(212,71,76); }
div.DivClassName
{
background-color: #D4474C;
}
.BgClassName
{
background-color: #D4474C;
}
</style>
border-color css
<style>
span { border-color: #D4474C; }
span { border-color: rgb(212,71,76); }
td.TdClassName
{
border-color: #D4474C;
}
.TagClassName
{
border-color: #D4474C;
}
</style>