Shades of Plum #DA90CA
Tints of Plum #DA90CA
RGB
CMYK
RGB Variations
Color information
#DA90CA (or 0xDA90CA) is known color: Plum. HEX triplet: DA, 90 and CA. RGB value is (218,144,202). Sum of RGB (Red+Green+Blue) = 218+144+202=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CA is #256F35. Grayscale: #ACACAC. Windows color (decimal): -2453302 or 13275354. OLE color: 13275354.
HSL color Cylindrical-coordinate representation of color #DA90CA: hue angle of 312.97º 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 #DA90CA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 202 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.15 |
| HSL | 312.97º | 0.5% | 0.71% | - |
| HSV(B) | 312.97º | 0.34% | 0.85% | - |
| XYZ | 49.55 | 39.12 | 60.82 | - |
| YUV | 172.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 202 | 0 | 0.34 | 0.07 | 0.15 | 312.97 | 0.5 | 0.71 |
| Hex | DA | 90 | CA | 0 | 22 | 7 | F | 139 | 32 | 47 |
| Octal | 332 | 220 | 312 | 0 | 42 | 7 | 17 | 471 | 62 | 107 |
| Binary | 11011010 | 10010000 | 11001010 | 0 | 100010 | 111 | 1111 | 100111001 | 110010 | 1000111 |
Color Harmonies of #DA90CA
Complementary color
Monochromatic Colors of #DA90CA
Black with #DA90CA
Text Example
Text Example
White with #DA90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90CA; }
p { color: rgb(218,144,202); }
H1.HeaderClassName
{
color: #DA90CA;
}
.AnyTagClassName
{
color: #DA90CA;
}
</style>
background-color css
<style>
a { background-color: #DA90CA; }
a { background-color: rgb(218,144,202); }
div.DivClassName
{
background-color: #DA90CA;
}
.BgClassName
{
background-color: #DA90CA;
}
</style>
border-color css
<style>
span { border-color: #DA90CA; }
span { border-color: rgb(218,144,202); }
td.TdClassName
{
border-color: #DA90CA;
}
.TagClassName
{
border-color: #DA90CA;
}
</style>