Shades of Psychedelic Purple #D018FF
Tints of Psychedelic Purple #D018FF
RGB
CMYK
RGB Variations
Color information
#D018FF (or 0xD018FF) is known color: Psychedelic Purple. HEX triplet: D0, 18 and FF. RGB value is (208,24,255). Sum of RGB (Red+Green+Blue) = 208+24+255=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D018FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018FF is #2FE700. Grayscale: #686868. Windows color (decimal): -3139329 or 16718032. OLE color: 16718032.
HSL color Cylindrical-coordinate representation of color #D018FF: hue angle of 287.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D018FF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 24 | 255 | - |
| CMYK | 0.18 | 0.91 | 0 | 0 |
| HSL | 287.79º | 1% | 0.55% | - |
| HSV(B) | 287.79º | 0.91% | 1% | - |
| XYZ | 44.39 | 21.28 | 96.38 | - |
| YUV | 105.35 | 212.46 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 255 | 0.18 | 0.91 | 0 | 0 | 287.79 | 1 | 0.55 |
| Hex | D0 | 18 | FF | 12 | 5B | 0 | 0 | 120 | 64 | 37 |
| Octal | 320 | 30 | 377 | 22 | 133 | 0 | 0 | 440 | 144 | 67 |
| Binary | 11010000 | 11000 | 11111111 | 10010 | 1011011 | 0 | 0 | 100100000 | 1100100 | 110111 |
Color Harmonies of #D018FF
Complementary color
Monochromatic Colors of #D018FF
Black with #D018FF
Text Example
Text Example
White with #D018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018FF; }
p { color: rgb(208,24,255); }
H1.HeaderClassName
{
color: #D018FF;
}
.AnyTagClassName
{
color: #D018FF;
}
</style>
background-color css
<style>
a { background-color: #D018FF; }
a { background-color: rgb(208,24,255); }
div.DivClassName
{
background-color: #D018FF;
}
.BgClassName
{
background-color: #D018FF;
}
</style>
border-color css
<style>
span { border-color: #D018FF; }
span { border-color: rgb(208,24,255); }
td.TdClassName
{
border-color: #D018FF;
}
.TagClassName
{
border-color: #D018FF;
}
</style>