Shades of Plum #D992CB
Tints of Plum #D992CB
RGB
CMYK
RGB Variations
Color information
#D992CB (or 0xD992CB) is known color: Plum. HEX triplet: D9, 92 and CB. RGB value is (217,146,203). Sum of RGB (Red+Green+Blue) = 217+146+203=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CB is #266D34. Grayscale: #ADADAD. Windows color (decimal): -2518325 or 13341401. OLE color: 13341401.
HSL color Cylindrical-coordinate representation of color #D992CB: hue angle of 311.83º 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 #D992CB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 203 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.15 |
| HSL | 311.83º | 0.48% | 0.71% | - |
| HSV(B) | 311.83º | 0.33% | 0.85% | - |
| XYZ | 49.67 | 39.62 | 61.53 | - |
| YUV | 173.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 203 | 0 | 0.33 | 0.06 | 0.15 | 311.83 | 0.48 | 0.71 |
| Hex | D9 | 92 | CB | 0 | 21 | 6 | F | 138 | 30 | 47 |
| Octal | 331 | 222 | 313 | 0 | 41 | 6 | 17 | 470 | 60 | 107 |
| Binary | 11011001 | 10010010 | 11001011 | 0 | 100001 | 110 | 1111 | 100111000 | 110000 | 1000111 |
Color Harmonies of #D992CB
Complementary color
Monochromatic Colors of #D992CB
Black with #D992CB
Text Example
Text Example
White with #D992CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992CB; }
p { color: rgb(217,146,203); }
H1.HeaderClassName
{
color: #D992CB;
}
.AnyTagClassName
{
color: #D992CB;
}
</style>
background-color css
<style>
a { background-color: #D992CB; }
a { background-color: rgb(217,146,203); }
div.DivClassName
{
background-color: #D992CB;
}
.BgClassName
{
background-color: #D992CB;
}
</style>
border-color css
<style>
span { border-color: #D992CB; }
span { border-color: rgb(217,146,203); }
td.TdClassName
{
border-color: #D992CB;
}
.TagClassName
{
border-color: #D992CB;
}
</style>