Shades of Psychedelic Purple #D008FE
Tints of Psychedelic Purple #D008FE
RGB
CMYK
RGB Variations
Color information
#D008FE (or 0xD008FE) is known color: Psychedelic Purple. HEX triplet: D0, 08 and FE. RGB value is (208,8,254). Sum of RGB (Red+Green+Blue) = 208+8+254=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #D008FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D008FE is #2FF701. Grayscale: #5F5F5F. Windows color (decimal): -3143426 or 16648400. OLE color: 16648400.
HSL color Cylindrical-coordinate representation of color #D008FE: hue angle of 288.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D008FE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 8 | 254 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.00 |
| HSL | 288.78º | 0.99% | 0.51% | - |
| HSV(B) | 288.78º | 0.97% | 1% | - |
| XYZ | 43.99 | 20.74 | 95.45 | - |
| YUV | 95.84 | 217.26 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 254 | 0.18 | 0.97 | 0 | 0.00 | 288.78 | 0.99 | 0.51 |
| Hex | D0 | 8 | FE | 12 | 61 | 0 | 0 | 121 | 63 | 33 |
| Octal | 320 | 10 | 376 | 22 | 141 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11010000 | 1000 | 11111110 | 10010 | 1100001 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #D008FE
Complementary color
Monochromatic Colors of #D008FE
Black with #D008FE
Text Example
Text Example
White with #D008FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008FE; }
p { color: rgb(208,8,254); }
H1.HeaderClassName
{
color: #D008FE;
}
.AnyTagClassName
{
color: #D008FE;
}
</style>
background-color css
<style>
a { background-color: #D008FE; }
a { background-color: rgb(208,8,254); }
div.DivClassName
{
background-color: #D008FE;
}
.BgClassName
{
background-color: #D008FE;
}
</style>
border-color css
<style>
span { border-color: #D008FE; }
span { border-color: rgb(208,8,254); }
td.TdClassName
{
border-color: #D008FE;
}
.TagClassName
{
border-color: #D008FE;
}
</style>