Shades of Plum #D790D0
Tints of Plum #D790D0
RGB
CMYK
RGB Variations
Color information
#D790D0 (or 0xD790D0) is known color: Plum. HEX triplet: D7, 90 and D0. RGB value is (215,144,208). Sum of RGB (Red+Green+Blue) = 215+144+208=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D790D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790D0 is #286F2F. Grayscale: #ACACAC. Windows color (decimal): -2649904 or 13668567. OLE color: 13668567.
HSL color Cylindrical-coordinate representation of color #D790D0: hue angle of 305.92º 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 #D790D0 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 208 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.16 |
| HSL | 305.92º | 0.47% | 0.7% | - |
| HSV(B) | 305.92º | 0.33% | 0.84% | - |
| XYZ | 49.38 | 38.95 | 64.59 | - |
| YUV | 172.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 208 | 0 | 0.33 | 0.03 | 0.16 | 305.92 | 0.47 | 0.7 |
| Hex | D7 | 90 | D0 | 0 | 21 | 3 | 10 | 132 | 2F | 46 |
| Octal | 327 | 220 | 320 | 0 | 41 | 3 | 20 | 462 | 57 | 106 |
| Binary | 11010111 | 10010000 | 11010000 | 0 | 100001 | 11 | 10000 | 100110010 | 101111 | 1000110 |
Color Harmonies of #D790D0
Complementary color
Monochromatic Colors of #D790D0
Black with #D790D0
Text Example
Text Example
White with #D790D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790D0; }
p { color: rgb(215,144,208); }
H1.HeaderClassName
{
color: #D790D0;
}
.AnyTagClassName
{
color: #D790D0;
}
</style>
background-color css
<style>
a { background-color: #D790D0; }
a { background-color: rgb(215,144,208); }
div.DivClassName
{
background-color: #D790D0;
}
.BgClassName
{
background-color: #D790D0;
}
</style>
border-color css
<style>
span { border-color: #D790D0; }
span { border-color: rgb(215,144,208); }
td.TdClassName
{
border-color: #D790D0;
}
.TagClassName
{
border-color: #D790D0;
}
</style>