Shades of Plum #DD97DC
Tints of Plum #DD97DC
RGB
CMYK
RGB Variations
Color information
#DD97DC (or 0xDD97DC) is known color: Plum. HEX triplet: DD, 97 and DC. RGB value is (221,151,220). Sum of RGB (Red+Green+Blue) = 221+151+220=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DC is #226823. Grayscale: #B3B3B3. Windows color (decimal): -2254884 or 14456797. OLE color: 14456797.
HSL color Cylindrical-coordinate representation of color #DD97DC: hue angle of 300.86º degrees, saturation: 0.51, 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 #DD97DC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 151 | 220 | - |
CMYK | 0 | 0.32 | 0.00 | 0.13 |
HSL | 300.86º | 0.51% | 0.73% | - |
HSV(B) | 300.86º | 0.32% | 0.87% | - |
XYZ | 53.8 | 42.67 | 73.11 | - |
YUV | 179.8 | 150.69 | 157.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 151 | 220 | 0 | 0.32 | 0.00 | 0.13 | 300.86 | 0.51 | 0.73 |
Hex | DD | 97 | DC | 0 | 20 | 0 | D | 12D | 33 | 49 |
Octal | 335 | 227 | 334 | 0 | 40 | 0 | 15 | 455 | 63 | 111 |
Binary | 11011101 | 10010111 | 11011100 | 0 | 100000 | 0 | 1101 | 100101101 | 110011 | 1001001 |
Color Harmonies of #DD97DC
Complementary color
Monochromatic Colors of #DD97DC
Black with #DD97DC
Text Example
Text Example
White with #DD97DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97DC; }
p { color: rgb(221,151,220); }
H1.HeaderClassName
{
color: #DD97DC;
}
.AnyTagClassName
{
color: #DD97DC;
}
</style>
background-color css
<style>
a { background-color: #DD97DC; }
a { background-color: rgb(221,151,220); }
div.DivClassName
{
background-color: #DD97DC;
}
.BgClassName
{
background-color: #DD97DC;
}
</style>
border-color css
<style>
span { border-color: #DD97DC; }
span { border-color: rgb(221,151,220); }
td.TdClassName
{
border-color: #DD97DC;
}
.TagClassName
{
border-color: #DD97DC;
}
</style>