Shades of Plum #DA94CF
Tints of Plum #DA94CF
RGB
CMYK
RGB Variations
Color information
#DA94CF (or 0xDA94CF) is known color: Plum. HEX triplet: DA, 94 and CF. RGB value is (218,148,207). Sum of RGB (Red+Green+Blue) = 218+148+207=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94CF is #256B30. Grayscale: #AFAFAF. Windows color (decimal): -2452273 or 13604058. OLE color: 13604058.
HSL color Cylindrical-coordinate representation of color #DA94CF: hue angle of 309.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA94CF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 207 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.15 |
| HSL | 309.43º | 0.49% | 0.72% | - |
| HSV(B) | 309.43º | 0.32% | 0.85% | - |
| XYZ | 50.77 | 40.59 | 64.19 | - |
| YUV | 175.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 207 | 0 | 0.32 | 0.05 | 0.15 | 309.43 | 0.49 | 0.72 |
| Hex | DA | 94 | CF | 0 | 20 | 5 | F | 135 | 31 | 48 |
| Octal | 332 | 224 | 317 | 0 | 40 | 5 | 17 | 465 | 61 | 110 |
| Binary | 11011010 | 10010100 | 11001111 | 0 | 100000 | 101 | 1111 | 100110101 | 110001 | 1001000 |
Color Harmonies of #DA94CF
Complementary color
Monochromatic Colors of #DA94CF
Black with #DA94CF
Text Example
Text Example
White with #DA94CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94CF; }
p { color: rgb(218,148,207); }
H1.HeaderClassName
{
color: #DA94CF;
}
.AnyTagClassName
{
color: #DA94CF;
}
</style>
background-color css
<style>
a { background-color: #DA94CF; }
a { background-color: rgb(218,148,207); }
div.DivClassName
{
background-color: #DA94CF;
}
.BgClassName
{
background-color: #DA94CF;
}
</style>
border-color css
<style>
span { border-color: #DA94CF; }
span { border-color: rgb(218,148,207); }
td.TdClassName
{
border-color: #DA94CF;
}
.TagClassName
{
border-color: #DA94CF;
}
</style>