Shades of Plum #DD97DD
Tints of Plum #DD97DD
RGB
CMYK
RGB Variations
Color information
#DD97DD (or 0xDD97DD) is known color: Plum. HEX triplet: DD, 97 and DD. RGB value is (221,151,221). Sum of RGB (Red+Green+Blue) = 221+151+221=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DD is #226822. Grayscale: #B3B3B3. Windows color (decimal): -2254883 or 14522333. OLE color: 14522333.
HSL color Cylindrical-coordinate representation of color #DD97DD: hue angle of 300º 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 #DD97DD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 151 | 221 | - |
CMYK | 0 | 0.32 | 0 | 0.13 |
HSL | 300º | 0.51% | 0.73% | - |
HSV(B) | 300º | 0.32% | 0.87% | - |
XYZ | 53.94 | 42.73 | 73.81 | - |
YUV | 179.91 | 151.19 | 157.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 151 | 221 | 0 | 0.32 | 0 | 0.13 | 300 | 0.51 | 0.73 |
Hex | DD | 97 | DD | 0 | 20 | 0 | D | 12C | 33 | 49 |
Octal | 335 | 227 | 335 | 0 | 40 | 0 | 15 | 454 | 63 | 111 |
Binary | 11011101 | 10010111 | 11011101 | 0 | 100000 | 0 | 1101 | 100101100 | 110011 | 1001001 |
Color Harmonies of #DD97DD
Complementary color
Monochromatic Colors of #DD97DD
Black with #DD97DD
Text Example
Text Example
White with #DD97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97DD; }
p { color: rgb(221,151,221); }
H1.HeaderClassName
{
color: #DD97DD;
}
.AnyTagClassName
{
color: #DD97DD;
}
</style>
background-color css
<style>
a { background-color: #DD97DD; }
a { background-color: rgb(221,151,221); }
div.DivClassName
{
background-color: #DD97DD;
}
.BgClassName
{
background-color: #DD97DD;
}
</style>
border-color css
<style>
span { border-color: #DD97DD; }
span { border-color: rgb(221,151,221); }
td.TdClassName
{
border-color: #DD97DD;
}
.TagClassName
{
border-color: #DD97DD;
}
</style>