Shades of Plum #D296D2
Tints of Plum #D296D2
RGB
CMYK
RGB Variations
Color information
#D296D2 (or 0xD296D2) is known color: Plum. HEX triplet: D2, 96 and D2. RGB value is (210,150,210). Sum of RGB (Red+Green+Blue) = 210+150+210=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D296D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296D2 is #2D692D. Grayscale: #AEAEAE. Windows color (decimal): -2976046 or 13801170. OLE color: 13801170.
HSL color Cylindrical-coordinate representation of color #D296D2: hue angle of 300º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296D2 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 210 | - |
| CMYK | 0 | 0.29 | 0 | 0.18 |
| HSL | 300º | 0.4% | 0.71% | - |
| HSV(B) | 300º | 0.29% | 0.82% | - |
| XYZ | 49.12 | 40.17 | 66.14 | - |
| YUV | 174.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 210 | 0 | 0.29 | 0 | 0.18 | 300 | 0.4 | 0.71 |
| Hex | D2 | 96 | D2 | 0 | 1D | 0 | 12 | 12C | 28 | 47 |
| Octal | 322 | 226 | 322 | 0 | 35 | 0 | 22 | 454 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11010010 | 0 | 11101 | 0 | 10010 | 100101100 | 101000 | 1000111 |
Color Harmonies of #D296D2
Complementary color
Monochromatic Colors of #D296D2
Black with #D296D2
Text Example
Text Example
White with #D296D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296D2; }
p { color: rgb(210,150,210); }
H1.HeaderClassName
{
color: #D296D2;
}
.AnyTagClassName
{
color: #D296D2;
}
</style>
background-color css
<style>
a { background-color: #D296D2; }
a { background-color: rgb(210,150,210); }
div.DivClassName
{
background-color: #D296D2;
}
.BgClassName
{
background-color: #D296D2;
}
</style>
border-color css
<style>
span { border-color: #D296D2; }
span { border-color: rgb(210,150,210); }
td.TdClassName
{
border-color: #D296D2;
}
.TagClassName
{
border-color: #D296D2;
}
</style>