Shades of Plum #D792D2
Tints of Plum #D792D2
RGB
CMYK
RGB Variations
Color information
#D792D2 (or 0xD792D2) is known color: Plum. HEX triplet: D7, 92 and D2. RGB value is (215,146,210). Sum of RGB (Red+Green+Blue) = 215+146+210=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D2 is #286D2D. Grayscale: #ADADAD. Windows color (decimal): -2649390 or 13800151. OLE color: 13800151.
HSL color Cylindrical-coordinate representation of color #D792D2: hue angle of 304.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792D2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 210 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.16 |
| HSL | 304.35º | 0.46% | 0.71% | - |
| HSV(B) | 304.35º | 0.32% | 0.84% | - |
| XYZ | 49.94 | 39.66 | 66 | - |
| YUV | 173.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 210 | 0 | 0.32 | 0.02 | 0.16 | 304.35 | 0.46 | 0.71 |
| Hex | D7 | 92 | D2 | 0 | 20 | 2 | 10 | 130 | 2E | 47 |
| Octal | 327 | 222 | 322 | 0 | 40 | 2 | 20 | 460 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11010010 | 0 | 100000 | 10 | 10000 | 100110000 | 101110 | 1000111 |
Color Harmonies of #D792D2
Complementary color
Monochromatic Colors of #D792D2
Black with #D792D2
Text Example
Text Example
White with #D792D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792D2; }
p { color: rgb(215,146,210); }
H1.HeaderClassName
{
color: #D792D2;
}
.AnyTagClassName
{
color: #D792D2;
}
</style>
background-color css
<style>
a { background-color: #D792D2; }
a { background-color: rgb(215,146,210); }
div.DivClassName
{
background-color: #D792D2;
}
.BgClassName
{
background-color: #D792D2;
}
</style>
border-color css
<style>
span { border-color: #D792D2; }
span { border-color: rgb(215,146,210); }
td.TdClassName
{
border-color: #D792D2;
}
.TagClassName
{
border-color: #D792D2;
}
</style>