Shades of Plum #D7ACDB
Tints of Plum #D7ACDB
RGB
CMYK
RGB Variations
Color information
#D7ACDB (or 0xD7ACDB) is known color: Plum. HEX triplet: D7, AC and DB. RGB value is (215,172,219). Sum of RGB (Red+Green+Blue) = 215+172+219=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACDB is #285324. Grayscale: #BEBEBE. Windows color (decimal): -2642725 or 14396631. OLE color: 14396631.
HSL color Cylindrical-coordinate representation of color #D7ACDB: hue angle of 294.89º degrees, saturation: 0.39, 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 #D7ACDB is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 172 | 219 | - |
CMYK | 0.02 | 0.21 | 0 | 0.14 |
HSL | 294.89º | 0.39% | 0.77% | - |
HSV(B) | 294.89º | 0.21% | 0.86% | - |
XYZ | 55.56 | 49.07 | 73.56 | - |
YUV | 190.22 | 144.25 | 145.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 172 | 219 | 0.02 | 0.21 | 0 | 0.14 | 294.89 | 0.39 | 0.77 |
Hex | D7 | AC | DB | 2 | 15 | 0 | E | 127 | 27 | 4D |
Octal | 327 | 254 | 333 | 2 | 25 | 0 | 16 | 447 | 47 | 115 |
Binary | 11010111 | 10101100 | 11011011 | 10 | 10101 | 0 | 1110 | 100100111 | 100111 | 1001101 |
Color Harmonies of #D7ACDB
Complementary color
Monochromatic Colors of #D7ACDB
Black with #D7ACDB
Text Example
Text Example
White with #D7ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ACDB; }
p { color: rgb(215,172,219); }
H1.HeaderClassName
{
color: #D7ACDB;
}
.AnyTagClassName
{
color: #D7ACDB;
}
</style>
background-color css
<style>
a { background-color: #D7ACDB; }
a { background-color: rgb(215,172,219); }
div.DivClassName
{
background-color: #D7ACDB;
}
.BgClassName
{
background-color: #D7ACDB;
}
</style>
border-color css
<style>
span { border-color: #D7ACDB; }
span { border-color: rgb(215,172,219); }
td.TdClassName
{
border-color: #D7ACDB;
}
.TagClassName
{
border-color: #D7ACDB;
}
</style>