Shades of Medium Orchid #D139DA
Tints of Medium Orchid #D139DA
RGB
CMYK
RGB Variations
Color information
#D139DA (or 0xD139DA) is known color: Medium Orchid. HEX triplet: D1, 39 and DA. RGB value is (209,57,218). Sum of RGB (Red+Green+Blue) = 209+57+218=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #D139DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139DA is #2EC625. Grayscale: #787878. Windows color (decimal): -3065382 or 14301649. OLE color: 14301649.
HSL color Cylindrical-coordinate representation of color #D139DA: hue angle of 296.65º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D139DA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 57 | 218 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.15 |
| HSL | 296.65º | 0.69% | 0.54% | - |
| HSV(B) | 296.65º | 0.74% | 0.85% | - |
| XYZ | 40.41 | 21.54 | 68.36 | - |
| YUV | 120.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 218 | 0.04 | 0.74 | 0 | 0.15 | 296.65 | 0.69 | 0.54 |
| Hex | D1 | 39 | DA | 4 | 4A | 0 | F | 129 | 45 | 36 |
| Octal | 321 | 71 | 332 | 4 | 112 | 0 | 17 | 451 | 105 | 66 |
| Binary | 11010001 | 111001 | 11011010 | 100 | 1001010 | 0 | 1111 | 100101001 | 1000101 | 110110 |
Color Harmonies of #D139DA
Complementary color
Monochromatic Colors of #D139DA
Black with #D139DA
Text Example
Text Example
White with #D139DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139DA; }
p { color: rgb(209,57,218); }
H1.HeaderClassName
{
color: #D139DA;
}
.AnyTagClassName
{
color: #D139DA;
}
</style>
background-color css
<style>
a { background-color: #D139DA; }
a { background-color: rgb(209,57,218); }
div.DivClassName
{
background-color: #D139DA;
}
.BgClassName
{
background-color: #D139DA;
}
</style>
border-color css
<style>
span { border-color: #D139DA; }
span { border-color: rgb(209,57,218); }
td.TdClassName
{
border-color: #D139DA;
}
.TagClassName
{
border-color: #D139DA;
}
</style>