Shades of Psychedelic Purple #D00FF9
Tints of Psychedelic Purple #D00FF9
RGB
CMYK
RGB Variations
Color information
#D00FF9 (or 0xD00FF9) is known color: Psychedelic Purple. HEX triplet: D0, 0F and F9. RGB value is (208,15,249). Sum of RGB (Red+Green+Blue) = 208+15+249=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #D00FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FF9 is #2FF006. Grayscale: #626262. Windows color (decimal): -3141639 or 16322512. OLE color: 16322512.
HSL color Cylindrical-coordinate representation of color #D00FF9: hue angle of 289.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00FF9 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 15 | 249 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.02 |
| HSL | 289.49º | 0.95% | 0.52% | - |
| HSV(B) | 289.49º | 0.94% | 0.98% | - |
| XYZ | 43.28 | 20.59 | 91.32 | - |
| YUV | 99.38 | 212.44 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 249 | 0.16 | 0.94 | 0 | 0.02 | 289.49 | 0.95 | 0.52 |
| Hex | D0 | F | F9 | 10 | 5E | 0 | 2 | 121 | 5F | 34 |
| Octal | 320 | 17 | 371 | 20 | 136 | 0 | 2 | 441 | 137 | 64 |
| Binary | 11010000 | 1111 | 11111001 | 10000 | 1011110 | 0 | 10 | 100100001 | 1011111 | 110100 |
Color Harmonies of #D00FF9
Complementary color
Monochromatic Colors of #D00FF9
Black with #D00FF9
Text Example
Text Example
White with #D00FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FF9; }
p { color: rgb(208,15,249); }
H1.HeaderClassName
{
color: #D00FF9;
}
.AnyTagClassName
{
color: #D00FF9;
}
</style>
background-color css
<style>
a { background-color: #D00FF9; }
a { background-color: rgb(208,15,249); }
div.DivClassName
{
background-color: #D00FF9;
}
.BgClassName
{
background-color: #D00FF9;
}
</style>
border-color css
<style>
span { border-color: #D00FF9; }
span { border-color: rgb(208,15,249); }
td.TdClassName
{
border-color: #D00FF9;
}
.TagClassName
{
border-color: #D00FF9;
}
</style>