Shades of Mandy #D2454D
Tints of Mandy #D2454D
RGB
CMYK
RGB Variations
Color information
#D2454D (or 0xD2454D) is known color: Mandy. HEX triplet: D2, 45 and 4D. RGB value is (210,69,77). Sum of RGB (Red+Green+Blue) = 210+69+77=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2454D is #2DBAB2. Grayscale: #707070. Windows color (decimal): -2996915 or 5064146. OLE color: 5064146.
HSL color Cylindrical-coordinate representation of color #D2454D: hue angle of 356.6º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2454D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 77 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.18 |
| HSL | 356.6º | 0.61% | 0.55% | - |
| HSV(B) | 356.6º | 0.67% | 0.82% | - |
| XYZ | 30.05 | 18.49 | 9.01 | - |
| YUV | 112.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 77 | 0 | 0.67 | 0.63 | 0.18 | 356.6 | 0.61 | 0.55 |
| Hex | D2 | 45 | 4D | 0 | 43 | 3F | 12 | 165 | 3D | 37 |
| Octal | 322 | 105 | 115 | 0 | 103 | 77 | 22 | 545 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1001101 | 0 | 1000011 | 111111 | 10010 | 101100101 | 111101 | 110111 |
Color Harmonies of #D2454D
Complementary color
Monochromatic Colors of #D2454D
Black with #D2454D
Text Example
Text Example
White with #D2454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2454D; }
p { color: rgb(210,69,77); }
H1.HeaderClassName
{
color: #D2454D;
}
.AnyTagClassName
{
color: #D2454D;
}
</style>
background-color css
<style>
a { background-color: #D2454D; }
a { background-color: rgb(210,69,77); }
div.DivClassName
{
background-color: #D2454D;
}
.BgClassName
{
background-color: #D2454D;
}
</style>
border-color css
<style>
span { border-color: #D2454D; }
span { border-color: rgb(210,69,77); }
td.TdClassName
{
border-color: #D2454D;
}
.TagClassName
{
border-color: #D2454D;
}
</style>