Shades of Plum #DA88DF
Tints of Plum #DA88DF
RGB
CMYK
RGB Variations
Color information
#DA88DF (or 0xDA88DF) is known color: Plum. HEX triplet: DA, 88 and DF. RGB value is (218,136,223). Sum of RGB (Red+Green+Blue) = 218+136+223=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88DF is #257720. Grayscale: #AAAAAA. Windows color (decimal): -2455329 or 14649562. OLE color: 14649562.
HSL color Cylindrical-coordinate representation of color #DA88DF: hue angle of 296.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA88DF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 136 | 223 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.13 |
| HSL | 296.55º | 0.58% | 0.7% | - |
| HSV(B) | 296.55º | 0.39% | 0.87% | - |
| XYZ | 51.04 | 37.84 | 74.43 | - |
| YUV | 170.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 223 | 0.02 | 0.39 | 0 | 0.13 | 296.55 | 0.58 | 0.7 |
| Hex | DA | 88 | DF | 2 | 27 | 0 | D | 129 | 3A | 46 |
| Octal | 332 | 210 | 337 | 2 | 47 | 0 | 15 | 451 | 72 | 106 |
| Binary | 11011010 | 10001000 | 11011111 | 10 | 100111 | 0 | 1101 | 100101001 | 111010 | 1000110 |
Color Harmonies of #DA88DF
Complementary color
Monochromatic Colors of #DA88DF
Black with #DA88DF
Text Example
Text Example
White with #DA88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88DF; }
p { color: rgb(218,136,223); }
H1.HeaderClassName
{
color: #DA88DF;
}
.AnyTagClassName
{
color: #DA88DF;
}
</style>
background-color css
<style>
a { background-color: #DA88DF; }
a { background-color: rgb(218,136,223); }
div.DivClassName
{
background-color: #DA88DF;
}
.BgClassName
{
background-color: #DA88DF;
}
</style>
border-color css
<style>
span { border-color: #DA88DF; }
span { border-color: rgb(218,136,223); }
td.TdClassName
{
border-color: #DA88DF;
}
.TagClassName
{
border-color: #DA88DF;
}
</style>