Shades of Medium Orchid #D331DD
Tints of Medium Orchid #D331DD
RGB
CMYK
RGB Variations
Color information
#D331DD (or 0xD331DD) is known color: Medium Orchid. HEX triplet: D3, 31 and DD. RGB value is (211,49,221). Sum of RGB (Red+Green+Blue) = 211+49+221=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D331DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331DD is #2CCE22. Grayscale: #747474. Windows color (decimal): -2936355 or 14496211. OLE color: 14496211.
HSL color Cylindrical-coordinate representation of color #D331DD: hue angle of 296.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D331DD is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 49 | 221 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.13 |
| HSL | 296.51º | 0.72% | 0.53% | - |
| HSV(B) | 296.51º | 0.78% | 0.87% | - |
| XYZ | 41.01 | 21.27 | 70.35 | - |
| YUV | 117.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 221 | 0.05 | 0.78 | 0 | 0.13 | 296.51 | 0.72 | 0.53 |
| Hex | D3 | 31 | DD | 5 | 4E | 0 | D | 129 | 48 | 35 |
| Octal | 323 | 61 | 335 | 5 | 116 | 0 | 15 | 451 | 110 | 65 |
| Binary | 11010011 | 110001 | 11011101 | 101 | 1001110 | 0 | 1101 | 100101001 | 1001000 | 110101 |
Color Harmonies of #D331DD
Complementary color
Monochromatic Colors of #D331DD
Black with #D331DD
Text Example
Text Example
White with #D331DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331DD; }
p { color: rgb(211,49,221); }
H1.HeaderClassName
{
color: #D331DD;
}
.AnyTagClassName
{
color: #D331DD;
}
</style>
background-color css
<style>
a { background-color: #D331DD; }
a { background-color: rgb(211,49,221); }
div.DivClassName
{
background-color: #D331DD;
}
.BgClassName
{
background-color: #D331DD;
}
</style>
border-color css
<style>
span { border-color: #D331DD; }
span { border-color: rgb(211,49,221); }
td.TdClassName
{
border-color: #D331DD;
}
.TagClassName
{
border-color: #D331DD;
}
</style>