Shades of Psychedelic Purple #D000FE
Tints of Psychedelic Purple #D000FE
RGB
CMYK
RGB Variations
Color information
#D000FE (or 0xD000FE) is known color: Psychedelic Purple. HEX triplet: D0, 00 and FE. RGB value is (208,0,254). Sum of RGB (Red+Green+Blue) = 208+0+254=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #D000FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000FE is #2FFF01. Grayscale: #5A5A5A. Windows color (decimal): -3145474 or 16646352. OLE color: 16646352.
HSL color Cylindrical-coordinate representation of color #D000FE: hue angle of 289.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000FE is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 0 | 254 | - |
| CMYK | 0.18 | 1 | 0 | 0.00 |
| HSL | 289.13º | 1% | 0.5% | - |
| HSV(B) | 289.13º | 1% | 1% | - |
| XYZ | 43.9 | 20.57 | 95.42 | - |
| YUV | 91.15 | 219.91 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 254 | 0.18 | 1 | 0 | 0.00 | 289.13 | 1 | 0.5 |
| Hex | D0 | 0 | FE | 12 | 64 | 0 | 0 | 121 | 64 | 32 |
| Octal | 320 | 0 | 376 | 22 | 144 | 0 | 0 | 441 | 144 | 62 |
| Binary | 11010000 | 0 | 11111110 | 10010 | 1100100 | 0 | 0 | 100100001 | 1100100 | 110010 |
Color Harmonies of #D000FE
Complementary color
Monochromatic Colors of #D000FE
Black with #D000FE
Text Example
Text Example
White with #D000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000FE; }
p { color: rgb(208,0,254); }
H1.HeaderClassName
{
color: #D000FE;
}
.AnyTagClassName
{
color: #D000FE;
}
</style>
background-color css
<style>
a { background-color: #D000FE; }
a { background-color: rgb(208,0,254); }
div.DivClassName
{
background-color: #D000FE;
}
.BgClassName
{
background-color: #D000FE;
}
</style>
border-color css
<style>
span { border-color: #D000FE; }
span { border-color: rgb(208,0,254); }
td.TdClassName
{
border-color: #D000FE;
}
.TagClassName
{
border-color: #D000FE;
}
</style>