Shades of Mandy #D25362
Tints of Mandy #D25362
RGB
CMYK
RGB Variations
Color information
#D25362 (or 0xD25362) is known color: Mandy. HEX triplet: D2, 53 and 62. RGB value is (210,83,98). Sum of RGB (Red+Green+Blue) = 210+83+98=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D25362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25362 is #2DAC9D. Grayscale: #7A7A7A. Windows color (decimal): -2993310 or 6443986. OLE color: 6443986.
HSL color Cylindrical-coordinate representation of color #D25362: hue angle of 352.91º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25362 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 98 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.18 |
| HSL | 352.91º | 0.59% | 0.57% | - |
| HSV(B) | 352.91º | 0.6% | 0.82% | - |
| XYZ | 31.88 | 20.77 | 13.88 | - |
| YUV | 122.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 98 | 0 | 0.60 | 0.53 | 0.18 | 352.91 | 0.59 | 0.57 |
| Hex | D2 | 53 | 62 | 0 | 3C | 35 | 12 | 161 | 3B | 39 |
| Octal | 322 | 123 | 142 | 0 | 74 | 65 | 22 | 541 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1100010 | 0 | 111100 | 110101 | 10010 | 101100001 | 111011 | 111001 |
Color Harmonies of #D25362
Complementary color
Monochromatic Colors of #D25362
Black with #D25362
Text Example
Text Example
White with #D25362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25362; }
p { color: rgb(210,83,98); }
H1.HeaderClassName
{
color: #D25362;
}
.AnyTagClassName
{
color: #D25362;
}
</style>
background-color css
<style>
a { background-color: #D25362; }
a { background-color: rgb(210,83,98); }
div.DivClassName
{
background-color: #D25362;
}
.BgClassName
{
background-color: #D25362;
}
</style>
border-color css
<style>
span { border-color: #D25362; }
span { border-color: rgb(210,83,98); }
td.TdClassName
{
border-color: #D25362;
}
.TagClassName
{
border-color: #D25362;
}
</style>