Shades of Medium Orchid #D044F9
Tints of Medium Orchid #D044F9
RGB
CMYK
RGB Variations
Color information
#D044F9 (or 0xD044F9) is known color: Medium Orchid. HEX triplet: D0, 44 and F9. RGB value is (208,68,249). Sum of RGB (Red+Green+Blue) = 208+68+249=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #D044F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044F9 is #2FBB06. Grayscale: #818181. Windows color (decimal): -3128071 or 16336080. OLE color: 16336080.
HSL color Cylindrical-coordinate representation of color #D044F9: hue angle of 286.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D044F9 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 68 | 249 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 286.41º | 0.94% | 0.62% | - |
| HSV(B) | 286.41º | 0.73% | 0.98% | - |
| XYZ | 45.18 | 24.38 | 91.95 | - |
| YUV | 130.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 249 | 0.16 | 0.73 | 0 | 0.02 | 286.41 | 0.94 | 0.62 |
| Hex | D0 | 44 | F9 | 10 | 49 | 0 | 2 | 11E | 5E | 3E |
| Octal | 320 | 104 | 371 | 20 | 111 | 0 | 2 | 436 | 136 | 76 |
| Binary | 11010000 | 1000100 | 11111001 | 10000 | 1001001 | 0 | 10 | 100011110 | 1011110 | 111110 |
Color Harmonies of #D044F9
Complementary color
Monochromatic Colors of #D044F9
Black with #D044F9
Text Example
Text Example
White with #D044F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044F9; }
p { color: rgb(208,68,249); }
H1.HeaderClassName
{
color: #D044F9;
}
.AnyTagClassName
{
color: #D044F9;
}
</style>
background-color css
<style>
a { background-color: #D044F9; }
a { background-color: rgb(208,68,249); }
div.DivClassName
{
background-color: #D044F9;
}
.BgClassName
{
background-color: #D044F9;
}
</style>
border-color css
<style>
span { border-color: #D044F9; }
span { border-color: rgb(208,68,249); }
td.TdClassName
{
border-color: #D044F9;
}
.TagClassName
{
border-color: #D044F9;
}
</style>