Shades of Plum #DA8FDF
Tints of Plum #DA8FDF
RGB
CMYK
RGB Variations
Color information
#DA8FDF (or 0xDA8FDF) is known color: Plum. HEX triplet: DA, 8F and DF. RGB value is (218,143,223). Sum of RGB (Red+Green+Blue) = 218+143+223=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDF is #257020. Grayscale: #AEAEAE. Windows color (decimal): -2453537 or 14651354. OLE color: 14651354.
HSL color Cylindrical-coordinate representation of color #DA8FDF: hue angle of 296.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8FDF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 143 | 223 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.13 |
| HSL | 296.25º | 0.56% | 0.72% | - |
| HSV(B) | 296.25º | 0.36% | 0.87% | - |
| XYZ | 52.06 | 39.88 | 74.77 | - |
| YUV | 174.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 223 | 0.02 | 0.36 | 0 | 0.13 | 296.25 | 0.56 | 0.72 |
| Hex | DA | 8F | DF | 2 | 24 | 0 | D | 128 | 38 | 48 |
| Octal | 332 | 217 | 337 | 2 | 44 | 0 | 15 | 450 | 70 | 110 |
| Binary | 11011010 | 10001111 | 11011111 | 10 | 100100 | 0 | 1101 | 100101000 | 111000 | 1001000 |
Color Harmonies of #DA8FDF
Complementary color
Monochromatic Colors of #DA8FDF
Black with #DA8FDF
Text Example
Text Example
White with #DA8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FDF; }
p { color: rgb(218,143,223); }
H1.HeaderClassName
{
color: #DA8FDF;
}
.AnyTagClassName
{
color: #DA8FDF;
}
</style>
background-color css
<style>
a { background-color: #DA8FDF; }
a { background-color: rgb(218,143,223); }
div.DivClassName
{
background-color: #DA8FDF;
}
.BgClassName
{
background-color: #DA8FDF;
}
</style>
border-color css
<style>
span { border-color: #DA8FDF; }
span { border-color: rgb(218,143,223); }
td.TdClassName
{
border-color: #DA8FDF;
}
.TagClassName
{
border-color: #DA8FDF;
}
</style>