Shades of Mandy #D26468
Tints of Mandy #D26468
RGB
CMYK
RGB Variations
Color information
#D26468 (or 0xD26468) is known color: Mandy. HEX triplet: D2, 64 and 68. RGB value is (210,100,104). Sum of RGB (Red+Green+Blue) = 210+100+104=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D26468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26468 is #2D9B97. Grayscale: #858585. Windows color (decimal): -2988952 or 6841554. OLE color: 6841554.
HSL color Cylindrical-coordinate representation of color #D26468: hue angle of 357.82º 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 #D26468 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 104 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.18 |
| HSL | 357.82º | 0.55% | 0.61% | - |
| HSV(B) | 357.82º | 0.52% | 0.82% | - |
| XYZ | 33.63 | 23.82 | 15.92 | - |
| YUV | 133.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 104 | 0 | 0.52 | 0.50 | 0.18 | 357.82 | 0.55 | 0.61 |
| Hex | D2 | 64 | 68 | 0 | 34 | 32 | 12 | 166 | 37 | 3D |
| Octal | 322 | 144 | 150 | 0 | 64 | 62 | 22 | 546 | 67 | 75 |
| Binary | 11010010 | 1100100 | 1101000 | 0 | 110100 | 110010 | 10010 | 101100110 | 110111 | 111101 |
Color Harmonies of #D26468
Complementary color
Monochromatic Colors of #D26468
Black with #D26468
Text Example
Text Example
White with #D26468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26468; }
p { color: rgb(210,100,104); }
H1.HeaderClassName
{
color: #D26468;
}
.AnyTagClassName
{
color: #D26468;
}
</style>
background-color css
<style>
a { background-color: #D26468; }
a { background-color: rgb(210,100,104); }
div.DivClassName
{
background-color: #D26468;
}
.BgClassName
{
background-color: #D26468;
}
</style>
border-color css
<style>
span { border-color: #D26468; }
span { border-color: rgb(210,100,104); }
td.TdClassName
{
border-color: #D26468;
}
.TagClassName
{
border-color: #D26468;
}
</style>