Shades of Plum #DA91CF
Tints of Plum #DA91CF
RGB
CMYK
RGB Variations
Color information
#DA91CF (or 0xDA91CF) is known color: Plum. HEX triplet: DA, 91 and CF. RGB value is (218,145,207). Sum of RGB (Red+Green+Blue) = 218+145+207=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91CF is #256E30. Grayscale: #ADADAD. Windows color (decimal): -2453041 or 13603290. OLE color: 13603290.
HSL color Cylindrical-coordinate representation of color #DA91CF: hue angle of 309.04º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91CF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 207 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.15 |
| HSL | 309.04º | 0.5% | 0.71% | - |
| HSV(B) | 309.04º | 0.33% | 0.85% | - |
| XYZ | 50.3 | 39.66 | 64.04 | - |
| YUV | 173.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 207 | 0 | 0.33 | 0.05 | 0.15 | 309.04 | 0.5 | 0.71 |
| Hex | DA | 91 | CF | 0 | 21 | 5 | F | 135 | 32 | 47 |
| Octal | 332 | 221 | 317 | 0 | 41 | 5 | 17 | 465 | 62 | 107 |
| Binary | 11011010 | 10010001 | 11001111 | 0 | 100001 | 101 | 1111 | 100110101 | 110010 | 1000111 |
Color Harmonies of #DA91CF
Complementary color
Monochromatic Colors of #DA91CF
Black with #DA91CF
Text Example
Text Example
White with #DA91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91CF; }
p { color: rgb(218,145,207); }
H1.HeaderClassName
{
color: #DA91CF;
}
.AnyTagClassName
{
color: #DA91CF;
}
</style>
background-color css
<style>
a { background-color: #DA91CF; }
a { background-color: rgb(218,145,207); }
div.DivClassName
{
background-color: #DA91CF;
}
.BgClassName
{
background-color: #DA91CF;
}
</style>
border-color css
<style>
span { border-color: #DA91CF; }
span { border-color: rgb(218,145,207); }
td.TdClassName
{
border-color: #DA91CF;
}
.TagClassName
{
border-color: #DA91CF;
}
</style>