Shades of Psychedelic Purple #D01DF8
Tints of Psychedelic Purple #D01DF8
RGB
CMYK
RGB Variations
Color information
#D01DF8 (or 0xD01DF8) is known color: Psychedelic Purple. HEX triplet: D0, 1D and F8. RGB value is (208,29,248). Sum of RGB (Red+Green+Blue) = 208+29+248=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #D01DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DF8 is #2FE207. Grayscale: #6A6A6A. Windows color (decimal): -3138056 or 16260560. OLE color: 16260560.
HSL color Cylindrical-coordinate representation of color #D01DF8: hue angle of 289.04º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01DF8 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 29 | 248 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.03 |
| HSL | 289.04º | 0.94% | 0.54% | - |
| HSV(B) | 289.04º | 0.88% | 0.97% | - |
| XYZ | 43.4 | 21.07 | 90.59 | - |
| YUV | 107.49 | 207.3 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 248 | 0.16 | 0.88 | 0 | 0.03 | 289.04 | 0.94 | 0.54 |
| Hex | D0 | 1D | F8 | 10 | 58 | 0 | 3 | 121 | 5E | 36 |
| Octal | 320 | 35 | 370 | 20 | 130 | 0 | 3 | 441 | 136 | 66 |
| Binary | 11010000 | 11101 | 11111000 | 10000 | 1011000 | 0 | 11 | 100100001 | 1011110 | 110110 |
Color Harmonies of #D01DF8
Complementary color
Monochromatic Colors of #D01DF8
Black with #D01DF8
Text Example
Text Example
White with #D01DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DF8; }
p { color: rgb(208,29,248); }
H1.HeaderClassName
{
color: #D01DF8;
}
.AnyTagClassName
{
color: #D01DF8;
}
</style>
background-color css
<style>
a { background-color: #D01DF8; }
a { background-color: rgb(208,29,248); }
div.DivClassName
{
background-color: #D01DF8;
}
.BgClassName
{
background-color: #D01DF8;
}
</style>
border-color css
<style>
span { border-color: #D01DF8; }
span { border-color: rgb(208,29,248); }
td.TdClassName
{
border-color: #D01DF8;
}
.TagClassName
{
border-color: #D01DF8;
}
</style>