Shades of Psychedelic Purple #D006F9
Tints of Psychedelic Purple #D006F9
RGB
CMYK
RGB Variations
Color information
#D006F9 (or 0xD006F9) is known color: Psychedelic Purple. HEX triplet: D0, 06 and F9. RGB value is (208,6,249). Sum of RGB (Red+Green+Blue) = 208+6+249=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #D006F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006F9 is #2FF906. Grayscale: #5D5D5D. Windows color (decimal): -3143943 or 16320208. OLE color: 16320208.
HSL color Cylindrical-coordinate representation of color #D006F9: hue angle of 289.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D006F9 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 6 | 249 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.02 |
| HSL | 289.88º | 0.95% | 0.5% | - |
| HSV(B) | 289.88º | 0.98% | 0.98% | - |
| XYZ | 43.18 | 20.38 | 91.28 | - |
| YUV | 94.1 | 215.42 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 249 | 0.16 | 0.98 | 0 | 0.02 | 289.88 | 0.95 | 0.5 |
| Hex | D0 | 6 | F9 | 10 | 62 | 0 | 2 | 122 | 5F | 32 |
| Octal | 320 | 6 | 371 | 20 | 142 | 0 | 2 | 442 | 137 | 62 |
| Binary | 11010000 | 110 | 11111001 | 10000 | 1100010 | 0 | 10 | 100100010 | 1011111 | 110010 |
Color Harmonies of #D006F9
Complementary color
Monochromatic Colors of #D006F9
Black with #D006F9
Text Example
Text Example
White with #D006F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006F9; }
p { color: rgb(208,6,249); }
H1.HeaderClassName
{
color: #D006F9;
}
.AnyTagClassName
{
color: #D006F9;
}
</style>
background-color css
<style>
a { background-color: #D006F9; }
a { background-color: rgb(208,6,249); }
div.DivClassName
{
background-color: #D006F9;
}
.BgClassName
{
background-color: #D006F9;
}
</style>
border-color css
<style>
span { border-color: #D006F9; }
span { border-color: rgb(208,6,249); }
td.TdClassName
{
border-color: #D006F9;
}
.TagClassName
{
border-color: #D006F9;
}
</style>