Shades of Plum #D99AE6
Tints of Plum #D99AE6
RGB
CMYK
RGB Variations
Color information
#D99AE6 (or 0xD99AE6) is known color: Plum. HEX triplet: D9, 9A and E6. RGB value is (217,154,230). Sum of RGB (Red+Green+Blue) = 217+154+230=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #D99AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AE6 is #266519. Grayscale: #B5B5B5. Windows color (decimal): -2516250 or 15112921. OLE color: 15112921.
HSL color Cylindrical-coordinate representation of color #D99AE6: hue angle of 289.74º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99AE6 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 154 | 230 | - |
CMYK | 0.06 | 0.33 | 0 | 0.10 |
HSL | 289.74º | 0.6% | 0.75% | - |
HSV(B) | 289.74º | 0.33% | 0.9% | - |
XYZ | 54.45 | 43.58 | 80.4 | - |
YUV | 181.5 | 155.37 | 153.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 154 | 230 | 0.06 | 0.33 | 0 | 0.10 | 289.74 | 0.6 | 0.75 |
Hex | D9 | 9A | E6 | 6 | 21 | 0 | A | 122 | 3C | 4B |
Octal | 331 | 232 | 346 | 6 | 41 | 0 | 12 | 442 | 74 | 113 |
Binary | 11011001 | 10011010 | 11100110 | 110 | 100001 | 0 | 1010 | 100100010 | 111100 | 1001011 |
Color Harmonies of #D99AE6
Complementary color
Monochromatic Colors of #D99AE6
Black with #D99AE6
Text Example
Text Example
White with #D99AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AE6; }
p { color: rgb(217,154,230); }
H1.HeaderClassName
{
color: #D99AE6;
}
.AnyTagClassName
{
color: #D99AE6;
}
</style>
background-color css
<style>
a { background-color: #D99AE6; }
a { background-color: rgb(217,154,230); }
div.DivClassName
{
background-color: #D99AE6;
}
.BgClassName
{
background-color: #D99AE6;
}
</style>
border-color css
<style>
span { border-color: #D99AE6; }
span { border-color: rgb(217,154,230); }
td.TdClassName
{
border-color: #D99AE6;
}
.TagClassName
{
border-color: #D99AE6;
}
</style>