Shades of Plum #DAA5E0
Tints of Plum #DAA5E0
RGB
CMYK
RGB Variations
Color information
#DAA5E0 (or 0xDAA5E0) is known color: Plum. HEX triplet: DA, A5 and E0. RGB value is (218,165,224). Sum of RGB (Red+Green+Blue) = 218+165+224=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAA5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5E0 is #255A1F. Grayscale: #BBBBBB. Windows color (decimal): -2447904 or 14722522. OLE color: 14722522.
HSL color Cylindrical-coordinate representation of color #DAA5E0: hue angle of 293.9º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA5E0 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 165 | 224 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.12 |
| HSL | 293.9º | 0.49% | 0.76% | - |
| HSV(B) | 293.9º | 0.26% | 0.88% | - |
| XYZ | 55.82 | 47.2 | 76.69 | - |
| YUV | 187.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 224 | 0.03 | 0.26 | 0 | 0.12 | 293.9 | 0.49 | 0.76 |
| Hex | DA | A5 | E0 | 3 | 1A | 0 | C | 126 | 31 | 4C |
| Octal | 332 | 245 | 340 | 3 | 32 | 0 | 14 | 446 | 61 | 114 |
| Binary | 11011010 | 10100101 | 11100000 | 11 | 11010 | 0 | 1100 | 100100110 | 110001 | 1001100 |
Color Harmonies of #DAA5E0
Complementary color
Monochromatic Colors of #DAA5E0
Black with #DAA5E0
Text Example
Text Example
White with #DAA5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5E0; }
p { color: rgb(218,165,224); }
H1.HeaderClassName
{
color: #DAA5E0;
}
.AnyTagClassName
{
color: #DAA5E0;
}
</style>
background-color css
<style>
a { background-color: #DAA5E0; }
a { background-color: rgb(218,165,224); }
div.DivClassName
{
background-color: #DAA5E0;
}
.BgClassName
{
background-color: #DAA5E0;
}
</style>
border-color css
<style>
span { border-color: #DAA5E0; }
span { border-color: rgb(218,165,224); }
td.TdClassName
{
border-color: #DAA5E0;
}
.TagClassName
{
border-color: #DAA5E0;
}
</style>