Shades of Plum #DD97DB
Tints of Plum #DD97DB
RGB
CMYK
RGB Variations
Color information
#DD97DB (or 0xDD97DB) is known color: Plum. HEX triplet: DD, 97 and DB. RGB value is (221,151,219). Sum of RGB (Red+Green+Blue) = 221+151+219=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DB is #226824. Grayscale: #B3B3B3. Windows color (decimal): -2254885 or 14391261. OLE color: 14391261.
HSL color Cylindrical-coordinate representation of color #DD97DB: hue angle of 301.71º 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 #DD97DB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 151 | 219 | - |
CMYK | 0 | 0.32 | 0.01 | 0.13 |
HSL | 301.71º | 0.51% | 0.73% | - |
HSV(B) | 301.71º | 0.32% | 0.87% | - |
XYZ | 53.67 | 42.62 | 72.42 | - |
YUV | 179.68 | 150.19 | 157.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 151 | 219 | 0 | 0.32 | 0.01 | 0.13 | 301.71 | 0.51 | 0.73 |
Hex | DD | 97 | DB | 0 | 20 | 1 | D | 12E | 33 | 49 |
Octal | 335 | 227 | 333 | 0 | 40 | 1 | 15 | 456 | 63 | 111 |
Binary | 11011101 | 10010111 | 11011011 | 0 | 100000 | 1 | 1101 | 100101110 | 110011 | 1001001 |
Color Harmonies of #DD97DB
Complementary color
Monochromatic Colors of #DD97DB
Black with #DD97DB
Text Example
Text Example
White with #DD97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97DB; }
p { color: rgb(221,151,219); }
H1.HeaderClassName
{
color: #DD97DB;
}
.AnyTagClassName
{
color: #DD97DB;
}
</style>
background-color css
<style>
a { background-color: #DD97DB; }
a { background-color: rgb(221,151,219); }
div.DivClassName
{
background-color: #DD97DB;
}
.BgClassName
{
background-color: #DD97DB;
}
</style>
border-color css
<style>
span { border-color: #DD97DB; }
span { border-color: rgb(221,151,219); }
td.TdClassName
{
border-color: #DD97DB;
}
.TagClassName
{
border-color: #DD97DB;
}
</style>