Shades of Red Damask #D5684B
Tints of Red Damask #D5684B
RGB
CMYK
RGB Variations
Color information
#D5684B (or 0xD5684B) is known color: Red Damask. HEX triplet: D5, 68 and 4B. RGB value is (213,104,75). Sum of RGB (Red+Green+Blue) = 213+104+75=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5684B is #2A97B4. Grayscale: #858585. Windows color (decimal): -2791349 or 4942037. OLE color: 4942037.
HSL color Cylindrical-coordinate representation of color #D5684B: hue angle of 12.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5684B is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 75 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.16 |
| HSL | 12.61º | 0.62% | 0.56% | - |
| HSV(B) | 12.61º | 0.65% | 0.84% | - |
| XYZ | 33.66 | 24.55 | 9.62 | - |
| YUV | 133.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 75 | 0 | 0.51 | 0.65 | 0.16 | 12.61 | 0.62 | 0.56 |
| Hex | D5 | 68 | 4B | 0 | 33 | 41 | 10 | D | 3E | 38 |
| Octal | 325 | 150 | 113 | 0 | 63 | 101 | 20 | 15 | 76 | 70 |
| Binary | 11010101 | 1101000 | 1001011 | 0 | 110011 | 1000001 | 10000 | 1101 | 111110 | 111000 |
Color Harmonies of #D5684B
Complementary color
Monochromatic Colors of #D5684B
Black with #D5684B
Text Example
Text Example
White with #D5684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5684B; }
p { color: rgb(213,104,75); }
H1.HeaderClassName
{
color: #D5684B;
}
.AnyTagClassName
{
color: #D5684B;
}
</style>
background-color css
<style>
a { background-color: #D5684B; }
a { background-color: rgb(213,104,75); }
div.DivClassName
{
background-color: #D5684B;
}
.BgClassName
{
background-color: #D5684B;
}
</style>
border-color css
<style>
span { border-color: #D5684B; }
span { border-color: rgb(213,104,75); }
td.TdClassName
{
border-color: #D5684B;
}
.TagClassName
{
border-color: #D5684B;
}
</style>