Shades of Plum #D992CC
Tints of Plum #D992CC
RGB
CMYK
RGB Variations
Color information
#D992CC (or 0xD992CC) is known color: Plum. HEX triplet: D9, 92 and CC. RGB value is (217,146,204). Sum of RGB (Red+Green+Blue) = 217+146+204=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CC is #266D33. Grayscale: #ADADAD. Windows color (decimal): -2518324 or 13406937. OLE color: 13406937.
HSL color Cylindrical-coordinate representation of color #D992CC: hue angle of 310.99º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992CC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 204 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.15 |
| HSL | 310.99º | 0.48% | 0.71% | - |
| HSV(B) | 310.99º | 0.33% | 0.85% | - |
| XYZ | 49.79 | 39.67 | 62.16 | - |
| YUV | 173.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 204 | 0 | 0.33 | 0.06 | 0.15 | 310.99 | 0.48 | 0.71 |
| Hex | D9 | 92 | CC | 0 | 21 | 6 | F | 137 | 30 | 47 |
| Octal | 331 | 222 | 314 | 0 | 41 | 6 | 17 | 467 | 60 | 107 |
| Binary | 11011001 | 10010010 | 11001100 | 0 | 100001 | 110 | 1111 | 100110111 | 110000 | 1000111 |
Color Harmonies of #D992CC
Complementary color
Monochromatic Colors of #D992CC
Black with #D992CC
Text Example
Text Example
White with #D992CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992CC; }
p { color: rgb(217,146,204); }
H1.HeaderClassName
{
color: #D992CC;
}
.AnyTagClassName
{
color: #D992CC;
}
</style>
background-color css
<style>
a { background-color: #D992CC; }
a { background-color: rgb(217,146,204); }
div.DivClassName
{
background-color: #D992CC;
}
.BgClassName
{
background-color: #D992CC;
}
</style>
border-color css
<style>
span { border-color: #D992CC; }
span { border-color: rgb(217,146,204); }
td.TdClassName
{
border-color: #D992CC;
}
.TagClassName
{
border-color: #D992CC;
}
</style>