Shades of Plum #D193DA
Tints of Plum #D193DA
RGB
CMYK
RGB Variations
Color information
#D193DA (or 0xD193DA) is known color: Plum. HEX triplet: D1, 93 and DA. RGB value is (209,147,218). Sum of RGB (Red+Green+Blue) = 209+147+218=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D193DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DA is #2E6C25. Grayscale: #ADADAD. Windows color (decimal): -3042342 or 14324689. OLE color: 14324689.
HSL color Cylindrical-coordinate representation of color #D193DA: hue angle of 292.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D193DA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 147 | 218 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.15 |
| HSL | 292.39º | 0.49% | 0.72% | - |
| HSV(B) | 292.39º | 0.33% | 0.85% | - |
| XYZ | 49.38 | 39.48 | 71.35 | - |
| YUV | 173.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 218 | 0.04 | 0.33 | 0 | 0.15 | 292.39 | 0.49 | 0.72 |
| Hex | D1 | 93 | DA | 4 | 21 | 0 | F | 124 | 31 | 48 |
| Octal | 321 | 223 | 332 | 4 | 41 | 0 | 17 | 444 | 61 | 110 |
| Binary | 11010001 | 10010011 | 11011010 | 100 | 100001 | 0 | 1111 | 100100100 | 110001 | 1001000 |
Color Harmonies of #D193DA
Complementary color
Monochromatic Colors of #D193DA
Black with #D193DA
Text Example
Text Example
White with #D193DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193DA; }
p { color: rgb(209,147,218); }
H1.HeaderClassName
{
color: #D193DA;
}
.AnyTagClassName
{
color: #D193DA;
}
</style>
background-color css
<style>
a { background-color: #D193DA; }
a { background-color: rgb(209,147,218); }
div.DivClassName
{
background-color: #D193DA;
}
.BgClassName
{
background-color: #D193DA;
}
</style>
border-color css
<style>
span { border-color: #D193DA; }
span { border-color: rgb(209,147,218); }
td.TdClassName
{
border-color: #D193DA;
}
.TagClassName
{
border-color: #D193DA;
}
</style>