Shades of Psychedelic Purple #D60DFE
Tints of Psychedelic Purple #D60DFE
RGB
CMYK
RGB Variations
Color information
#D60DFE (or 0xD60DFE) is known color: Psychedelic Purple. HEX triplet: D6, 0D and FE. RGB value is (214,13,254). Sum of RGB (Red+Green+Blue) = 214+13+254=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D60DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DFE is #29F201. Grayscale: #636363. Windows color (decimal): -2748930 or 16649686. OLE color: 16649686.
HSL color Cylindrical-coordinate representation of color #D60DFE: hue angle of 290.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60DFE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 13 | 254 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.00 |
| HSL | 290.04º | 0.99% | 0.52% | - |
| HSV(B) | 290.04º | 0.95% | 1% | - |
| XYZ | 45.76 | 21.74 | 95.55 | - |
| YUV | 100.57 | 214.59 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 254 | 0.16 | 0.95 | 0 | 0.00 | 290.04 | 0.99 | 0.52 |
| Hex | D6 | D | FE | 10 | 5F | 0 | 0 | 122 | 63 | 34 |
| Octal | 326 | 15 | 376 | 20 | 137 | 0 | 0 | 442 | 143 | 64 |
| Binary | 11010110 | 1101 | 11111110 | 10000 | 1011111 | 0 | 0 | 100100010 | 1100011 | 110100 |
Color Harmonies of #D60DFE
Complementary color
Monochromatic Colors of #D60DFE
Black with #D60DFE
Text Example
Text Example
White with #D60DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DFE; }
p { color: rgb(214,13,254); }
H1.HeaderClassName
{
color: #D60DFE;
}
.AnyTagClassName
{
color: #D60DFE;
}
</style>
background-color css
<style>
a { background-color: #D60DFE; }
a { background-color: rgb(214,13,254); }
div.DivClassName
{
background-color: #D60DFE;
}
.BgClassName
{
background-color: #D60DFE;
}
</style>
border-color css
<style>
span { border-color: #D60DFE; }
span { border-color: rgb(214,13,254); }
td.TdClassName
{
border-color: #D60DFE;
}
.TagClassName
{
border-color: #D60DFE;
}
</style>