Shades of Plum #DC92EF
Tints of Plum #DC92EF
RGB
CMYK
RGB Variations
Color information
#DC92EF (or 0xDC92EF) is known color: Plum. HEX triplet: DC, 92 and EF. RGB value is (220,146,239). Sum of RGB (Red+Green+Blue) = 220+146+239=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC92EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92EF is #236D10. Grayscale: #B2B2B2. Windows color (decimal): -2321681 or 15700700. OLE color: 15700700.
HSL color Cylindrical-coordinate representation of color #DC92EF: hue angle of 287.74º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC92EF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 146 | 239 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.06 |
| HSL | 287.74º | 0.74% | 0.75% | - |
| HSV(B) | 287.74º | 0.39% | 0.94% | - |
| XYZ | 55.37 | 42.01 | 86.85 | - |
| YUV | 178.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 239 | 0.08 | 0.39 | 0 | 0.06 | 287.74 | 0.74 | 0.75 |
| Hex | DC | 92 | EF | 8 | 27 | 0 | 6 | 120 | 4A | 4B |
| Octal | 334 | 222 | 357 | 10 | 47 | 0 | 6 | 440 | 112 | 113 |
| Binary | 11011100 | 10010010 | 11101111 | 1000 | 100111 | 0 | 110 | 100100000 | 1001010 | 1001011 |
Color Harmonies of #DC92EF
Complementary color
Monochromatic Colors of #DC92EF
Black with #DC92EF
Text Example
Text Example
White with #DC92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92EF; }
p { color: rgb(220,146,239); }
H1.HeaderClassName
{
color: #DC92EF;
}
.AnyTagClassName
{
color: #DC92EF;
}
</style>
background-color css
<style>
a { background-color: #DC92EF; }
a { background-color: rgb(220,146,239); }
div.DivClassName
{
background-color: #DC92EF;
}
.BgClassName
{
background-color: #DC92EF;
}
</style>
border-color css
<style>
span { border-color: #DC92EF; }
span { border-color: rgb(220,146,239); }
td.TdClassName
{
border-color: #DC92EF;
}
.TagClassName
{
border-color: #DC92EF;
}
</style>