Shades of Plum #DA99CC
Tints of Plum #DA99CC
RGB
CMYK
RGB Variations
Color information
#DA99CC (or 0xDA99CC) is known color: Plum. HEX triplet: DA, 99 and CC. RGB value is (218,153,204). Sum of RGB (Red+Green+Blue) = 218+153+204=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99CC is #256633. Grayscale: #B2B2B2. Windows color (decimal): -2450996 or 13408730. OLE color: 13408730.
HSL color Cylindrical-coordinate representation of color #DA99CC: hue angle of 312.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99CC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 204 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 312.92º | 0.47% | 0.73% | - |
| HSV(B) | 312.92º | 0.3% | 0.85% | - |
| XYZ | 51.2 | 42.05 | 62.54 | - |
| YUV | 178.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 204 | 0 | 0.30 | 0.06 | 0.15 | 312.92 | 0.47 | 0.73 |
| Hex | DA | 99 | CC | 0 | 1E | 6 | F | 139 | 2F | 49 |
| Octal | 332 | 231 | 314 | 0 | 36 | 6 | 17 | 471 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11001100 | 0 | 11110 | 110 | 1111 | 100111001 | 101111 | 1001001 |
Color Harmonies of #DA99CC
Complementary color
Monochromatic Colors of #DA99CC
Black with #DA99CC
Text Example
Text Example
White with #DA99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99CC; }
p { color: rgb(218,153,204); }
H1.HeaderClassName
{
color: #DA99CC;
}
.AnyTagClassName
{
color: #DA99CC;
}
</style>
background-color css
<style>
a { background-color: #DA99CC; }
a { background-color: rgb(218,153,204); }
div.DivClassName
{
background-color: #DA99CC;
}
.BgClassName
{
background-color: #DA99CC;
}
</style>
border-color css
<style>
span { border-color: #DA99CC; }
span { border-color: rgb(218,153,204); }
td.TdClassName
{
border-color: #DA99CC;
}
.TagClassName
{
border-color: #DA99CC;
}
</style>