Shades of Plum #D790DD
Tints of Plum #D790DD
RGB
CMYK
RGB Variations
Color information
#D790DD (or 0xD790DD) is known color: Plum. HEX triplet: D7, 90 and DD. RGB value is (215,144,221). Sum of RGB (Red+Green+Blue) = 215+144+221=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D790DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790DD is #286F22. Grayscale: #ADADAD. Windows color (decimal): -2649891 or 14520535. OLE color: 14520535.
HSL color Cylindrical-coordinate representation of color #D790DD: hue angle of 295.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D790DD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 144 | 221 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.13 |
| HSL | 295.32º | 0.53% | 0.72% | - |
| HSV(B) | 295.32º | 0.35% | 0.87% | - |
| XYZ | 51.05 | 39.61 | 73.36 | - |
| YUV | 174.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 221 | 0.03 | 0.35 | 0 | 0.13 | 295.32 | 0.53 | 0.72 |
| Hex | D7 | 90 | DD | 3 | 23 | 0 | D | 127 | 35 | 48 |
| Octal | 327 | 220 | 335 | 3 | 43 | 0 | 15 | 447 | 65 | 110 |
| Binary | 11010111 | 10010000 | 11011101 | 11 | 100011 | 0 | 1101 | 100100111 | 110101 | 1001000 |
Color Harmonies of #D790DD
Complementary color
Monochromatic Colors of #D790DD
Black with #D790DD
Text Example
Text Example
White with #D790DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790DD; }
p { color: rgb(215,144,221); }
H1.HeaderClassName
{
color: #D790DD;
}
.AnyTagClassName
{
color: #D790DD;
}
</style>
background-color css
<style>
a { background-color: #D790DD; }
a { background-color: rgb(215,144,221); }
div.DivClassName
{
background-color: #D790DD;
}
.BgClassName
{
background-color: #D790DD;
}
</style>
border-color css
<style>
span { border-color: #D790DD; }
span { border-color: rgb(215,144,221); }
td.TdClassName
{
border-color: #D790DD;
}
.TagClassName
{
border-color: #D790DD;
}
</style>