Shades of Plum #DF97DF
Tints of Plum #DF97DF
RGB
CMYK
RGB Variations
Color information
#DF97DF (or 0xDF97DF) is known color: Plum. HEX triplet: DF, 97 and DF. RGB value is (223,151,223). Sum of RGB (Red+Green+Blue) = 223+151+223=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DF is #206820. Grayscale: #B4B4B4. Windows color (decimal): -2123809 or 14653407. OLE color: 14653407.
HSL color Cylindrical-coordinate representation of color #DF97DF: hue angle of 300º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF97DF is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 151 | 223 | - |
CMYK | 0 | 0.32 | 0 | 0.13 |
HSL | 300º | 0.53% | 0.73% | - |
HSV(B) | 300º | 0.32% | 0.87% | - |
XYZ | 54.82 | 43.15 | 75.25 | - |
YUV | 180.74 | 151.85 | 158.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 151 | 223 | 0 | 0.32 | 0 | 0.13 | 300 | 0.53 | 0.73 |
Hex | DF | 97 | DF | 0 | 20 | 0 | D | 12C | 35 | 49 |
Octal | 337 | 227 | 337 | 0 | 40 | 0 | 15 | 454 | 65 | 111 |
Binary | 11011111 | 10010111 | 11011111 | 0 | 100000 | 0 | 1101 | 100101100 | 110101 | 1001001 |
Color Harmonies of #DF97DF
Complementary color
Monochromatic Colors of #DF97DF
Black with #DF97DF
Text Example
Text Example
White with #DF97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97DF; }
p { color: rgb(223,151,223); }
H1.HeaderClassName
{
color: #DF97DF;
}
.AnyTagClassName
{
color: #DF97DF;
}
</style>
background-color css
<style>
a { background-color: #DF97DF; }
a { background-color: rgb(223,151,223); }
div.DivClassName
{
background-color: #DF97DF;
}
.BgClassName
{
background-color: #DF97DF;
}
</style>
border-color css
<style>
span { border-color: #DF97DF; }
span { border-color: rgb(223,151,223); }
td.TdClassName
{
border-color: #DF97DF;
}
.TagClassName
{
border-color: #DF97DF;
}
</style>