Shades of Plum #D99FDA
Tints of Plum #D99FDA
RGB
CMYK
RGB Variations
Color information
#D99FDA (or 0xD99FDA) is known color: Plum. HEX triplet: D9, 9F and DA. RGB value is (217,159,218). Sum of RGB (Red+Green+Blue) = 217+159+218=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #D99FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FDA is #266025. Grayscale: #B6B6B6. Windows color (decimal): -2514982 or 14327769. OLE color: 14327769.
HSL color Cylindrical-coordinate representation of color #D99FDA: hue angle of 298.98º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FDA is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 159 | 218 | - |
CMYK | 0.00 | 0.27 | 0 | 0.15 |
HSL | 298.98º | 0.44% | 0.74% | - |
HSV(B) | 298.98º | 0.27% | 0.85% | - |
XYZ | 53.67 | 44.61 | 72.11 | - |
YUV | 183.07 | 147.72 | 152.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 159 | 218 | 0.00 | 0.27 | 0 | 0.15 | 298.98 | 0.44 | 0.74 |
Hex | D9 | 9F | DA | 0 | 1B | 0 | F | 12B | 2C | 4A |
Octal | 331 | 237 | 332 | 0 | 33 | 0 | 17 | 453 | 54 | 112 |
Binary | 11011001 | 10011111 | 11011010 | 0 | 11011 | 0 | 1111 | 100101011 | 101100 | 1001010 |
Color Harmonies of #D99FDA
Complementary color
Monochromatic Colors of #D99FDA
Black with #D99FDA
Text Example
Text Example
White with #D99FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FDA; }
p { color: rgb(217,159,218); }
H1.HeaderClassName
{
color: #D99FDA;
}
.AnyTagClassName
{
color: #D99FDA;
}
</style>
background-color css
<style>
a { background-color: #D99FDA; }
a { background-color: rgb(217,159,218); }
div.DivClassName
{
background-color: #D99FDA;
}
.BgClassName
{
background-color: #D99FDA;
}
</style>
border-color css
<style>
span { border-color: #D99FDA; }
span { border-color: rgb(217,159,218); }
td.TdClassName
{
border-color: #D99FDA;
}
.TagClassName
{
border-color: #D99FDA;
}
</style>