Shades of Psychedelic Purple #D714FE
Tints of Psychedelic Purple #D714FE
RGB
CMYK
RGB Variations
Color information
#D714FE (or 0xD714FE) is known color: Psychedelic Purple. HEX triplet: D7, 14 and FE. RGB value is (215,20,254). Sum of RGB (Red+Green+Blue) = 215+20+254=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #D714FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714FE is #28EB01. Grayscale: #686868. Windows color (decimal): -2681602 or 16651479. OLE color: 16651479.
HSL color Cylindrical-coordinate representation of color #D714FE: hue angle of 290º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D714FE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 20 | 254 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.00 |
| HSL | 290º | 0.99% | 0.54% | - |
| HSV(B) | 290º | 0.92% | 1% | - |
| XYZ | 46.16 | 22.1 | 95.6 | - |
| YUV | 104.98 | 212.1 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 254 | 0.15 | 0.92 | 0 | 0.00 | 290 | 0.99 | 0.54 |
| Hex | D7 | 14 | FE | F | 5C | 0 | 0 | 122 | 63 | 36 |
| Octal | 327 | 24 | 376 | 17 | 134 | 0 | 0 | 442 | 143 | 66 |
| Binary | 11010111 | 10100 | 11111110 | 1111 | 1011100 | 0 | 0 | 100100010 | 1100011 | 110110 |
Color Harmonies of #D714FE
Complementary color
Monochromatic Colors of #D714FE
Black with #D714FE
Text Example
Text Example
White with #D714FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714FE; }
p { color: rgb(215,20,254); }
H1.HeaderClassName
{
color: #D714FE;
}
.AnyTagClassName
{
color: #D714FE;
}
</style>
background-color css
<style>
a { background-color: #D714FE; }
a { background-color: rgb(215,20,254); }
div.DivClassName
{
background-color: #D714FE;
}
.BgClassName
{
background-color: #D714FE;
}
</style>
border-color css
<style>
span { border-color: #D714FE; }
span { border-color: rgb(215,20,254); }
td.TdClassName
{
border-color: #D714FE;
}
.TagClassName
{
border-color: #D714FE;
}
</style>