Shades of Medium Orchid #D239DF
Tints of Medium Orchid #D239DF
RGB
CMYK
RGB Variations
Color information
#D239DF (or 0xD239DF) is known color: Medium Orchid. HEX triplet: D2, 39 and DF. RGB value is (210,57,223). Sum of RGB (Red+Green+Blue) = 210+57+223=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #D239DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239DF is #2DC620. Grayscale: #797979. Windows color (decimal): -2999841 or 14629330. OLE color: 14629330.
HSL color Cylindrical-coordinate representation of color #D239DF: hue angle of 295.3º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D239DF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 57 | 223 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.13 |
| HSL | 295.3º | 0.72% | 0.55% | - |
| HSV(B) | 295.3º | 0.74% | 0.87% | - |
| XYZ | 41.36 | 21.96 | 71.87 | - |
| YUV | 121.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 223 | 0.06 | 0.74 | 0 | 0.13 | 295.3 | 0.72 | 0.55 |
| Hex | D2 | 39 | DF | 6 | 4A | 0 | D | 127 | 48 | 37 |
| Octal | 322 | 71 | 337 | 6 | 112 | 0 | 15 | 447 | 110 | 67 |
| Binary | 11010010 | 111001 | 11011111 | 110 | 1001010 | 0 | 1101 | 100100111 | 1001000 | 110111 |
Color Harmonies of #D239DF
Complementary color
Monochromatic Colors of #D239DF
Black with #D239DF
Text Example
Text Example
White with #D239DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239DF; }
p { color: rgb(210,57,223); }
H1.HeaderClassName
{
color: #D239DF;
}
.AnyTagClassName
{
color: #D239DF;
}
</style>
background-color css
<style>
a { background-color: #D239DF; }
a { background-color: rgb(210,57,223); }
div.DivClassName
{
background-color: #D239DF;
}
.BgClassName
{
background-color: #D239DF;
}
</style>
border-color css
<style>
span { border-color: #D239DF; }
span { border-color: rgb(210,57,223); }
td.TdClassName
{
border-color: #D239DF;
}
.TagClassName
{
border-color: #D239DF;
}
</style>