Shades of Plum #D5ADDC
Tints of Plum #D5ADDC
RGB
CMYK
RGB Variations
Color information
#D5ADDC (or 0xD5ADDC) is known color: Plum. HEX triplet: D5, AD and DC. RGB value is (213,173,220). Sum of RGB (Red+Green+Blue) = 213+173+220=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDC is #2A5223. Grayscale: #BEBEBE. Windows color (decimal): -2773540 or 14462421. OLE color: 14462421.
HSL color Cylindrical-coordinate representation of color #D5ADDC: hue angle of 291.06º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5ADDC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 173 | 220 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.14 |
| HSL | 291.06º | 0.4% | 0.77% | - |
| HSV(B) | 291.06º | 0.21% | 0.86% | - |
| XYZ | 55.3 | 49.2 | 74.29 | - |
| YUV | 190.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 220 | 0.03 | 0.21 | 0 | 0.14 | 291.06 | 0.4 | 0.77 |
| Hex | D5 | AD | DC | 3 | 15 | 0 | E | 123 | 28 | 4D |
| Octal | 325 | 255 | 334 | 3 | 25 | 0 | 16 | 443 | 50 | 115 |
| Binary | 11010101 | 10101101 | 11011100 | 11 | 10101 | 0 | 1110 | 100100011 | 101000 | 1001101 |
Color Harmonies of #D5ADDC
Complementary color
Monochromatic Colors of #D5ADDC
Black with #D5ADDC
Text Example
Text Example
White with #D5ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADDC; }
p { color: rgb(213,173,220); }
H1.HeaderClassName
{
color: #D5ADDC;
}
.AnyTagClassName
{
color: #D5ADDC;
}
</style>
background-color css
<style>
a { background-color: #D5ADDC; }
a { background-color: rgb(213,173,220); }
div.DivClassName
{
background-color: #D5ADDC;
}
.BgClassName
{
background-color: #D5ADDC;
}
</style>
border-color css
<style>
span { border-color: #D5ADDC; }
span { border-color: rgb(213,173,220); }
td.TdClassName
{
border-color: #D5ADDC;
}
.TagClassName
{
border-color: #D5ADDC;
}
</style>