Shades of Psychedelic Purple #D006FB
Tints of Psychedelic Purple #D006FB
RGB
CMYK
RGB Variations
Color information
#D006FB (or 0xD006FB) is known color: Psychedelic Purple. HEX triplet: D0, 06 and FB. RGB value is (208,6,251). Sum of RGB (Red+Green+Blue) = 208+6+251=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #D006FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006FB is #2FF904. Grayscale: #5D5D5D. Windows color (decimal): -3143941 or 16451280. OLE color: 16451280.
HSL color Cylindrical-coordinate representation of color #D006FB: hue angle of 289.47º degrees, saturation: 0.97, 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 #D006FB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 6 | 251 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.02 |
| HSL | 289.47º | 0.97% | 0.5% | - |
| HSV(B) | 289.47º | 0.98% | 0.98% | - |
| XYZ | 43.49 | 20.51 | 92.93 | - |
| YUV | 94.33 | 216.42 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 251 | 0.17 | 0.98 | 0 | 0.02 | 289.47 | 0.97 | 0.5 |
| Hex | D0 | 6 | FB | 11 | 62 | 0 | 2 | 121 | 61 | 32 |
| Octal | 320 | 6 | 373 | 21 | 142 | 0 | 2 | 441 | 141 | 62 |
| Binary | 11010000 | 110 | 11111011 | 10001 | 1100010 | 0 | 10 | 100100001 | 1100001 | 110010 |
Color Harmonies of #D006FB
Complementary color
Monochromatic Colors of #D006FB
Black with #D006FB
Text Example
Text Example
White with #D006FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006FB; }
p { color: rgb(208,6,251); }
H1.HeaderClassName
{
color: #D006FB;
}
.AnyTagClassName
{
color: #D006FB;
}
</style>
background-color css
<style>
a { background-color: #D006FB; }
a { background-color: rgb(208,6,251); }
div.DivClassName
{
background-color: #D006FB;
}
.BgClassName
{
background-color: #D006FB;
}
</style>
border-color css
<style>
span { border-color: #D006FB; }
span { border-color: rgb(208,6,251); }
td.TdClassName
{
border-color: #D006FB;
}
.TagClassName
{
border-color: #D006FB;
}
</style>