Shades of Plum #DA97DA
Tints of Plum #DA97DA
RGB
CMYK
RGB Variations
Color information
#DA97DA (or 0xDA97DA) is known color: Plum. HEX triplet: DA, 97 and DA. RGB value is (218,151,218). Sum of RGB (Red+Green+Blue) = 218+151+218=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97DA is #256825. Grayscale: #B2B2B2. Windows color (decimal): -2451494 or 14325722. OLE color: 14325722.
HSL color Cylindrical-coordinate representation of color #DA97DA: hue angle of 300º 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 #DA97DA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 151 | 218 | - |
CMYK | 0 | 0.31 | 0 | 0.15 |
HSL | 300º | 0.48% | 0.72% | - |
HSV(B) | 300º | 0.31% | 0.85% | - |
XYZ | 52.63 | 42.1 | 71.68 | - |
YUV | 178.67 | 150.2 | 156.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 151 | 218 | 0 | 0.31 | 0 | 0.15 | 300 | 0.48 | 0.72 |
Hex | DA | 97 | DA | 0 | 1F | 0 | F | 12C | 30 | 48 |
Octal | 332 | 227 | 332 | 0 | 37 | 0 | 17 | 454 | 60 | 110 |
Binary | 11011010 | 10010111 | 11011010 | 0 | 11111 | 0 | 1111 | 100101100 | 110000 | 1001000 |
Color Harmonies of #DA97DA
Complementary color
Monochromatic Colors of #DA97DA
Black with #DA97DA
Text Example
Text Example
White with #DA97DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA97DA; }
p { color: rgb(218,151,218); }
H1.HeaderClassName
{
color: #DA97DA;
}
.AnyTagClassName
{
color: #DA97DA;
}
</style>
background-color css
<style>
a { background-color: #DA97DA; }
a { background-color: rgb(218,151,218); }
div.DivClassName
{
background-color: #DA97DA;
}
.BgClassName
{
background-color: #DA97DA;
}
</style>
border-color css
<style>
span { border-color: #DA97DA; }
span { border-color: rgb(218,151,218); }
td.TdClassName
{
border-color: #DA97DA;
}
.TagClassName
{
border-color: #DA97DA;
}
</style>