Shades of Plum #D696CF
Tints of Plum #D696CF
RGB
CMYK
RGB Variations
Color information
#D696CF (or 0xD696CF) is known color: Plum. HEX triplet: D6, 96 and CF. RGB value is (214,150,207). Sum of RGB (Red+Green+Blue) = 214+150+207=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CF is #296930. Grayscale: #AFAFAF. Windows color (decimal): -2713905 or 13604566. OLE color: 13604566.
HSL color Cylindrical-coordinate representation of color #D696CF: hue angle of 306.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696CF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 207 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.16 |
| HSL | 306.56º | 0.44% | 0.71% | - |
| HSV(B) | 306.56º | 0.3% | 0.84% | - |
| XYZ | 49.9 | 40.61 | 64.24 | - |
| YUV | 175.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 207 | 0 | 0.30 | 0.03 | 0.16 | 306.56 | 0.44 | 0.71 |
| Hex | D6 | 96 | CF | 0 | 1E | 3 | 10 | 133 | 2C | 47 |
| Octal | 326 | 226 | 317 | 0 | 36 | 3 | 20 | 463 | 54 | 107 |
| Binary | 11010110 | 10010110 | 11001111 | 0 | 11110 | 11 | 10000 | 100110011 | 101100 | 1000111 |
Color Harmonies of #D696CF
Complementary color
Monochromatic Colors of #D696CF
Black with #D696CF
Text Example
Text Example
White with #D696CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696CF; }
p { color: rgb(214,150,207); }
H1.HeaderClassName
{
color: #D696CF;
}
.AnyTagClassName
{
color: #D696CF;
}
</style>
background-color css
<style>
a { background-color: #D696CF; }
a { background-color: rgb(214,150,207); }
div.DivClassName
{
background-color: #D696CF;
}
.BgClassName
{
background-color: #D696CF;
}
</style>
border-color css
<style>
span { border-color: #D696CF; }
span { border-color: rgb(214,150,207); }
td.TdClassName
{
border-color: #D696CF;
}
.TagClassName
{
border-color: #D696CF;
}
</style>