Shades of Plum #D990CB
Tints of Plum #D990CB
RGB
CMYK
RGB Variations
Color information
#D990CB (or 0xD990CB) is known color: Plum. HEX triplet: D9, 90 and CB. RGB value is (217,144,203). Sum of RGB (Red+Green+Blue) = 217+144+203=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CB is #266F34. Grayscale: #ACACAC. Windows color (decimal): -2518837 or 13340889. OLE color: 13340889.
HSL color Cylindrical-coordinate representation of color #D990CB: hue angle of 311.51º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D990CB is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 203 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.15 |
| HSL | 311.51º | 0.49% | 0.71% | - |
| HSV(B) | 311.51º | 0.34% | 0.85% | - |
| XYZ | 49.37 | 39.01 | 61.43 | - |
| YUV | 172.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 203 | 0 | 0.34 | 0.06 | 0.15 | 311.51 | 0.49 | 0.71 |
| Hex | D9 | 90 | CB | 0 | 22 | 6 | F | 138 | 31 | 47 |
| Octal | 331 | 220 | 313 | 0 | 42 | 6 | 17 | 470 | 61 | 107 |
| Binary | 11011001 | 10010000 | 11001011 | 0 | 100010 | 110 | 1111 | 100111000 | 110001 | 1000111 |
Color Harmonies of #D990CB
Complementary color
Monochromatic Colors of #D990CB
Black with #D990CB
Text Example
Text Example
White with #D990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990CB; }
p { color: rgb(217,144,203); }
H1.HeaderClassName
{
color: #D990CB;
}
.AnyTagClassName
{
color: #D990CB;
}
</style>
background-color css
<style>
a { background-color: #D990CB; }
a { background-color: rgb(217,144,203); }
div.DivClassName
{
background-color: #D990CB;
}
.BgClassName
{
background-color: #D990CB;
}
</style>
border-color css
<style>
span { border-color: #D990CB; }
span { border-color: rgb(217,144,203); }
td.TdClassName
{
border-color: #D990CB;
}
.TagClassName
{
border-color: #D990CB;
}
</style>