Shades of Plum #DF92E6
Tints of Plum #DF92E6
RGB
CMYK
RGB Variations
Color information
#DF92E6 (or 0xDF92E6) is known color: Plum. HEX triplet: DF, 92 and E6. RGB value is (223,146,230). Sum of RGB (Red+Green+Blue) = 223+146+230=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92E6 is #206D19. Grayscale: #B2B2B2. Windows color (decimal): -2125082 or 15110879. OLE color: 15110879.
HSL color Cylindrical-coordinate representation of color #DF92E6: hue angle of 295º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF92E6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 146 | 230 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.10 |
| HSL | 295º | 0.63% | 0.74% | - |
| HSV(B) | 295º | 0.37% | 0.9% | - |
| XYZ | 54.99 | 41.96 | 80.06 | - |
| YUV | 178.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 230 | 0.03 | 0.37 | 0 | 0.10 | 295 | 0.63 | 0.74 |
| Hex | DF | 92 | E6 | 3 | 25 | 0 | A | 127 | 3F | 4A |
| Octal | 337 | 222 | 346 | 3 | 45 | 0 | 12 | 447 | 77 | 112 |
| Binary | 11011111 | 10010010 | 11100110 | 11 | 100101 | 0 | 1010 | 100100111 | 111111 | 1001010 |
Color Harmonies of #DF92E6
Complementary color
Monochromatic Colors of #DF92E6
Black with #DF92E6
Text Example
Text Example
White with #DF92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92E6; }
p { color: rgb(223,146,230); }
H1.HeaderClassName
{
color: #DF92E6;
}
.AnyTagClassName
{
color: #DF92E6;
}
</style>
background-color css
<style>
a { background-color: #DF92E6; }
a { background-color: rgb(223,146,230); }
div.DivClassName
{
background-color: #DF92E6;
}
.BgClassName
{
background-color: #DF92E6;
}
</style>
border-color css
<style>
span { border-color: #DF92E6; }
span { border-color: rgb(223,146,230); }
td.TdClassName
{
border-color: #DF92E6;
}
.TagClassName
{
border-color: #DF92E6;
}
</style>