Shades of Plum #DC9ADF
Tints of Plum #DC9ADF
RGB
CMYK
RGB Variations
Color information
#DC9ADF (or 0xDC9ADF) is known color: Plum. HEX triplet: DC, 9A and DF. RGB value is (220,154,223). Sum of RGB (Red+Green+Blue) = 220+154+223=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADF is #236520. Grayscale: #B5B5B5. Windows color (decimal): -2319649 or 14654172. OLE color: 14654172.
HSL color Cylindrical-coordinate representation of color #DC9ADF: hue angle of 297.39º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9ADF is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 154 | 223 | - |
CMYK | 0.01 | 0.31 | 0 | 0.13 |
HSL | 297.39º | 0.52% | 0.74% | - |
HSV(B) | 297.39º | 0.31% | 0.87% | - |
XYZ | 54.39 | 43.65 | 75.37 | - |
YUV | 181.6 | 151.37 | 155.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 154 | 223 | 0.01 | 0.31 | 0 | 0.13 | 297.39 | 0.52 | 0.74 |
Hex | DC | 9A | DF | 1 | 1F | 0 | D | 129 | 34 | 4A |
Octal | 334 | 232 | 337 | 1 | 37 | 0 | 15 | 451 | 64 | 112 |
Binary | 11011100 | 10011010 | 11011111 | 1 | 11111 | 0 | 1101 | 100101001 | 110100 | 1001010 |
Color Harmonies of #DC9ADF
Complementary color
Monochromatic Colors of #DC9ADF
Black with #DC9ADF
Text Example
Text Example
White with #DC9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ADF; }
p { color: rgb(220,154,223); }
H1.HeaderClassName
{
color: #DC9ADF;
}
.AnyTagClassName
{
color: #DC9ADF;
}
</style>
background-color css
<style>
a { background-color: #DC9ADF; }
a { background-color: rgb(220,154,223); }
div.DivClassName
{
background-color: #DC9ADF;
}
.BgClassName
{
background-color: #DC9ADF;
}
</style>
border-color css
<style>
span { border-color: #DC9ADF; }
span { border-color: rgb(220,154,223); }
td.TdClassName
{
border-color: #DC9ADF;
}
.TagClassName
{
border-color: #DC9ADF;
}
</style>