Shades of Plum #D897E5
Tints of Plum #D897E5
RGB
CMYK
RGB Variations
Color information
#D897E5 (or 0xD897E5) is known color: Plum. HEX triplet: D8, 97 and E5. RGB value is (216,151,229). Sum of RGB (Red+Green+Blue) = 216+151+229=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D897E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897E5 is #27681A. Grayscale: #B3B3B3. Windows color (decimal): -2582555 or 15046616. OLE color: 15046616.
HSL color Cylindrical-coordinate representation of color #D897E5: hue angle of 290º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D897E5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 216 | 151 | 229 | - |
CMYK | 0.06 | 0.34 | 0 | 0.10 |
HSL | 290º | 0.6% | 0.75% | - |
HSV(B) | 290º | 0.34% | 0.9% | - |
XYZ | 53.53 | 42.39 | 79.49 | - |
YUV | 179.33 | 156.03 | 154.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 151 | 229 | 0.06 | 0.34 | 0 | 0.10 | 290 | 0.6 | 0.75 |
Hex | D8 | 97 | E5 | 6 | 22 | 0 | A | 122 | 3C | 4B |
Octal | 330 | 227 | 345 | 6 | 42 | 0 | 12 | 442 | 74 | 113 |
Binary | 11011000 | 10010111 | 11100101 | 110 | 100010 | 0 | 1010 | 100100010 | 111100 | 1001011 |
Color Harmonies of #D897E5
Complementary color
Monochromatic Colors of #D897E5
Black with #D897E5
Text Example
Text Example
White with #D897E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897E5; }
p { color: rgb(216,151,229); }
H1.HeaderClassName
{
color: #D897E5;
}
.AnyTagClassName
{
color: #D897E5;
}
</style>
background-color css
<style>
a { background-color: #D897E5; }
a { background-color: rgb(216,151,229); }
div.DivClassName
{
background-color: #D897E5;
}
.BgClassName
{
background-color: #D897E5;
}
</style>
border-color css
<style>
span { border-color: #D897E5; }
span { border-color: rgb(216,151,229); }
td.TdClassName
{
border-color: #D897E5;
}
.TagClassName
{
border-color: #D897E5;
}
</style>