Shades of Psychedelic Purple #D700F8
Tints of Psychedelic Purple #D700F8
RGB
CMYK
RGB Variations
Color information
#D700F8 (or 0xD700F8) is known color: Psychedelic Purple. HEX triplet: D7, 00 and F8. RGB value is (215,0,248). Sum of RGB (Red+Green+Blue) = 215+0+248=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #D700F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700F8 is #28FF07. Grayscale: #5B5B5B. Windows color (decimal): -2686728 or 16253143. OLE color: 16253143.
HSL color Cylindrical-coordinate representation of color #D700F8: hue angle of 292.02º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700F8 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 0 | 248 | - |
| CMYK | 0.13 | 1 | 0 | 0.03 |
| HSL | 292.02º | 1% | 0.49% | - |
| HSV(B) | 292.02º | 1% | 0.97% | - |
| XYZ | 44.97 | 21.22 | 90.53 | - |
| YUV | 92.56 | 215.73 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 248 | 0.13 | 1 | 0 | 0.03 | 292.02 | 1 | 0.49 |
| Hex | D7 | 0 | F8 | D | 64 | 0 | 3 | 124 | 64 | 31 |
| Octal | 327 | 0 | 370 | 15 | 144 | 0 | 3 | 444 | 144 | 61 |
| Binary | 11010111 | 0 | 11111000 | 1101 | 1100100 | 0 | 11 | 100100100 | 1100100 | 110001 |
Color Harmonies of #D700F8
Complementary color
Monochromatic Colors of #D700F8
Black with #D700F8
Text Example
Text Example
White with #D700F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700F8; }
p { color: rgb(215,0,248); }
H1.HeaderClassName
{
color: #D700F8;
}
.AnyTagClassName
{
color: #D700F8;
}
</style>
background-color css
<style>
a { background-color: #D700F8; }
a { background-color: rgb(215,0,248); }
div.DivClassName
{
background-color: #D700F8;
}
.BgClassName
{
background-color: #D700F8;
}
</style>
border-color css
<style>
span { border-color: #D700F8; }
span { border-color: rgb(215,0,248); }
td.TdClassName
{
border-color: #D700F8;
}
.TagClassName
{
border-color: #D700F8;
}
</style>