Shades of Plum #DA90CC
Tints of Plum #DA90CC
RGB
CMYK
RGB Variations
Color information
#DA90CC (or 0xDA90CC) is known color: Plum. HEX triplet: DA, 90 and CC. RGB value is (218,144,204). Sum of RGB (Red+Green+Blue) = 218+144+204=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CC is #256F33. Grayscale: #ACACAC. Windows color (decimal): -2453300 or 13406426. OLE color: 13406426.
HSL color Cylindrical-coordinate representation of color #DA90CC: hue angle of 311.35º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90CC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 204 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.15 |
| HSL | 311.35º | 0.5% | 0.71% | - |
| HSV(B) | 311.35º | 0.34% | 0.85% | - |
| XYZ | 49.79 | 39.21 | 62.07 | - |
| YUV | 172.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 204 | 0 | 0.34 | 0.06 | 0.15 | 311.35 | 0.5 | 0.71 |
| Hex | DA | 90 | CC | 0 | 22 | 6 | F | 137 | 32 | 47 |
| Octal | 332 | 220 | 314 | 0 | 42 | 6 | 17 | 467 | 62 | 107 |
| Binary | 11011010 | 10010000 | 11001100 | 0 | 100010 | 110 | 1111 | 100110111 | 110010 | 1000111 |
Color Harmonies of #DA90CC
Complementary color
Monochromatic Colors of #DA90CC
Black with #DA90CC
Text Example
Text Example
White with #DA90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90CC; }
p { color: rgb(218,144,204); }
H1.HeaderClassName
{
color: #DA90CC;
}
.AnyTagClassName
{
color: #DA90CC;
}
</style>
background-color css
<style>
a { background-color: #DA90CC; }
a { background-color: rgb(218,144,204); }
div.DivClassName
{
background-color: #DA90CC;
}
.BgClassName
{
background-color: #DA90CC;
}
</style>
border-color css
<style>
span { border-color: #DA90CC; }
span { border-color: rgb(218,144,204); }
td.TdClassName
{
border-color: #DA90CC;
}
.TagClassName
{
border-color: #DA90CC;
}
</style>