Shades of Plum #DB97E2
Tints of Plum #DB97E2
RGB
CMYK
RGB Variations
Color information
#DB97E2 (or 0xDB97E2) is known color: Plum. HEX triplet: DB, 97 and E2. RGB value is (219,151,226). Sum of RGB (Red+Green+Blue) = 219+151+226=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB97E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97E2 is #24681D. Grayscale: #B3B3B3. Windows color (decimal): -2385950 or 14850011. OLE color: 14850011.
HSL color Cylindrical-coordinate representation of color #DB97E2: hue angle of 294.4º 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 #DB97E2 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 151 | 226 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.11 |
| HSL | 294.4º | 0.56% | 0.74% | - |
| HSV(B) | 294.4º | 0.33% | 0.89% | - |
| XYZ | 54.01 | 42.68 | 77.34 | - |
| YUV | 179.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 226 | 0.03 | 0.33 | 0 | 0.11 | 294.4 | 0.56 | 0.74 |
| Hex | DB | 97 | E2 | 3 | 21 | 0 | B | 126 | 38 | 4A |
| Octal | 333 | 227 | 342 | 3 | 41 | 0 | 13 | 446 | 70 | 112 |
| Binary | 11011011 | 10010111 | 11100010 | 11 | 100001 | 0 | 1011 | 100100110 | 111000 | 1001010 |
Color Harmonies of #DB97E2
Complementary color
Monochromatic Colors of #DB97E2
Black with #DB97E2
Text Example
Text Example
White with #DB97E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97E2; }
p { color: rgb(219,151,226); }
H1.HeaderClassName
{
color: #DB97E2;
}
.AnyTagClassName
{
color: #DB97E2;
}
</style>
background-color css
<style>
a { background-color: #DB97E2; }
a { background-color: rgb(219,151,226); }
div.DivClassName
{
background-color: #DB97E2;
}
.BgClassName
{
background-color: #DB97E2;
}
</style>
border-color css
<style>
span { border-color: #DB97E2; }
span { border-color: rgb(219,151,226); }
td.TdClassName
{
border-color: #DB97E2;
}
.TagClassName
{
border-color: #DB97E2;
}
</style>