Shades of Pale Violet Red #D5698C
Tints of Pale Violet Red #D5698C
RGB
CMYK
RGB Variations
Color information
#D5698C (or 0xD5698C) is known color: Pale Violet Red. HEX triplet: D5, 69 and 8C. RGB value is (213,105,140). Sum of RGB (Red+Green+Blue) = 213+105+140=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698C is #2A9673. Grayscale: #8D8D8D. Windows color (decimal): -2791028 or 9202133. OLE color: 9202133.
HSL color Cylindrical-coordinate representation of color #D5698C: hue angle of 340.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5698C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 140 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.16 |
| HSL | 340.56º | 0.56% | 0.62% | - |
| HSV(B) | 340.56º | 0.51% | 0.84% | - |
| XYZ | 37.23 | 26.14 | 27.89 | - |
| YUV | 141.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 140 | 0 | 0.51 | 0.34 | 0.16 | 340.56 | 0.56 | 0.62 |
| Hex | D5 | 69 | 8C | 0 | 33 | 22 | 10 | 155 | 38 | 3E |
| Octal | 325 | 151 | 214 | 0 | 63 | 42 | 20 | 525 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10001100 | 0 | 110011 | 100010 | 10000 | 101010101 | 111000 | 111110 |
Color Harmonies of #D5698C
Complementary color
Monochromatic Colors of #D5698C
Black with #D5698C
Text Example
Text Example
White with #D5698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5698C; }
p { color: rgb(213,105,140); }
H1.HeaderClassName
{
color: #D5698C;
}
.AnyTagClassName
{
color: #D5698C;
}
</style>
background-color css
<style>
a { background-color: #D5698C; }
a { background-color: rgb(213,105,140); }
div.DivClassName
{
background-color: #D5698C;
}
.BgClassName
{
background-color: #D5698C;
}
</style>
border-color css
<style>
span { border-color: #D5698C; }
span { border-color: rgb(213,105,140); }
td.TdClassName
{
border-color: #D5698C;
}
.TagClassName
{
border-color: #D5698C;
}
</style>