Shades of Plum #DA8FE0
Tints of Plum #DA8FE0
RGB
CMYK
RGB Variations
Color information
#DA8FE0 (or 0xDA8FE0) is known color: Plum. HEX triplet: DA, 8F and E0. RGB value is (218,143,224). Sum of RGB (Red+Green+Blue) = 218+143+224=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FE0 is #25701F. Grayscale: #AEAEAE. Windows color (decimal): -2453536 or 14716890. OLE color: 14716890.
HSL color Cylindrical-coordinate representation of color #DA8FE0: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8FE0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 143 | 224 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.12 |
| HSL | 295.56º | 0.57% | 0.72% | - |
| HSV(B) | 295.56º | 0.36% | 0.88% | - |
| XYZ | 52.19 | 39.93 | 75.48 | - |
| YUV | 174.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 224 | 0.03 | 0.36 | 0 | 0.12 | 295.56 | 0.57 | 0.72 |
| Hex | DA | 8F | E0 | 3 | 24 | 0 | C | 128 | 39 | 48 |
| Octal | 332 | 217 | 340 | 3 | 44 | 0 | 14 | 450 | 71 | 110 |
| Binary | 11011010 | 10001111 | 11100000 | 11 | 100100 | 0 | 1100 | 100101000 | 111001 | 1001000 |
Color Harmonies of #DA8FE0
Complementary color
Monochromatic Colors of #DA8FE0
Black with #DA8FE0
Text Example
Text Example
White with #DA8FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FE0; }
p { color: rgb(218,143,224); }
H1.HeaderClassName
{
color: #DA8FE0;
}
.AnyTagClassName
{
color: #DA8FE0;
}
</style>
background-color css
<style>
a { background-color: #DA8FE0; }
a { background-color: rgb(218,143,224); }
div.DivClassName
{
background-color: #DA8FE0;
}
.BgClassName
{
background-color: #DA8FE0;
}
</style>
border-color css
<style>
span { border-color: #DA8FE0; }
span { border-color: rgb(218,143,224); }
td.TdClassName
{
border-color: #DA8FE0;
}
.TagClassName
{
border-color: #DA8FE0;
}
</style>