Shades of Plum #DD97DF
Tints of Plum #DD97DF
RGB
CMYK
RGB Variations
Color information
#DD97DF (or 0xDD97DF) is known color: Plum. HEX triplet: DD, 97 and DF. RGB value is (221,151,223). Sum of RGB (Red+Green+Blue) = 221+151+223=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DF is #226820. Grayscale: #B3B3B3. Windows color (decimal): -2254881 or 14653405. OLE color: 14653405.
HSL color Cylindrical-coordinate representation of color #DD97DF: hue angle of 298.33º 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 #DD97DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 223 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.13 |
| HSL | 298.33º | 0.53% | 0.73% | - |
| HSV(B) | 298.33º | 0.32% | 0.87% | - |
| XYZ | 54.2 | 42.83 | 75.22 | - |
| YUV | 180.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 223 | 0.01 | 0.32 | 0 | 0.13 | 298.33 | 0.53 | 0.73 |
| Hex | DD | 97 | DF | 1 | 20 | 0 | D | 12A | 35 | 49 |
| Octal | 335 | 227 | 337 | 1 | 40 | 0 | 15 | 452 | 65 | 111 |
| Binary | 11011101 | 10010111 | 11011111 | 1 | 100000 | 0 | 1101 | 100101010 | 110101 | 1001001 |
Color Harmonies of #DD97DF
Complementary color
Monochromatic Colors of #DD97DF
Black with #DD97DF
Text Example
Text Example
White with #DD97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97DF; }
p { color: rgb(221,151,223); }
H1.HeaderClassName
{
color: #DD97DF;
}
.AnyTagClassName
{
color: #DD97DF;
}
</style>
background-color css
<style>
a { background-color: #DD97DF; }
a { background-color: rgb(221,151,223); }
div.DivClassName
{
background-color: #DD97DF;
}
.BgClassName
{
background-color: #DD97DF;
}
</style>
border-color css
<style>
span { border-color: #DD97DF; }
span { border-color: rgb(221,151,223); }
td.TdClassName
{
border-color: #DD97DF;
}
.TagClassName
{
border-color: #DD97DF;
}
</style>