Shades of Psychedelic Purple #D014FB
Tints of Psychedelic Purple #D014FB
RGB
CMYK
RGB Variations
Color information
#D014FB (or 0xD014FB) is known color: Psychedelic Purple. HEX triplet: D0, 14 and FB. RGB value is (208,20,251). Sum of RGB (Red+Green+Blue) = 208+20+251=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #D014FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014FB is #2FEB04. Grayscale: #656565. Windows color (decimal): -3140357 or 16454864. OLE color: 16454864.
HSL color Cylindrical-coordinate representation of color #D014FB: hue angle of 288.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D014FB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 20 | 251 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.02 |
| HSL | 288.83º | 0.97% | 0.53% | - |
| HSV(B) | 288.83º | 0.92% | 0.98% | - |
| XYZ | 43.68 | 20.88 | 92.99 | - |
| YUV | 102.55 | 211.78 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 251 | 0.17 | 0.92 | 0 | 0.02 | 288.83 | 0.97 | 0.53 |
| Hex | D0 | 14 | FB | 11 | 5C | 0 | 2 | 121 | 61 | 35 |
| Octal | 320 | 24 | 373 | 21 | 134 | 0 | 2 | 441 | 141 | 65 |
| Binary | 11010000 | 10100 | 11111011 | 10001 | 1011100 | 0 | 10 | 100100001 | 1100001 | 110101 |
Color Harmonies of #D014FB
Complementary color
Monochromatic Colors of #D014FB
Black with #D014FB
Text Example
Text Example
White with #D014FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014FB; }
p { color: rgb(208,20,251); }
H1.HeaderClassName
{
color: #D014FB;
}
.AnyTagClassName
{
color: #D014FB;
}
</style>
background-color css
<style>
a { background-color: #D014FB; }
a { background-color: rgb(208,20,251); }
div.DivClassName
{
background-color: #D014FB;
}
.BgClassName
{
background-color: #D014FB;
}
</style>
border-color css
<style>
span { border-color: #D014FB; }
span { border-color: rgb(208,20,251); }
td.TdClassName
{
border-color: #D014FB;
}
.TagClassName
{
border-color: #D014FB;
}
</style>