Shades of Plum #DA97D0
Tints of Plum #DA97D0
RGB
CMYK
RGB Variations
Color information
#DA97D0 (or 0xDA97D0) is known color: Plum. HEX triplet: DA, 97 and D0. RGB value is (218,151,208). Sum of RGB (Red+Green+Blue) = 218+151+208=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97D0 is #25682F. Grayscale: #B1B1B1. Windows color (decimal): -2451504 or 13670362. OLE color: 13670362.
HSL color Cylindrical-coordinate representation of color #DA97D0: hue angle of 308.96º 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 #DA97D0 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 151 | 208 | - |
CMYK | 0 | 0.31 | 0.05 | 0.15 |
HSL | 308.96º | 0.48% | 0.72% | - |
HSV(B) | 308.96º | 0.31% | 0.85% | - |
XYZ | 51.37 | 41.59 | 65 | - |
YUV | 177.53 | 145.2 | 156.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 151 | 208 | 0 | 0.31 | 0.05 | 0.15 | 308.96 | 0.48 | 0.72 |
Hex | DA | 97 | D0 | 0 | 1F | 5 | F | 135 | 30 | 48 |
Octal | 332 | 227 | 320 | 0 | 37 | 5 | 17 | 465 | 60 | 110 |
Binary | 11011010 | 10010111 | 11010000 | 0 | 11111 | 101 | 1111 | 100110101 | 110000 | 1001000 |
Color Harmonies of #DA97D0
Complementary color
Monochromatic Colors of #DA97D0
Black with #DA97D0
Text Example
Text Example
White with #DA97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA97D0; }
p { color: rgb(218,151,208); }
H1.HeaderClassName
{
color: #DA97D0;
}
.AnyTagClassName
{
color: #DA97D0;
}
</style>
background-color css
<style>
a { background-color: #DA97D0; }
a { background-color: rgb(218,151,208); }
div.DivClassName
{
background-color: #DA97D0;
}
.BgClassName
{
background-color: #DA97D0;
}
</style>
border-color css
<style>
span { border-color: #DA97D0; }
span { border-color: rgb(218,151,208); }
td.TdClassName
{
border-color: #DA97D0;
}
.TagClassName
{
border-color: #DA97D0;
}
</style>