Shades of Mandy #D26469
Tints of Mandy #D26469
RGB
CMYK
RGB Variations
Color information
#D26469 (or 0xD26469) is known color: Mandy. HEX triplet: D2, 64 and 69. RGB value is (210,100,105). Sum of RGB (Red+Green+Blue) = 210+100+105=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D26469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26469 is #2D9B96. Grayscale: #858585. Windows color (decimal): -2988951 or 6907090. OLE color: 6907090.
HSL color Cylindrical-coordinate representation of color #D26469: hue angle of 357.27º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26469 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 105 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.18 |
| HSL | 357.27º | 0.55% | 0.61% | - |
| HSV(B) | 357.27º | 0.52% | 0.82% | - |
| XYZ | 33.69 | 23.84 | 16.19 | - |
| YUV | 133.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 105 | 0 | 0.52 | 0.50 | 0.18 | 357.27 | 0.55 | 0.61 |
| Hex | D2 | 64 | 69 | 0 | 34 | 32 | 12 | 165 | 37 | 3D |
| Octal | 322 | 144 | 151 | 0 | 64 | 62 | 22 | 545 | 67 | 75 |
| Binary | 11010010 | 1100100 | 1101001 | 0 | 110100 | 110010 | 10010 | 101100101 | 110111 | 111101 |
Color Harmonies of #D26469
Complementary color
Monochromatic Colors of #D26469
Black with #D26469
Text Example
Text Example
White with #D26469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26469; }
p { color: rgb(210,100,105); }
H1.HeaderClassName
{
color: #D26469;
}
.AnyTagClassName
{
color: #D26469;
}
</style>
background-color css
<style>
a { background-color: #D26469; }
a { background-color: rgb(210,100,105); }
div.DivClassName
{
background-color: #D26469;
}
.BgClassName
{
background-color: #D26469;
}
</style>
border-color css
<style>
span { border-color: #D26469; }
span { border-color: rgb(210,100,105); }
td.TdClassName
{
border-color: #D26469;
}
.TagClassName
{
border-color: #D26469;
}
</style>