Shades of Plum #D698D0
Tints of Plum #D698D0
RGB
CMYK
RGB Variations
Color information
#D698D0 (or 0xD698D0) is known color: Plum. HEX triplet: D6, 98 and D0. RGB value is (214,152,208). Sum of RGB (Red+Green+Blue) = 214+152+208=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D698D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698D0 is #29672F. Grayscale: #B0B0B0. Windows color (decimal): -2713392 or 13670614. OLE color: 13670614.
HSL color Cylindrical-coordinate representation of color #D698D0: hue angle of 305.81º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698D0 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 208 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.16 |
| HSL | 305.81º | 0.43% | 0.72% | - |
| HSV(B) | 305.81º | 0.29% | 0.84% | - |
| XYZ | 50.34 | 41.31 | 64.99 | - |
| YUV | 176.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 208 | 0 | 0.29 | 0.03 | 0.16 | 305.81 | 0.43 | 0.72 |
| Hex | D6 | 98 | D0 | 0 | 1D | 3 | 10 | 132 | 2B | 48 |
| Octal | 326 | 230 | 320 | 0 | 35 | 3 | 20 | 462 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11010000 | 0 | 11101 | 11 | 10000 | 100110010 | 101011 | 1001000 |
Color Harmonies of #D698D0
Complementary color
Monochromatic Colors of #D698D0
Black with #D698D0
Text Example
Text Example
White with #D698D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698D0; }
p { color: rgb(214,152,208); }
H1.HeaderClassName
{
color: #D698D0;
}
.AnyTagClassName
{
color: #D698D0;
}
</style>
background-color css
<style>
a { background-color: #D698D0; }
a { background-color: rgb(214,152,208); }
div.DivClassName
{
background-color: #D698D0;
}
.BgClassName
{
background-color: #D698D0;
}
</style>
border-color css
<style>
span { border-color: #D698D0; }
span { border-color: rgb(214,152,208); }
td.TdClassName
{
border-color: #D698D0;
}
.TagClassName
{
border-color: #D698D0;
}
</style>