Shades of Medium Orchid #D239DA
Tints of Medium Orchid #D239DA
RGB
CMYK
RGB Variations
Color information
#D239DA (or 0xD239DA) is known color: Medium Orchid. HEX triplet: D2, 39 and DA. RGB value is (210,57,218). Sum of RGB (Red+Green+Blue) = 210+57+218=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #D239DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239DA is #2DC625. Grayscale: #787878. Windows color (decimal): -2999846 or 14301650. OLE color: 14301650.
HSL color Cylindrical-coordinate representation of color #D239DA: hue angle of 297.02º 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 #D239DA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 57 | 218 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.15 |
| HSL | 297.02º | 0.69% | 0.54% | - |
| HSV(B) | 297.02º | 0.74% | 0.85% | - |
| XYZ | 40.7 | 21.69 | 68.37 | - |
| YUV | 121.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 218 | 0.04 | 0.74 | 0 | 0.15 | 297.02 | 0.69 | 0.54 |
| Hex | D2 | 39 | DA | 4 | 4A | 0 | F | 129 | 45 | 36 |
| Octal | 322 | 71 | 332 | 4 | 112 | 0 | 17 | 451 | 105 | 66 |
| Binary | 11010010 | 111001 | 11011010 | 100 | 1001010 | 0 | 1111 | 100101001 | 1000101 | 110110 |
Color Harmonies of #D239DA
Complementary color
Monochromatic Colors of #D239DA
Black with #D239DA
Text Example
Text Example
White with #D239DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239DA; }
p { color: rgb(210,57,218); }
H1.HeaderClassName
{
color: #D239DA;
}
.AnyTagClassName
{
color: #D239DA;
}
</style>
background-color css
<style>
a { background-color: #D239DA; }
a { background-color: rgb(210,57,218); }
div.DivClassName
{
background-color: #D239DA;
}
.BgClassName
{
background-color: #D239DA;
}
</style>
border-color css
<style>
span { border-color: #D239DA; }
span { border-color: rgb(210,57,218); }
td.TdClassName
{
border-color: #D239DA;
}
.TagClassName
{
border-color: #D239DA;
}
</style>