Shades of Plum #DC8FDD
Tints of Plum #DC8FDD
RGB
CMYK
RGB Variations
Color information
#DC8FDD (or 0xDC8FDD) is known color: Plum. HEX triplet: DC, 8F and DD. RGB value is (220,143,221). Sum of RGB (Red+Green+Blue) = 220+143+221=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDD is #237022. Grayscale: #AEAEAE. Windows color (decimal): -2322467 or 14520284. OLE color: 14520284.
HSL color Cylindrical-coordinate representation of color #DC8FDD: hue angle of 299.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FDD is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 143 | 221 | - |
CMYK | 0.00 | 0.35 | 0 | 0.13 |
HSL | 299.23º | 0.53% | 0.71% | - |
HSV(B) | 299.23º | 0.35% | 0.87% | - |
XYZ | 52.39 | 40.08 | 73.38 | - |
YUV | 174.92 | 154.01 | 160.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 143 | 221 | 0.00 | 0.35 | 0 | 0.13 | 299.23 | 0.53 | 0.71 |
Hex | DC | 8F | DD | 0 | 23 | 0 | D | 12B | 35 | 47 |
Octal | 334 | 217 | 335 | 0 | 43 | 0 | 15 | 453 | 65 | 107 |
Binary | 11011100 | 10001111 | 11011101 | 0 | 100011 | 0 | 1101 | 100101011 | 110101 | 1000111 |
Color Harmonies of #DC8FDD
Complementary color
Monochromatic Colors of #DC8FDD
Black with #DC8FDD
Text Example
Text Example
White with #DC8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FDD; }
p { color: rgb(220,143,221); }
H1.HeaderClassName
{
color: #DC8FDD;
}
.AnyTagClassName
{
color: #DC8FDD;
}
</style>
background-color css
<style>
a { background-color: #DC8FDD; }
a { background-color: rgb(220,143,221); }
div.DivClassName
{
background-color: #DC8FDD;
}
.BgClassName
{
background-color: #DC8FDD;
}
</style>
border-color css
<style>
span { border-color: #DC8FDD; }
span { border-color: rgb(220,143,221); }
td.TdClassName
{
border-color: #DC8FDD;
}
.TagClassName
{
border-color: #DC8FDD;
}
</style>