Shades of Medium Orchid #D044DD
Tints of Medium Orchid #D044DD
RGB
CMYK
RGB Variations
Color information
#D044DD (or 0xD044DD) is known color: Medium Orchid. HEX triplet: D0, 44 and DD. RGB value is (208,68,221). Sum of RGB (Red+Green+Blue) = 208+68+221=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #D044DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044DD is #2FBB22. Grayscale: #7E7E7E. Windows color (decimal): -3128099 or 14501072. OLE color: 14501072.
HSL color Cylindrical-coordinate representation of color #D044DD: hue angle of 294.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D044DD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 68 | 221 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.13 |
| HSL | 294.9º | 0.69% | 0.57% | - |
| HSV(B) | 294.9º | 0.69% | 0.87% | - |
| XYZ | 41.13 | 22.76 | 70.63 | - |
| YUV | 127.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 221 | 0.06 | 0.69 | 0 | 0.13 | 294.9 | 0.69 | 0.57 |
| Hex | D0 | 44 | DD | 6 | 45 | 0 | D | 127 | 45 | 39 |
| Octal | 320 | 104 | 335 | 6 | 105 | 0 | 15 | 447 | 105 | 71 |
| Binary | 11010000 | 1000100 | 11011101 | 110 | 1000101 | 0 | 1101 | 100100111 | 1000101 | 111001 |
Color Harmonies of #D044DD
Complementary color
Monochromatic Colors of #D044DD
Black with #D044DD
Text Example
Text Example
White with #D044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044DD; }
p { color: rgb(208,68,221); }
H1.HeaderClassName
{
color: #D044DD;
}
.AnyTagClassName
{
color: #D044DD;
}
</style>
background-color css
<style>
a { background-color: #D044DD; }
a { background-color: rgb(208,68,221); }
div.DivClassName
{
background-color: #D044DD;
}
.BgClassName
{
background-color: #D044DD;
}
</style>
border-color css
<style>
span { border-color: #D044DD; }
span { border-color: rgb(208,68,221); }
td.TdClassName
{
border-color: #D044DD;
}
.TagClassName
{
border-color: #D044DD;
}
</style>