Shades of Plum #DD97E2
Tints of Plum #DD97E2
RGB
CMYK
RGB Variations
Color information
#DD97E2 (or 0xDD97E2) is known color: Plum. HEX triplet: DD, 97 and E2. RGB value is (221,151,226). Sum of RGB (Red+Green+Blue) = 221+151+226=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD97E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97E2 is #22681D. Grayscale: #B4B4B4. Windows color (decimal): -2254878 or 14850013. OLE color: 14850013.
HSL color Cylindrical-coordinate representation of color #DD97E2: hue angle of 296º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD97E2 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 151 | 226 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.11 |
| HSL | 296º | 0.56% | 0.74% | - |
| HSV(B) | 296º | 0.33% | 0.89% | - |
| XYZ | 54.61 | 43 | 77.37 | - |
| YUV | 180.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 226 | 0.02 | 0.33 | 0 | 0.11 | 296 | 0.56 | 0.74 |
| Hex | DD | 97 | E2 | 2 | 21 | 0 | B | 128 | 38 | 4A |
| Octal | 335 | 227 | 342 | 2 | 41 | 0 | 13 | 450 | 70 | 112 |
| Binary | 11011101 | 10010111 | 11100010 | 10 | 100001 | 0 | 1011 | 100101000 | 111000 | 1001010 |
Color Harmonies of #DD97E2
Complementary color
Monochromatic Colors of #DD97E2
Black with #DD97E2
Text Example
Text Example
White with #DD97E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97E2; }
p { color: rgb(221,151,226); }
H1.HeaderClassName
{
color: #DD97E2;
}
.AnyTagClassName
{
color: #DD97E2;
}
</style>
background-color css
<style>
a { background-color: #DD97E2; }
a { background-color: rgb(221,151,226); }
div.DivClassName
{
background-color: #DD97E2;
}
.BgClassName
{
background-color: #DD97E2;
}
</style>
border-color css
<style>
span { border-color: #DD97E2; }
span { border-color: rgb(221,151,226); }
td.TdClassName
{
border-color: #DD97E2;
}
.TagClassName
{
border-color: #DD97E2;
}
</style>