Shades of Psychedelic Purple #D014F5
Tints of Psychedelic Purple #D014F5
RGB
CMYK
RGB Variations
Color information
#D014F5 (or 0xD014F5) is known color: Psychedelic Purple. HEX triplet: D0, 14 and F5. RGB value is (208,20,245). Sum of RGB (Red+Green+Blue) = 208+20+245=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #D014F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014F5 is #2FEB0A. Grayscale: #656565. Windows color (decimal): -3140363 or 16061648. OLE color: 16061648.
HSL color Cylindrical-coordinate representation of color #D014F5: hue angle of 290.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D014F5 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 20 | 245 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.04 |
| HSL | 290.13º | 0.92% | 0.52% | - |
| HSV(B) | 290.13º | 0.92% | 0.96% | - |
| XYZ | 42.74 | 20.5 | 88.09 | - |
| YUV | 101.86 | 208.78 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 245 | 0.15 | 0.92 | 0 | 0.04 | 290.13 | 0.92 | 0.52 |
| Hex | D0 | 14 | F5 | F | 5C | 0 | 4 | 122 | 5C | 34 |
| Octal | 320 | 24 | 365 | 17 | 134 | 0 | 4 | 442 | 134 | 64 |
| Binary | 11010000 | 10100 | 11110101 | 1111 | 1011100 | 0 | 100 | 100100010 | 1011100 | 110100 |
Color Harmonies of #D014F5
Complementary color
Monochromatic Colors of #D014F5
Black with #D014F5
Text Example
Text Example
White with #D014F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014F5; }
p { color: rgb(208,20,245); }
H1.HeaderClassName
{
color: #D014F5;
}
.AnyTagClassName
{
color: #D014F5;
}
</style>
background-color css
<style>
a { background-color: #D014F5; }
a { background-color: rgb(208,20,245); }
div.DivClassName
{
background-color: #D014F5;
}
.BgClassName
{
background-color: #D014F5;
}
</style>
border-color css
<style>
span { border-color: #D014F5; }
span { border-color: rgb(208,20,245); }
td.TdClassName
{
border-color: #D014F5;
}
.TagClassName
{
border-color: #D014F5;
}
</style>