Shades of Plum #DA9CDF
Tints of Plum #DA9CDF
RGB
CMYK
RGB Variations
Color information
#DA9CDF (or 0xDA9CDF) is known color: Plum. HEX triplet: DA, 9C and DF. RGB value is (218,156,223). Sum of RGB (Red+Green+Blue) = 218+156+223=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 156 (61.33% from 255 or 26.13% 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 #DA9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CDF is #256320. Grayscale: #B5B5B5. Windows color (decimal): -2450209 or 14654682. OLE color: 14654682.
HSL color Cylindrical-coordinate representation of color #DA9CDF: hue angle of 295.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9CDF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 156 | 223 | - |
CMYK | 0.02 | 0.30 | 0 | 0.13 |
HSL | 295.52º | 0.51% | 0.74% | - |
HSV(B) | 295.52º | 0.3% | 0.87% | - |
XYZ | 54.12 | 44.01 | 75.45 | - |
YUV | 182.18 | 151.04 | 153.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 156 | 223 | 0.02 | 0.30 | 0 | 0.13 | 295.52 | 0.51 | 0.74 |
Hex | DA | 9C | DF | 2 | 1E | 0 | D | 128 | 33 | 4A |
Octal | 332 | 234 | 337 | 2 | 36 | 0 | 15 | 450 | 63 | 112 |
Binary | 11011010 | 10011100 | 11011111 | 10 | 11110 | 0 | 1101 | 100101000 | 110011 | 1001010 |
Color Harmonies of #DA9CDF
Complementary color
Monochromatic Colors of #DA9CDF
Black with #DA9CDF
Text Example
Text Example
White with #DA9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CDF; }
p { color: rgb(218,156,223); }
H1.HeaderClassName
{
color: #DA9CDF;
}
.AnyTagClassName
{
color: #DA9CDF;
}
</style>
background-color css
<style>
a { background-color: #DA9CDF; }
a { background-color: rgb(218,156,223); }
div.DivClassName
{
background-color: #DA9CDF;
}
.BgClassName
{
background-color: #DA9CDF;
}
</style>
border-color css
<style>
span { border-color: #DA9CDF; }
span { border-color: rgb(218,156,223); }
td.TdClassName
{
border-color: #DA9CDF;
}
.TagClassName
{
border-color: #DA9CDF;
}
</style>