Shades of Plum #DA93D1
Tints of Plum #DA93D1
RGB
CMYK
RGB Variations
Color information
#DA93D1 (or 0xDA93D1) is known color: Plum. HEX triplet: DA, 93 and D1. RGB value is (218,147,209). Sum of RGB (Red+Green+Blue) = 218+147+209=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93D1 is #256C2E. Grayscale: #AFAFAF. Windows color (decimal): -2452527 or 13734874. OLE color: 13734874.
HSL color Cylindrical-coordinate representation of color #DA93D1: hue angle of 307.61º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93D1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 209 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.15 |
| HSL | 307.61º | 0.49% | 0.72% | - |
| HSV(B) | 307.61º | 0.33% | 0.85% | - |
| XYZ | 50.86 | 40.38 | 65.43 | - |
| YUV | 175.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 209 | 0 | 0.33 | 0.04 | 0.15 | 307.61 | 0.49 | 0.72 |
| Hex | DA | 93 | D1 | 0 | 21 | 4 | F | 134 | 31 | 48 |
| Octal | 332 | 223 | 321 | 0 | 41 | 4 | 17 | 464 | 61 | 110 |
| Binary | 11011010 | 10010011 | 11010001 | 0 | 100001 | 100 | 1111 | 100110100 | 110001 | 1001000 |
Color Harmonies of #DA93D1
Complementary color
Monochromatic Colors of #DA93D1
Black with #DA93D1
Text Example
Text Example
White with #DA93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93D1; }
p { color: rgb(218,147,209); }
H1.HeaderClassName
{
color: #DA93D1;
}
.AnyTagClassName
{
color: #DA93D1;
}
</style>
background-color css
<style>
a { background-color: #DA93D1; }
a { background-color: rgb(218,147,209); }
div.DivClassName
{
background-color: #DA93D1;
}
.BgClassName
{
background-color: #DA93D1;
}
</style>
border-color css
<style>
span { border-color: #DA93D1; }
span { border-color: rgb(218,147,209); }
td.TdClassName
{
border-color: #DA93D1;
}
.TagClassName
{
border-color: #DA93D1;
}
</style>