Shades of Plum #DAACDA
Tints of Plum #DAACDA
RGB
CMYK
RGB Variations
Color information
#DAACDA (or 0xDAACDA) is known color: Plum. HEX triplet: DA, AC and DA. RGB value is (218,172,218). Sum of RGB (Red+Green+Blue) = 218+172+218=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDA is #255325. Grayscale: #BEBEBE. Windows color (decimal): -2446118 or 14331098. OLE color: 14331098.
HSL color Cylindrical-coordinate representation of color #DAACDA: hue angle of 300º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACDA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 172 | 218 | - |
CMYK | 0 | 0.21 | 0 | 0.15 |
HSL | 300º | 0.38% | 0.76% | - |
HSV(B) | 300º | 0.21% | 0.85% | - |
XYZ | 56.32 | 49.47 | 72.91 | - |
YUV | 191 | 143.24 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 218 | 0 | 0.21 | 0 | 0.15 | 300 | 0.38 | 0.76 |
Hex | DA | AC | DA | 0 | 15 | 0 | F | 12C | 26 | 4C |
Octal | 332 | 254 | 332 | 0 | 25 | 0 | 17 | 454 | 46 | 114 |
Binary | 11011010 | 10101100 | 11011010 | 0 | 10101 | 0 | 1111 | 100101100 | 100110 | 1001100 |
Color Harmonies of #DAACDA
Complementary color
Monochromatic Colors of #DAACDA
Black with #DAACDA
Text Example
Text Example
White with #DAACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACDA; }
p { color: rgb(218,172,218); }
H1.HeaderClassName
{
color: #DAACDA;
}
.AnyTagClassName
{
color: #DAACDA;
}
</style>
background-color css
<style>
a { background-color: #DAACDA; }
a { background-color: rgb(218,172,218); }
div.DivClassName
{
background-color: #DAACDA;
}
.BgClassName
{
background-color: #DAACDA;
}
</style>
border-color css
<style>
span { border-color: #DAACDA; }
span { border-color: rgb(218,172,218); }
td.TdClassName
{
border-color: #DAACDA;
}
.TagClassName
{
border-color: #DAACDA;
}
</style>