Shades of Plum #DA99DC
Tints of Plum #DA99DC
RGB
CMYK
RGB Variations
Color information
#DA99DC (or 0xDA99DC) is known color: Plum. HEX triplet: DA, 99 and DC. RGB value is (218,153,220). Sum of RGB (Red+Green+Blue) = 218+153+220=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99DC is #256623. Grayscale: #B3B3B3. Windows color (decimal): -2450980 or 14457306. OLE color: 14457306.
HSL color Cylindrical-coordinate representation of color #DA99DC: hue angle of 298.21º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99DC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 153 | 220 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.14 |
| HSL | 298.21º | 0.49% | 0.73% | - |
| HSV(B) | 298.21º | 0.3% | 0.86% | - |
| XYZ | 53.22 | 42.86 | 73.18 | - |
| YUV | 180.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 220 | 0.01 | 0.30 | 0 | 0.14 | 298.21 | 0.49 | 0.73 |
| Hex | DA | 99 | DC | 1 | 1E | 0 | E | 12A | 31 | 49 |
| Octal | 332 | 231 | 334 | 1 | 36 | 0 | 16 | 452 | 61 | 111 |
| Binary | 11011010 | 10011001 | 11011100 | 1 | 11110 | 0 | 1110 | 100101010 | 110001 | 1001001 |
Color Harmonies of #DA99DC
Complementary color
Monochromatic Colors of #DA99DC
Black with #DA99DC
Text Example
Text Example
White with #DA99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99DC; }
p { color: rgb(218,153,220); }
H1.HeaderClassName
{
color: #DA99DC;
}
.AnyTagClassName
{
color: #DA99DC;
}
</style>
background-color css
<style>
a { background-color: #DA99DC; }
a { background-color: rgb(218,153,220); }
div.DivClassName
{
background-color: #DA99DC;
}
.BgClassName
{
background-color: #DA99DC;
}
</style>
border-color css
<style>
span { border-color: #DA99DC; }
span { border-color: rgb(218,153,220); }
td.TdClassName
{
border-color: #DA99DC;
}
.TagClassName
{
border-color: #DA99DC;
}
</style>