Shades of Red Damask #D2664E
Tints of Red Damask #D2664E
RGB
CMYK
RGB Variations
Color information
#D2664E (or 0xD2664E) is known color: Red Damask. HEX triplet: D2, 66 and 4E. RGB value is (210,102,78). Sum of RGB (Red+Green+Blue) = 210+102+78=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2664E is #2D99B1. Grayscale: #838383. Windows color (decimal): -2988466 or 5138130. OLE color: 5138130.
HSL color Cylindrical-coordinate representation of color #D2664E: hue angle of 10.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2664E is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 78 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.18 |
| HSL | 10.91º | 0.59% | 0.56% | - |
| HSV(B) | 10.91º | 0.63% | 0.82% | - |
| XYZ | 32.7 | 23.75 | 10.07 | - |
| YUV | 131.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 78 | 0 | 0.51 | 0.63 | 0.18 | 10.91 | 0.59 | 0.56 |
| Hex | D2 | 66 | 4E | 0 | 33 | 3F | 12 | B | 3B | 38 |
| Octal | 322 | 146 | 116 | 0 | 63 | 77 | 22 | 13 | 73 | 70 |
| Binary | 11010010 | 1100110 | 1001110 | 0 | 110011 | 111111 | 10010 | 1011 | 111011 | 111000 |
Color Harmonies of #D2664E
Complementary color
Monochromatic Colors of #D2664E
Black with #D2664E
Text Example
Text Example
White with #D2664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2664E; }
p { color: rgb(210,102,78); }
H1.HeaderClassName
{
color: #D2664E;
}
.AnyTagClassName
{
color: #D2664E;
}
</style>
background-color css
<style>
a { background-color: #D2664E; }
a { background-color: rgb(210,102,78); }
div.DivClassName
{
background-color: #D2664E;
}
.BgClassName
{
background-color: #D2664E;
}
</style>
border-color css
<style>
span { border-color: #D2664E; }
span { border-color: rgb(210,102,78); }
td.TdClassName
{
border-color: #D2664E;
}
.TagClassName
{
border-color: #D2664E;
}
</style>