Shades of Pale Violet Red #D5698F
Tints of Pale Violet Red #D5698F
RGB
CMYK
RGB Variations
Color information
#D5698F (or 0xD5698F) is known color: Pale Violet Red. HEX triplet: D5, 69 and 8F. RGB value is (213,105,143). Sum of RGB (Red+Green+Blue) = 213+105+143=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698F is #2A9670. Grayscale: #8D8D8D. Windows color (decimal): -2791025 or 9398741. OLE color: 9398741.
HSL color Cylindrical-coordinate representation of color #D5698F: hue angle of 338.89º 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 #D5698F is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 143 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.16 |
| HSL | 338.89º | 0.56% | 0.62% | - |
| HSV(B) | 338.89º | 0.51% | 0.84% | - |
| XYZ | 37.45 | 26.23 | 29.08 | - |
| YUV | 141.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 143 | 0 | 0.51 | 0.33 | 0.16 | 338.89 | 0.56 | 0.62 |
| Hex | D5 | 69 | 8F | 0 | 33 | 21 | 10 | 153 | 38 | 3E |
| Octal | 325 | 151 | 217 | 0 | 63 | 41 | 20 | 523 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10001111 | 0 | 110011 | 100001 | 10000 | 101010011 | 111000 | 111110 |
Color Harmonies of #D5698F
Complementary color
Monochromatic Colors of #D5698F
Black with #D5698F
Text Example
Text Example
White with #D5698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5698F; }
p { color: rgb(213,105,143); }
H1.HeaderClassName
{
color: #D5698F;
}
.AnyTagClassName
{
color: #D5698F;
}
</style>
background-color css
<style>
a { background-color: #D5698F; }
a { background-color: rgb(213,105,143); }
div.DivClassName
{
background-color: #D5698F;
}
.BgClassName
{
background-color: #D5698F;
}
</style>
border-color css
<style>
span { border-color: #D5698F; }
span { border-color: rgb(213,105,143); }
td.TdClassName
{
border-color: #D5698F;
}
.TagClassName
{
border-color: #D5698F;
}
</style>