Shades of Psychedelic Purple #D007FE
Tints of Psychedelic Purple #D007FE
RGB
CMYK
RGB Variations
Color information
#D007FE (or 0xD007FE) is known color: Psychedelic Purple. HEX triplet: D0, 07 and FE. RGB value is (208,7,254). Sum of RGB (Red+Green+Blue) = 208+7+254=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #D007FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007FE is #2FF801. Grayscale: #5E5E5E. Windows color (decimal): -3143682 or 16648144. OLE color: 16648144.
HSL color Cylindrical-coordinate representation of color #D007FE: hue angle of 288.83º 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 #D007FE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 7 | 254 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.00 |
| HSL | 288.83º | 0.99% | 0.51% | - |
| HSV(B) | 288.83º | 0.97% | 1% | - |
| XYZ | 43.98 | 20.72 | 95.45 | - |
| YUV | 95.26 | 217.59 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 254 | 0.18 | 0.97 | 0 | 0.00 | 288.83 | 0.99 | 0.51 |
| Hex | D0 | 7 | FE | 12 | 61 | 0 | 0 | 121 | 63 | 33 |
| Octal | 320 | 7 | 376 | 22 | 141 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11010000 | 111 | 11111110 | 10010 | 1100001 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #D007FE
Complementary color
Monochromatic Colors of #D007FE
Black with #D007FE
Text Example
Text Example
White with #D007FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007FE; }
p { color: rgb(208,7,254); }
H1.HeaderClassName
{
color: #D007FE;
}
.AnyTagClassName
{
color: #D007FE;
}
</style>
background-color css
<style>
a { background-color: #D007FE; }
a { background-color: rgb(208,7,254); }
div.DivClassName
{
background-color: #D007FE;
}
.BgClassName
{
background-color: #D007FE;
}
</style>
border-color css
<style>
span { border-color: #D007FE; }
span { border-color: rgb(208,7,254); }
td.TdClassName
{
border-color: #D007FE;
}
.TagClassName
{
border-color: #D007FE;
}
</style>