Shades of Plum #D5ACDA
Tints of Plum #D5ACDA
RGB
CMYK
RGB Variations
Color information
#D5ACDA (or 0xD5ACDA) is known color: Plum. HEX triplet: D5, AC and DA. RGB value is (213,172,218). Sum of RGB (Red+Green+Blue) = 213+172+218=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDA is #2A5325. Grayscale: #BDBDBD. Windows color (decimal): -2773798 or 14331093. OLE color: 14331093.
HSL color Cylindrical-coordinate representation of color #D5ACDA: hue angle of 293.48º 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 #D5ACDA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 172 | 218 | - |
CMYK | 0.02 | 0.21 | 0 | 0.15 |
HSL | 293.48º | 0.38% | 0.76% | - |
HSV(B) | 293.48º | 0.21% | 0.85% | - |
XYZ | 54.85 | 48.71 | 72.84 | - |
YUV | 189.5 | 144.08 | 144.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 172 | 218 | 0.02 | 0.21 | 0 | 0.15 | 293.48 | 0.38 | 0.76 |
Hex | D5 | AC | DA | 2 | 15 | 0 | F | 125 | 26 | 4C |
Octal | 325 | 254 | 332 | 2 | 25 | 0 | 17 | 445 | 46 | 114 |
Binary | 11010101 | 10101100 | 11011010 | 10 | 10101 | 0 | 1111 | 100100101 | 100110 | 1001100 |
Color Harmonies of #D5ACDA
Complementary color
Monochromatic Colors of #D5ACDA
Black with #D5ACDA
Text Example
Text Example
White with #D5ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACDA; }
p { color: rgb(213,172,218); }
H1.HeaderClassName
{
color: #D5ACDA;
}
.AnyTagClassName
{
color: #D5ACDA;
}
</style>
background-color css
<style>
a { background-color: #D5ACDA; }
a { background-color: rgb(213,172,218); }
div.DivClassName
{
background-color: #D5ACDA;
}
.BgClassName
{
background-color: #D5ACDA;
}
</style>
border-color css
<style>
span { border-color: #D5ACDA; }
span { border-color: rgb(213,172,218); }
td.TdClassName
{
border-color: #D5ACDA;
}
.TagClassName
{
border-color: #D5ACDA;
}
</style>