Shades of Plum #DA91DF
Tints of Plum #DA91DF
RGB
CMYK
RGB Variations
Color information
#DA91DF (or 0xDA91DF) is known color: Plum. HEX triplet: DA, 91 and DF. RGB value is (218,145,223). Sum of RGB (Red+Green+Blue) = 218+145+223=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DF is #256E20. Grayscale: #AFAFAF. Windows color (decimal): -2453025 or 14651866. OLE color: 14651866.
HSL color Cylindrical-coordinate representation of color #DA91DF: hue angle of 296.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA91DF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 145 | 223 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.13 |
| HSL | 296.15º | 0.55% | 0.72% | - |
| HSV(B) | 296.15º | 0.35% | 0.87% | - |
| XYZ | 52.36 | 40.48 | 74.87 | - |
| YUV | 175.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 223 | 0.02 | 0.35 | 0 | 0.13 | 296.15 | 0.55 | 0.72 |
| Hex | DA | 91 | DF | 2 | 23 | 0 | D | 128 | 37 | 48 |
| Octal | 332 | 221 | 337 | 2 | 43 | 0 | 15 | 450 | 67 | 110 |
| Binary | 11011010 | 10010001 | 11011111 | 10 | 100011 | 0 | 1101 | 100101000 | 110111 | 1001000 |
Color Harmonies of #DA91DF
Complementary color
Monochromatic Colors of #DA91DF
Black with #DA91DF
Text Example
Text Example
White with #DA91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91DF; }
p { color: rgb(218,145,223); }
H1.HeaderClassName
{
color: #DA91DF;
}
.AnyTagClassName
{
color: #DA91DF;
}
</style>
background-color css
<style>
a { background-color: #DA91DF; }
a { background-color: rgb(218,145,223); }
div.DivClassName
{
background-color: #DA91DF;
}
.BgClassName
{
background-color: #DA91DF;
}
</style>
border-color css
<style>
span { border-color: #DA91DF; }
span { border-color: rgb(218,145,223); }
td.TdClassName
{
border-color: #DA91DF;
}
.TagClassName
{
border-color: #DA91DF;
}
</style>