Shades of Plum #DC92F0
Tints of Plum #DC92F0
RGB
CMYK
RGB Variations
Color information
#DC92F0 (or 0xDC92F0) is known color: Plum. HEX triplet: DC, 92 and F0. RGB value is (220,146,240). Sum of RGB (Red+Green+Blue) = 220+146+240=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92F0 is #236D0F. Grayscale: #B2B2B2. Windows color (decimal): -2321680 or 15766236. OLE color: 15766236.
HSL color Cylindrical-coordinate representation of color #DC92F0: hue angle of 287.23º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC92F0 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 146 | 240 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.06 |
| HSL | 287.23º | 0.76% | 0.76% | - |
| HSV(B) | 287.23º | 0.39% | 0.94% | - |
| XYZ | 55.52 | 42.06 | 87.63 | - |
| YUV | 178.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 240 | 0.08 | 0.39 | 0 | 0.06 | 287.23 | 0.76 | 0.76 |
| Hex | DC | 92 | F0 | 8 | 27 | 0 | 6 | 11F | 4C | 4C |
| Octal | 334 | 222 | 360 | 10 | 47 | 0 | 6 | 437 | 114 | 114 |
| Binary | 11011100 | 10010010 | 11110000 | 1000 | 100111 | 0 | 110 | 100011111 | 1001100 | 1001100 |
Color Harmonies of #DC92F0
Complementary color
Monochromatic Colors of #DC92F0
Black with #DC92F0
Text Example
Text Example
White with #DC92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92F0; }
p { color: rgb(220,146,240); }
H1.HeaderClassName
{
color: #DC92F0;
}
.AnyTagClassName
{
color: #DC92F0;
}
</style>
background-color css
<style>
a { background-color: #DC92F0; }
a { background-color: rgb(220,146,240); }
div.DivClassName
{
background-color: #DC92F0;
}
.BgClassName
{
background-color: #DC92F0;
}
</style>
border-color css
<style>
span { border-color: #DC92F0; }
span { border-color: rgb(220,146,240); }
td.TdClassName
{
border-color: #DC92F0;
}
.TagClassName
{
border-color: #DC92F0;
}
</style>