Shades of Mandy #D2455C
Tints of Mandy #D2455C
RGB
CMYK
RGB Variations
Color information
#D2455C (or 0xD2455C) is known color: Mandy. HEX triplet: D2, 45 and 5C. RGB value is (210,69,92). Sum of RGB (Red+Green+Blue) = 210+69+92=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2455C is #2DBAA3. Grayscale: #717171. Windows color (decimal): -2996900 or 6047186. OLE color: 6047186.
HSL color Cylindrical-coordinate representation of color #D2455C: hue angle of 350.21º 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 #D2455C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 92 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.18 |
| HSL | 350.21º | 0.61% | 0.55% | - |
| HSV(B) | 350.21º | 0.67% | 0.82% | - |
| XYZ | 30.64 | 18.73 | 12.13 | - |
| YUV | 113.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 92 | 0 | 0.67 | 0.56 | 0.18 | 350.21 | 0.61 | 0.55 |
| Hex | D2 | 45 | 5C | 0 | 43 | 38 | 12 | 15E | 3D | 37 |
| Octal | 322 | 105 | 134 | 0 | 103 | 70 | 22 | 536 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1011100 | 0 | 1000011 | 111000 | 10010 | 101011110 | 111101 | 110111 |
Color Harmonies of #D2455C
Complementary color
Monochromatic Colors of #D2455C
Black with #D2455C
Text Example
Text Example
White with #D2455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2455C; }
p { color: rgb(210,69,92); }
H1.HeaderClassName
{
color: #D2455C;
}
.AnyTagClassName
{
color: #D2455C;
}
</style>
background-color css
<style>
a { background-color: #D2455C; }
a { background-color: rgb(210,69,92); }
div.DivClassName
{
background-color: #D2455C;
}
.BgClassName
{
background-color: #D2455C;
}
</style>
border-color css
<style>
span { border-color: #D2455C; }
span { border-color: rgb(210,69,92); }
td.TdClassName
{
border-color: #D2455C;
}
.TagClassName
{
border-color: #D2455C;
}
</style>