Shades of Plum #D792DF
Tints of Plum #D792DF
RGB
CMYK
RGB Variations
Color information
#D792DF (or 0xD792DF) is known color: Plum. HEX triplet: D7, 92 and DF. RGB value is (215,146,223). Sum of RGB (Red+Green+Blue) = 215+146+223=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D792DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792DF is #286D20. Grayscale: #AFAFAF. Windows color (decimal): -2649377 or 14652119. OLE color: 14652119.
HSL color Cylindrical-coordinate representation of color #D792DF: hue angle of 293.77º degrees, saturation: 0.55, 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 #D792DF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 146 | 223 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.13 |
| HSL | 293.77º | 0.55% | 0.72% | - |
| HSV(B) | 293.77º | 0.35% | 0.87% | - |
| XYZ | 51.62 | 40.33 | 74.88 | - |
| YUV | 175.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 223 | 0.04 | 0.35 | 0 | 0.13 | 293.77 | 0.55 | 0.72 |
| Hex | D7 | 92 | DF | 4 | 23 | 0 | D | 126 | 37 | 48 |
| Octal | 327 | 222 | 337 | 4 | 43 | 0 | 15 | 446 | 67 | 110 |
| Binary | 11010111 | 10010010 | 11011111 | 100 | 100011 | 0 | 1101 | 100100110 | 110111 | 1001000 |
Color Harmonies of #D792DF
Complementary color
Monochromatic Colors of #D792DF
Black with #D792DF
Text Example
Text Example
White with #D792DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792DF; }
p { color: rgb(215,146,223); }
H1.HeaderClassName
{
color: #D792DF;
}
.AnyTagClassName
{
color: #D792DF;
}
</style>
background-color css
<style>
a { background-color: #D792DF; }
a { background-color: rgb(215,146,223); }
div.DivClassName
{
background-color: #D792DF;
}
.BgClassName
{
background-color: #D792DF;
}
</style>
border-color css
<style>
span { border-color: #D792DF; }
span { border-color: rgb(215,146,223); }
td.TdClassName
{
border-color: #D792DF;
}
.TagClassName
{
border-color: #D792DF;
}
</style>