Shades of Plum #DF9AE5
Tints of Plum #DF9AE5
RGB
CMYK
RGB Variations
Color information
#DF9AE5 (or 0xDF9AE5) is known color: Plum. HEX triplet: DF, 9A and E5. RGB value is (223,154,229). Sum of RGB (Red+Green+Blue) = 223+154+229=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF9AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AE5 is #20651A. Grayscale: #B6B6B6. Windows color (decimal): -2123035 or 15047391. OLE color: 15047391.
HSL color Cylindrical-coordinate representation of color #DF9AE5: hue angle of 295.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9AE5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 154 | 229 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.10 |
| HSL | 295.2º | 0.59% | 0.75% | - |
| HSV(B) | 295.2º | 0.33% | 0.9% | - |
| XYZ | 56.13 | 44.46 | 79.75 | - |
| YUV | 183.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 229 | 0.03 | 0.33 | 0 | 0.10 | 295.2 | 0.59 | 0.75 |
| Hex | DF | 9A | E5 | 3 | 21 | 0 | A | 127 | 3B | 4B |
| Octal | 337 | 232 | 345 | 3 | 41 | 0 | 12 | 447 | 73 | 113 |
| Binary | 11011111 | 10011010 | 11100101 | 11 | 100001 | 0 | 1010 | 100100111 | 111011 | 1001011 |
Color Harmonies of #DF9AE5
Complementary color
Monochromatic Colors of #DF9AE5
Black with #DF9AE5
Text Example
Text Example
White with #DF9AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AE5; }
p { color: rgb(223,154,229); }
H1.HeaderClassName
{
color: #DF9AE5;
}
.AnyTagClassName
{
color: #DF9AE5;
}
</style>
background-color css
<style>
a { background-color: #DF9AE5; }
a { background-color: rgb(223,154,229); }
div.DivClassName
{
background-color: #DF9AE5;
}
.BgClassName
{
background-color: #DF9AE5;
}
</style>
border-color css
<style>
span { border-color: #DF9AE5; }
span { border-color: rgb(223,154,229); }
td.TdClassName
{
border-color: #DF9AE5;
}
.TagClassName
{
border-color: #DF9AE5;
}
</style>