Shades of Psychedelic Purple #D018F8
Tints of Psychedelic Purple #D018F8
RGB
CMYK
RGB Variations
Color information
#D018F8 (or 0xD018F8) is known color: Psychedelic Purple. HEX triplet: D0, 18 and F8. RGB value is (208,24,248). Sum of RGB (Red+Green+Blue) = 208+24+248=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #D018F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018F8 is #2FE707. Grayscale: #676767. Windows color (decimal): -3139336 or 16259280. OLE color: 16259280.
HSL color Cylindrical-coordinate representation of color #D018F8: hue angle of 289.29º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D018F8 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 24 | 248 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.03 |
| HSL | 289.29º | 0.94% | 0.53% | - |
| HSV(B) | 289.29º | 0.9% | 0.97% | - |
| XYZ | 43.28 | 20.84 | 90.55 | - |
| YUV | 104.55 | 208.96 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 248 | 0.16 | 0.90 | 0 | 0.03 | 289.29 | 0.94 | 0.53 |
| Hex | D0 | 18 | F8 | 10 | 5A | 0 | 3 | 121 | 5E | 35 |
| Octal | 320 | 30 | 370 | 20 | 132 | 0 | 3 | 441 | 136 | 65 |
| Binary | 11010000 | 11000 | 11111000 | 10000 | 1011010 | 0 | 11 | 100100001 | 1011110 | 110101 |
Color Harmonies of #D018F8
Complementary color
Monochromatic Colors of #D018F8
Black with #D018F8
Text Example
Text Example
White with #D018F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018F8; }
p { color: rgb(208,24,248); }
H1.HeaderClassName
{
color: #D018F8;
}
.AnyTagClassName
{
color: #D018F8;
}
</style>
background-color css
<style>
a { background-color: #D018F8; }
a { background-color: rgb(208,24,248); }
div.DivClassName
{
background-color: #D018F8;
}
.BgClassName
{
background-color: #D018F8;
}
</style>
border-color css
<style>
span { border-color: #D018F8; }
span { border-color: rgb(208,24,248); }
td.TdClassName
{
border-color: #D018F8;
}
.TagClassName
{
border-color: #D018F8;
}
</style>