Shades of Plum #D899D4
Tints of Plum #D899D4
RGB
CMYK
RGB Variations
Color information
#D899D4 (or 0xD899D4) is known color: Plum. HEX triplet: D8, 99 and D4. RGB value is (216,153,212). Sum of RGB (Red+Green+Blue) = 216+153+212=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D899D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899D4 is #27662B. Grayscale: #B2B2B2. Windows color (decimal): -2582060 or 13933016. OLE color: 13933016.
HSL color Cylindrical-coordinate representation of color #D899D4: hue angle of 303.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899D4 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 212 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.15 |
| HSL | 303.81º | 0.45% | 0.72% | - |
| HSV(B) | 303.81º | 0.29% | 0.85% | - |
| XYZ | 51.59 | 42.13 | 67.7 | - |
| YUV | 178.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 212 | 0 | 0.29 | 0.02 | 0.15 | 303.81 | 0.45 | 0.72 |
| Hex | D8 | 99 | D4 | 0 | 1D | 2 | F | 130 | 2D | 48 |
| Octal | 330 | 231 | 324 | 0 | 35 | 2 | 17 | 460 | 55 | 110 |
| Binary | 11011000 | 10011001 | 11010100 | 0 | 11101 | 10 | 1111 | 100110000 | 101101 | 1001000 |
Color Harmonies of #D899D4
Complementary color
Monochromatic Colors of #D899D4
Black with #D899D4
Text Example
Text Example
White with #D899D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899D4; }
p { color: rgb(216,153,212); }
H1.HeaderClassName
{
color: #D899D4;
}
.AnyTagClassName
{
color: #D899D4;
}
</style>
background-color css
<style>
a { background-color: #D899D4; }
a { background-color: rgb(216,153,212); }
div.DivClassName
{
background-color: #D899D4;
}
.BgClassName
{
background-color: #D899D4;
}
</style>
border-color css
<style>
span { border-color: #D899D4; }
span { border-color: rgb(216,153,212); }
td.TdClassName
{
border-color: #D899D4;
}
.TagClassName
{
border-color: #D899D4;
}
</style>