Shades of Psychedelic Purple #D000F9
Tints of Psychedelic Purple #D000F9
RGB
CMYK
RGB Variations
Color information
#D000F9 (or 0xD000F9) is known color: Psychedelic Purple. HEX triplet: D0, 00 and F9. RGB value is (208,0,249). Sum of RGB (Red+Green+Blue) = 208+0+249=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #D000F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000F9 is #2FFF06. Grayscale: #595959. Windows color (decimal): -3145479 or 16318672. OLE color: 16318672.
HSL color Cylindrical-coordinate representation of color #D000F9: hue angle of 290.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000F9 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 0 | 249 | - |
| CMYK | 0.16 | 1 | 0 | 0.02 |
| HSL | 290.12º | 1% | 0.49% | - |
| HSV(B) | 290.12º | 1% | 0.98% | - |
| XYZ | 43.11 | 20.25 | 91.26 | - |
| YUV | 90.58 | 217.41 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 249 | 0.16 | 1 | 0 | 0.02 | 290.12 | 1 | 0.49 |
| Hex | D0 | 0 | F9 | 10 | 64 | 0 | 2 | 122 | 64 | 31 |
| Octal | 320 | 0 | 371 | 20 | 144 | 0 | 2 | 442 | 144 | 61 |
| Binary | 11010000 | 0 | 11111001 | 10000 | 1100100 | 0 | 10 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D000F9
Complementary color
Monochromatic Colors of #D000F9
Black with #D000F9
Text Example
Text Example
White with #D000F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000F9; }
p { color: rgb(208,0,249); }
H1.HeaderClassName
{
color: #D000F9;
}
.AnyTagClassName
{
color: #D000F9;
}
</style>
background-color css
<style>
a { background-color: #D000F9; }
a { background-color: rgb(208,0,249); }
div.DivClassName
{
background-color: #D000F9;
}
.BgClassName
{
background-color: #D000F9;
}
</style>
border-color css
<style>
span { border-color: #D000F9; }
span { border-color: rgb(208,0,249); }
td.TdClassName
{
border-color: #D000F9;
}
.TagClassName
{
border-color: #D000F9;
}
</style>