Shades of Medium Orchid #D32FDF
Tints of Medium Orchid #D32FDF
RGB
CMYK
RGB Variations
Color information
#D32FDF (or 0xD32FDF) is known color: Medium Orchid. HEX triplet: D3, 2F and DF. RGB value is (211,47,223). Sum of RGB (Red+Green+Blue) = 211+47+223=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #D32FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FDF is #2CD020. Grayscale: #737373. Windows color (decimal): -2936865 or 14626771. OLE color: 14626771.
HSL color Cylindrical-coordinate representation of color #D32FDF: hue angle of 295.91º 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 #D32FDF is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 47 | 223 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.13 |
| HSL | 295.91º | 0.73% | 0.53% | - |
| HSV(B) | 295.91º | 0.79% | 0.87% | - |
| XYZ | 41.2 | 21.21 | 71.73 | - |
| YUV | 116.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 223 | 0.05 | 0.79 | 0 | 0.13 | 295.91 | 0.73 | 0.53 |
| Hex | D3 | 2F | DF | 5 | 4F | 0 | D | 128 | 49 | 35 |
| Octal | 323 | 57 | 337 | 5 | 117 | 0 | 15 | 450 | 111 | 65 |
| Binary | 11010011 | 101111 | 11011111 | 101 | 1001111 | 0 | 1101 | 100101000 | 1001001 | 110101 |
Color Harmonies of #D32FDF
Complementary color
Monochromatic Colors of #D32FDF
Black with #D32FDF
Text Example
Text Example
White with #D32FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FDF; }
p { color: rgb(211,47,223); }
H1.HeaderClassName
{
color: #D32FDF;
}
.AnyTagClassName
{
color: #D32FDF;
}
</style>
background-color css
<style>
a { background-color: #D32FDF; }
a { background-color: rgb(211,47,223); }
div.DivClassName
{
background-color: #D32FDF;
}
.BgClassName
{
background-color: #D32FDF;
}
</style>
border-color css
<style>
span { border-color: #D32FDF; }
span { border-color: rgb(211,47,223); }
td.TdClassName
{
border-color: #D32FDF;
}
.TagClassName
{
border-color: #D32FDF;
}
</style>