Shades of Psychedelic Purple #D600F8
Tints of Psychedelic Purple #D600F8
RGB
CMYK
RGB Variations
Color information
#D600F8 (or 0xD600F8) is known color: Psychedelic Purple. HEX triplet: D6, 00 and F8. RGB value is (214,0,248). Sum of RGB (Red+Green+Blue) = 214+0+248=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #D600F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600F8 is #29FF07. Grayscale: #5B5B5B. Windows color (decimal): -2752264 or 16253142. OLE color: 16253142.
HSL color Cylindrical-coordinate representation of color #D600F8: hue angle of 291.77º 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 #D600F8 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 0 | 248 | - |
| CMYK | 0.14 | 1 | 0 | 0.03 |
| HSL | 291.77º | 1% | 0.49% | - |
| HSV(B) | 291.77º | 1% | 0.97% | - |
| XYZ | 44.67 | 21.07 | 90.52 | - |
| YUV | 92.26 | 215.9 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 248 | 0.14 | 1 | 0 | 0.03 | 291.77 | 1 | 0.49 |
| Hex | D6 | 0 | F8 | E | 64 | 0 | 3 | 124 | 64 | 31 |
| Octal | 326 | 0 | 370 | 16 | 144 | 0 | 3 | 444 | 144 | 61 |
| Binary | 11010110 | 0 | 11111000 | 1110 | 1100100 | 0 | 11 | 100100100 | 1100100 | 110001 |
Color Harmonies of #D600F8
Complementary color
Monochromatic Colors of #D600F8
Black with #D600F8
Text Example
Text Example
White with #D600F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D600F8; }
p { color: rgb(214,0,248); }
H1.HeaderClassName
{
color: #D600F8;
}
.AnyTagClassName
{
color: #D600F8;
}
</style>
background-color css
<style>
a { background-color: #D600F8; }
a { background-color: rgb(214,0,248); }
div.DivClassName
{
background-color: #D600F8;
}
.BgClassName
{
background-color: #D600F8;
}
</style>
border-color css
<style>
span { border-color: #D600F8; }
span { border-color: rgb(214,0,248); }
td.TdClassName
{
border-color: #D600F8;
}
.TagClassName
{
border-color: #D600F8;
}
</style>