Shades of Plum #D090D7
Tints of Plum #D090D7
RGB
CMYK
RGB Variations
Color information
#D090D7 (or 0xD090D7) is known color: Plum. HEX triplet: D0, 90 and D7. RGB value is (208,144,215). Sum of RGB (Red+Green+Blue) = 208+144+215=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #D090D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090D7 is #2F6F28. Grayscale: #ABABAB. Windows color (decimal): -3108649 or 14127312. OLE color: 14127312.
HSL color Cylindrical-coordinate representation of color #D090D7: hue angle of 294.08º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D090D7 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 144 | 215 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.16 |
| HSL | 294.08º | 0.47% | 0.7% | - |
| HSV(B) | 294.08º | 0.33% | 0.84% | - |
| XYZ | 48.25 | 38.26 | 69.13 | - |
| YUV | 171.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 215 | 0.03 | 0.33 | 0 | 0.16 | 294.08 | 0.47 | 0.7 |
| Hex | D0 | 90 | D7 | 3 | 21 | 0 | 10 | 126 | 2F | 46 |
| Octal | 320 | 220 | 327 | 3 | 41 | 0 | 20 | 446 | 57 | 106 |
| Binary | 11010000 | 10010000 | 11010111 | 11 | 100001 | 0 | 10000 | 100100110 | 101111 | 1000110 |
Color Harmonies of #D090D7
Complementary color
Monochromatic Colors of #D090D7
Black with #D090D7
Text Example
Text Example
White with #D090D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D090D7; }
p { color: rgb(208,144,215); }
H1.HeaderClassName
{
color: #D090D7;
}
.AnyTagClassName
{
color: #D090D7;
}
</style>
background-color css
<style>
a { background-color: #D090D7; }
a { background-color: rgb(208,144,215); }
div.DivClassName
{
background-color: #D090D7;
}
.BgClassName
{
background-color: #D090D7;
}
</style>
border-color css
<style>
span { border-color: #D090D7; }
span { border-color: rgb(208,144,215); }
td.TdClassName
{
border-color: #D090D7;
}
.TagClassName
{
border-color: #D090D7;
}
</style>