Shades of Plum #D397DA
Tints of Plum #D397DA
RGB
CMYK
RGB Variations
Color information
#D397DA (or 0xD397DA) is known color: Plum. HEX triplet: D3, 97 and DA. RGB value is (211,151,218). Sum of RGB (Red+Green+Blue) = 211+151+218=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D397DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DA is #2C6825. Grayscale: #B0B0B0. Windows color (decimal): -2910246 or 14325715. OLE color: 14325715.
HSL color Cylindrical-coordinate representation of color #D397DA: hue angle of 293.73º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D397DA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 151 | 218 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.15 |
| HSL | 293.73º | 0.48% | 0.72% | - |
| HSV(B) | 293.73º | 0.31% | 0.85% | - |
| XYZ | 50.59 | 41.04 | 71.59 | - |
| YUV | 176.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 218 | 0.03 | 0.31 | 0 | 0.15 | 293.73 | 0.48 | 0.72 |
| Hex | D3 | 97 | DA | 3 | 1F | 0 | F | 126 | 30 | 48 |
| Octal | 323 | 227 | 332 | 3 | 37 | 0 | 17 | 446 | 60 | 110 |
| Binary | 11010011 | 10010111 | 11011010 | 11 | 11111 | 0 | 1111 | 100100110 | 110000 | 1001000 |
Color Harmonies of #D397DA
Complementary color
Monochromatic Colors of #D397DA
Black with #D397DA
Text Example
Text Example
White with #D397DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397DA; }
p { color: rgb(211,151,218); }
H1.HeaderClassName
{
color: #D397DA;
}
.AnyTagClassName
{
color: #D397DA;
}
</style>
background-color css
<style>
a { background-color: #D397DA; }
a { background-color: rgb(211,151,218); }
div.DivClassName
{
background-color: #D397DA;
}
.BgClassName
{
background-color: #D397DA;
}
</style>
border-color css
<style>
span { border-color: #D397DA; }
span { border-color: rgb(211,151,218); }
td.TdClassName
{
border-color: #D397DA;
}
.TagClassName
{
border-color: #D397DA;
}
</style>