Shades of Psychedelic Purple #D900F8
Tints of Psychedelic Purple #D900F8
RGB
CMYK
RGB Variations
Color information
#D900F8 (or 0xD900F8) is known color: Psychedelic Purple. HEX triplet: D9, 00 and F8. RGB value is (217,0,248). Sum of RGB (Red+Green+Blue) = 217+0+248=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #D900F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900F8 is #26FF07. Grayscale: #5C5C5C. Windows color (decimal): -2555656 or 16253145. OLE color: 16253145.
HSL color Cylindrical-coordinate representation of color #D900F8: hue angle of 292.5º 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 #D900F8 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 0 | 248 | - |
| CMYK | 0.12 | 1 | 0 | 0.03 |
| HSL | 292.5º | 1% | 0.49% | - |
| HSV(B) | 292.5º | 1% | 0.97% | - |
| XYZ | 45.56 | 21.53 | 90.56 | - |
| YUV | 93.16 | 215.39 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 248 | 0.12 | 1 | 0 | 0.03 | 292.5 | 1 | 0.49 |
| Hex | D9 | 0 | F8 | C | 64 | 0 | 3 | 124 | 64 | 31 |
| Octal | 331 | 0 | 370 | 14 | 144 | 0 | 3 | 444 | 144 | 61 |
| Binary | 11011001 | 0 | 11111000 | 1100 | 1100100 | 0 | 11 | 100100100 | 1100100 | 110001 |
Color Harmonies of #D900F8
Complementary color
Monochromatic Colors of #D900F8
Black with #D900F8
Text Example
Text Example
White with #D900F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900F8; }
p { color: rgb(217,0,248); }
H1.HeaderClassName
{
color: #D900F8;
}
.AnyTagClassName
{
color: #D900F8;
}
</style>
background-color css
<style>
a { background-color: #D900F8; }
a { background-color: rgb(217,0,248); }
div.DivClassName
{
background-color: #D900F8;
}
.BgClassName
{
background-color: #D900F8;
}
</style>
border-color css
<style>
span { border-color: #D900F8; }
span { border-color: rgb(217,0,248); }
td.TdClassName
{
border-color: #D900F8;
}
.TagClassName
{
border-color: #D900F8;
}
</style>