Shades of Plum #D995CF
Tints of Plum #D995CF
RGB
CMYK
RGB Variations
Color information
#D995CF (or 0xD995CF) is known color: Plum. HEX triplet: D9, 95 and CF. RGB value is (217,149,207). Sum of RGB (Red+Green+Blue) = 217+149+207=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D995CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995CF is #266A30. Grayscale: #AFAFAF. Windows color (decimal): -2517553 or 13604313. OLE color: 13604313.
HSL color Cylindrical-coordinate representation of color #D995CF: hue angle of 308.82º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995CF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 207 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.15 |
| HSL | 308.82º | 0.47% | 0.72% | - |
| HSV(B) | 308.82º | 0.31% | 0.85% | - |
| XYZ | 50.63 | 40.75 | 64.23 | - |
| YUV | 175.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 207 | 0 | 0.31 | 0.05 | 0.15 | 308.82 | 0.47 | 0.72 |
| Hex | D9 | 95 | CF | 0 | 1F | 5 | F | 135 | 2F | 48 |
| Octal | 331 | 225 | 317 | 0 | 37 | 5 | 17 | 465 | 57 | 110 |
| Binary | 11011001 | 10010101 | 11001111 | 0 | 11111 | 101 | 1111 | 100110101 | 101111 | 1001000 |
Color Harmonies of #D995CF
Complementary color
Monochromatic Colors of #D995CF
Black with #D995CF
Text Example
Text Example
White with #D995CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995CF; }
p { color: rgb(217,149,207); }
H1.HeaderClassName
{
color: #D995CF;
}
.AnyTagClassName
{
color: #D995CF;
}
</style>
background-color css
<style>
a { background-color: #D995CF; }
a { background-color: rgb(217,149,207); }
div.DivClassName
{
background-color: #D995CF;
}
.BgClassName
{
background-color: #D995CF;
}
</style>
border-color css
<style>
span { border-color: #D995CF; }
span { border-color: rgb(217,149,207); }
td.TdClassName
{
border-color: #D995CF;
}
.TagClassName
{
border-color: #D995CF;
}
</style>