Shades of Medium Orchid #D22FDF
Tints of Medium Orchid #D22FDF
RGB
CMYK
RGB Variations
Color information
#D22FDF (or 0xD22FDF) is known color: Medium Orchid. HEX triplet: D2, 2F and DF. RGB value is (210,47,223). Sum of RGB (Red+Green+Blue) = 210+47+223=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #D22FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FDF is #2DD020. Grayscale: #737373. Windows color (decimal): -3002401 or 14626770. OLE color: 14626770.
HSL color Cylindrical-coordinate representation of color #D22FDF: hue angle of 295.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22FDF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 47 | 223 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.13 |
| HSL | 295.57º | 0.73% | 0.53% | - |
| HSV(B) | 295.57º | 0.79% | 0.87% | - |
| XYZ | 40.91 | 21.06 | 71.72 | - |
| YUV | 115.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 223 | 0.06 | 0.79 | 0 | 0.13 | 295.57 | 0.73 | 0.53 |
| Hex | D2 | 2F | DF | 6 | 4F | 0 | D | 128 | 49 | 35 |
| Octal | 322 | 57 | 337 | 6 | 117 | 0 | 15 | 450 | 111 | 65 |
| Binary | 11010010 | 101111 | 11011111 | 110 | 1001111 | 0 | 1101 | 100101000 | 1001001 | 110101 |
Color Harmonies of #D22FDF
Complementary color
Monochromatic Colors of #D22FDF
Black with #D22FDF
Text Example
Text Example
White with #D22FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FDF; }
p { color: rgb(210,47,223); }
H1.HeaderClassName
{
color: #D22FDF;
}
.AnyTagClassName
{
color: #D22FDF;
}
</style>
background-color css
<style>
a { background-color: #D22FDF; }
a { background-color: rgb(210,47,223); }
div.DivClassName
{
background-color: #D22FDF;
}
.BgClassName
{
background-color: #D22FDF;
}
</style>
border-color css
<style>
span { border-color: #D22FDF; }
span { border-color: rgb(210,47,223); }
td.TdClassName
{
border-color: #D22FDF;
}
.TagClassName
{
border-color: #D22FDF;
}
</style>