Shades of Medium Orchid #D044DE
Tints of Medium Orchid #D044DE
RGB
CMYK
RGB Variations
Color information
#D044DE (or 0xD044DE) is known color: Medium Orchid. HEX triplet: D0, 44 and DE. RGB value is (208,68,222). Sum of RGB (Red+Green+Blue) = 208+68+222=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #D044DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044DE is #2FBB21. Grayscale: #7E7E7E. Windows color (decimal): -3128098 or 14566608. OLE color: 14566608.
HSL color Cylindrical-coordinate representation of color #D044DE: hue angle of 294.55º degrees, saturation: 0.7, 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 #D044DE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 68 | 222 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.13 |
| HSL | 294.55º | 0.7% | 0.57% | - |
| HSV(B) | 294.55º | 0.69% | 0.87% | - |
| XYZ | 41.26 | 22.82 | 71.34 | - |
| YUV | 127.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 222 | 0.06 | 0.69 | 0 | 0.13 | 294.55 | 0.7 | 0.57 |
| Hex | D0 | 44 | DE | 6 | 45 | 0 | D | 127 | 46 | 39 |
| Octal | 320 | 104 | 336 | 6 | 105 | 0 | 15 | 447 | 106 | 71 |
| Binary | 11010000 | 1000100 | 11011110 | 110 | 1000101 | 0 | 1101 | 100100111 | 1000110 | 111001 |
Color Harmonies of #D044DE
Complementary color
Monochromatic Colors of #D044DE
Black with #D044DE
Text Example
Text Example
White with #D044DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044DE; }
p { color: rgb(208,68,222); }
H1.HeaderClassName
{
color: #D044DE;
}
.AnyTagClassName
{
color: #D044DE;
}
</style>
background-color css
<style>
a { background-color: #D044DE; }
a { background-color: rgb(208,68,222); }
div.DivClassName
{
background-color: #D044DE;
}
.BgClassName
{
background-color: #D044DE;
}
</style>
border-color css
<style>
span { border-color: #D044DE; }
span { border-color: rgb(208,68,222); }
td.TdClassName
{
border-color: #D044DE;
}
.TagClassName
{
border-color: #D044DE;
}
</style>