Shades of Plum #DF9ADC
Tints of Plum #DF9ADC
RGB
CMYK
RGB Variations
Color information
#DF9ADC (or 0xDF9ADC) is known color: Plum. HEX triplet: DF, 9A and DC. RGB value is (223,154,220). Sum of RGB (Red+Green+Blue) = 223+154+220=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ADC is #206523. Grayscale: #B5B5B5. Windows color (decimal): -2123044 or 14457567. OLE color: 14457567.
HSL color Cylindrical-coordinate representation of color #DF9ADC: hue angle of 302.61º 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 #DF9ADC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 154 | 220 | - |
CMYK | 0 | 0.31 | 0.01 | 0.13 |
HSL | 302.61º | 0.52% | 0.74% | - |
HSV(B) | 302.61º | 0.31% | 0.87% | - |
XYZ | 54.91 | 43.97 | 73.3 | - |
YUV | 182.16 | 149.36 | 157.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 154 | 220 | 0 | 0.31 | 0.01 | 0.13 | 302.61 | 0.52 | 0.74 |
Hex | DF | 9A | DC | 0 | 1F | 1 | D | 12F | 34 | 4A |
Octal | 337 | 232 | 334 | 0 | 37 | 1 | 15 | 457 | 64 | 112 |
Binary | 11011111 | 10011010 | 11011100 | 0 | 11111 | 1 | 1101 | 100101111 | 110100 | 1001010 |
Color Harmonies of #DF9ADC
Complementary color
Monochromatic Colors of #DF9ADC
Black with #DF9ADC
Text Example
Text Example
White with #DF9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ADC; }
p { color: rgb(223,154,220); }
H1.HeaderClassName
{
color: #DF9ADC;
}
.AnyTagClassName
{
color: #DF9ADC;
}
</style>
background-color css
<style>
a { background-color: #DF9ADC; }
a { background-color: rgb(223,154,220); }
div.DivClassName
{
background-color: #DF9ADC;
}
.BgClassName
{
background-color: #DF9ADC;
}
</style>
border-color css
<style>
span { border-color: #DF9ADC; }
span { border-color: rgb(223,154,220); }
td.TdClassName
{
border-color: #DF9ADC;
}
.TagClassName
{
border-color: #DF9ADC;
}
</style>