Shades of Plum #DA92DC
Tints of Plum #DA92DC
RGB
CMYK
RGB Variations
Color information
#DA92DC (or 0xDA92DC) is known color: Plum. HEX triplet: DA, 92 and DC. RGB value is (218,146,220). Sum of RGB (Red+Green+Blue) = 218+146+220=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92DC is #256D23. Grayscale: #AFAFAF. Windows color (decimal): -2452772 or 14455514. OLE color: 14455514.
HSL color Cylindrical-coordinate representation of color #DA92DC: hue angle of 298.38º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA92DC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 146 | 220 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.14 |
| HSL | 298.38º | 0.51% | 0.72% | - |
| HSV(B) | 298.38º | 0.34% | 0.86% | - |
| XYZ | 52.11 | 40.63 | 72.81 | - |
| YUV | 175.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 220 | 0.01 | 0.34 | 0 | 0.14 | 298.38 | 0.51 | 0.72 |
| Hex | DA | 92 | DC | 1 | 22 | 0 | E | 12A | 33 | 48 |
| Octal | 332 | 222 | 334 | 1 | 42 | 0 | 16 | 452 | 63 | 110 |
| Binary | 11011010 | 10010010 | 11011100 | 1 | 100010 | 0 | 1110 | 100101010 | 110011 | 1001000 |
Color Harmonies of #DA92DC
Complementary color
Monochromatic Colors of #DA92DC
Black with #DA92DC
Text Example
Text Example
White with #DA92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92DC; }
p { color: rgb(218,146,220); }
H1.HeaderClassName
{
color: #DA92DC;
}
.AnyTagClassName
{
color: #DA92DC;
}
</style>
background-color css
<style>
a { background-color: #DA92DC; }
a { background-color: rgb(218,146,220); }
div.DivClassName
{
background-color: #DA92DC;
}
.BgClassName
{
background-color: #DA92DC;
}
</style>
border-color css
<style>
span { border-color: #DA92DC; }
span { border-color: rgb(218,146,220); }
td.TdClassName
{
border-color: #DA92DC;
}
.TagClassName
{
border-color: #DA92DC;
}
</style>