Shades of Plum #D097D6
Tints of Plum #D097D6
RGB
CMYK
RGB Variations
Color information
#D097D6 (or 0xD097D6) is known color: Plum. HEX triplet: D0, 97 and D6. RGB value is (208,151,214). Sum of RGB (Red+Green+Blue) = 208+151+214=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #D097D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097D6 is #2F6829. Grayscale: #AFAFAF. Windows color (decimal): -3106858 or 14063568. OLE color: 14063568.
HSL color Cylindrical-coordinate representation of color #D097D6: hue angle of 294.29º 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 #D097D6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 151 | 214 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.16 |
| HSL | 294.29º | 0.43% | 0.72% | - |
| HSV(B) | 294.29º | 0.29% | 0.84% | - |
| XYZ | 49.22 | 40.4 | 68.82 | - |
| YUV | 175.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 214 | 0.03 | 0.29 | 0 | 0.16 | 294.29 | 0.43 | 0.72 |
| Hex | D0 | 97 | D6 | 3 | 1D | 0 | 10 | 126 | 2B | 48 |
| Octal | 320 | 227 | 326 | 3 | 35 | 0 | 20 | 446 | 53 | 110 |
| Binary | 11010000 | 10010111 | 11010110 | 11 | 11101 | 0 | 10000 | 100100110 | 101011 | 1001000 |
Color Harmonies of #D097D6
Complementary color
Monochromatic Colors of #D097D6
Black with #D097D6
Text Example
Text Example
White with #D097D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097D6; }
p { color: rgb(208,151,214); }
H1.HeaderClassName
{
color: #D097D6;
}
.AnyTagClassName
{
color: #D097D6;
}
</style>
background-color css
<style>
a { background-color: #D097D6; }
a { background-color: rgb(208,151,214); }
div.DivClassName
{
background-color: #D097D6;
}
.BgClassName
{
background-color: #D097D6;
}
</style>
border-color css
<style>
span { border-color: #D097D6; }
span { border-color: rgb(208,151,214); }
td.TdClassName
{
border-color: #D097D6;
}
.TagClassName
{
border-color: #D097D6;
}
</style>