Shades of Psychedelic Purple #D014FF
Tints of Psychedelic Purple #D014FF
RGB
CMYK
RGB Variations
Color information
#D014FF (or 0xD014FF) is known color: Psychedelic Purple. HEX triplet: D0, 14 and FF. RGB value is (208,20,255). Sum of RGB (Red+Green+Blue) = 208+20+255=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #D014FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014FF is #2FEB00. Grayscale: #666666. Windows color (decimal): -3140353 or 16717008. OLE color: 16717008.
HSL color Cylindrical-coordinate representation of color #D014FF: hue angle of 288º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D014FF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 20 | 255 | - |
| CMYK | 0.18 | 0.92 | 0 | 0 |
| HSL | 288º | 1% | 0.54% | - |
| HSV(B) | 288º | 0.92% | 1% | - |
| XYZ | 44.31 | 21.13 | 96.35 | - |
| YUV | 103 | 213.78 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 255 | 0.18 | 0.92 | 0 | 0 | 288 | 1 | 0.54 |
| Hex | D0 | 14 | FF | 12 | 5C | 0 | 0 | 120 | 64 | 36 |
| Octal | 320 | 24 | 377 | 22 | 134 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11010000 | 10100 | 11111111 | 10010 | 1011100 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #D014FF
Complementary color
Monochromatic Colors of #D014FF
Black with #D014FF
Text Example
Text Example
White with #D014FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014FF; }
p { color: rgb(208,20,255); }
H1.HeaderClassName
{
color: #D014FF;
}
.AnyTagClassName
{
color: #D014FF;
}
</style>
background-color css
<style>
a { background-color: #D014FF; }
a { background-color: rgb(208,20,255); }
div.DivClassName
{
background-color: #D014FF;
}
.BgClassName
{
background-color: #D014FF;
}
</style>
border-color css
<style>
span { border-color: #D014FF; }
span { border-color: rgb(208,20,255); }
td.TdClassName
{
border-color: #D014FF;
}
.TagClassName
{
border-color: #D014FF;
}
</style>