Shades of Mandy #D1525A
Tints of Mandy #D1525A
RGB
CMYK
RGB Variations
Color information
#D1525A (or 0xD1525A) is known color: Mandy. HEX triplet: D1, 52 and 5A. RGB value is (209,82,90). Sum of RGB (Red+Green+Blue) = 209+82+90=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1525A is #2EADA5. Grayscale: #787878. Windows color (decimal): -3059110 or 5919441. OLE color: 5919441.
HSL color Cylindrical-coordinate representation of color #D1525A: hue angle of 356.22º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1525A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 90 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.18 |
| HSL | 356.22º | 0.58% | 0.57% | - |
| HSV(B) | 356.22º | 0.61% | 0.82% | - |
| XYZ | 31.16 | 20.33 | 11.95 | - |
| YUV | 120.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 90 | 0 | 0.61 | 0.57 | 0.18 | 356.22 | 0.58 | 0.57 |
| Hex | D1 | 52 | 5A | 0 | 3D | 39 | 12 | 164 | 3A | 39 |
| Octal | 321 | 122 | 132 | 0 | 75 | 71 | 22 | 544 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1011010 | 0 | 111101 | 111001 | 10010 | 101100100 | 111010 | 111001 |
Color Harmonies of #D1525A
Complementary color
Monochromatic Colors of #D1525A
Black with #D1525A
Text Example
Text Example
White with #D1525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1525A; }
p { color: rgb(209,82,90); }
H1.HeaderClassName
{
color: #D1525A;
}
.AnyTagClassName
{
color: #D1525A;
}
</style>
background-color css
<style>
a { background-color: #D1525A; }
a { background-color: rgb(209,82,90); }
div.DivClassName
{
background-color: #D1525A;
}
.BgClassName
{
background-color: #D1525A;
}
</style>
border-color css
<style>
span { border-color: #D1525A; }
span { border-color: rgb(209,82,90); }
td.TdClassName
{
border-color: #D1525A;
}
.TagClassName
{
border-color: #D1525A;
}
</style>