Shades of Plum #DA99DF
Tints of Plum #DA99DF
RGB
CMYK
RGB Variations
Color information
#DA99DF (or 0xDA99DF) is known color: Plum. HEX triplet: DA, 99 and DF. RGB value is (218,153,223). Sum of RGB (Red+Green+Blue) = 218+153+223=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99DF is #256620. Grayscale: #B4B4B4. Windows color (decimal): -2450977 or 14653914. OLE color: 14653914.
HSL color Cylindrical-coordinate representation of color #DA99DF: hue angle of 295.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA99DF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 153 | 223 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.13 |
| HSL | 295.71º | 0.52% | 0.74% | - |
| HSV(B) | 295.71º | 0.31% | 0.87% | - |
| XYZ | 53.62 | 43.02 | 75.29 | - |
| YUV | 180.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 223 | 0.02 | 0.31 | 0 | 0.13 | 295.71 | 0.52 | 0.74 |
| Hex | DA | 99 | DF | 2 | 1F | 0 | D | 128 | 34 | 4A |
| Octal | 332 | 231 | 337 | 2 | 37 | 0 | 15 | 450 | 64 | 112 |
| Binary | 11011010 | 10011001 | 11011111 | 10 | 11111 | 0 | 1101 | 100101000 | 110100 | 1001010 |
Color Harmonies of #DA99DF
Complementary color
Monochromatic Colors of #DA99DF
Black with #DA99DF
Text Example
Text Example
White with #DA99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99DF; }
p { color: rgb(218,153,223); }
H1.HeaderClassName
{
color: #DA99DF;
}
.AnyTagClassName
{
color: #DA99DF;
}
</style>
background-color css
<style>
a { background-color: #DA99DF; }
a { background-color: rgb(218,153,223); }
div.DivClassName
{
background-color: #DA99DF;
}
.BgClassName
{
background-color: #DA99DF;
}
</style>
border-color css
<style>
span { border-color: #DA99DF; }
span { border-color: rgb(218,153,223); }
td.TdClassName
{
border-color: #DA99DF;
}
.TagClassName
{
border-color: #DA99DF;
}
</style>