Shades of Psychedelic Purple #D60FFF
Tints of Psychedelic Purple #D60FFF
RGB
CMYK
RGB Variations
Color information
#D60FFF (or 0xD60FFF) is known color: Psychedelic Purple. HEX triplet: D6, 0F and FF. RGB value is (214,15,255). Sum of RGB (Red+Green+Blue) = 214+15+255=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D60FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FFF is #29F000. Grayscale: #656565. Windows color (decimal): -2748417 or 16715734. OLE color: 16715734.
HSL color Cylindrical-coordinate representation of color #D60FFF: hue angle of 289.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60FFF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 15 | 255 | - |
| CMYK | 0.16 | 0.94 | 0 | 0 |
| HSL | 289.75º | 1% | 0.53% | - |
| HSV(B) | 289.75º | 0.94% | 1% | - |
| XYZ | 45.95 | 21.86 | 96.4 | - |
| YUV | 101.86 | 214.43 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 255 | 0.16 | 0.94 | 0 | 0 | 289.75 | 1 | 0.53 |
| Hex | D6 | F | FF | 10 | 5E | 0 | 0 | 122 | 64 | 35 |
| Octal | 326 | 17 | 377 | 20 | 136 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11010110 | 1111 | 11111111 | 10000 | 1011110 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D60FFF
Complementary color
Monochromatic Colors of #D60FFF
Black with #D60FFF
Text Example
Text Example
White with #D60FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FFF; }
p { color: rgb(214,15,255); }
H1.HeaderClassName
{
color: #D60FFF;
}
.AnyTagClassName
{
color: #D60FFF;
}
</style>
background-color css
<style>
a { background-color: #D60FFF; }
a { background-color: rgb(214,15,255); }
div.DivClassName
{
background-color: #D60FFF;
}
.BgClassName
{
background-color: #D60FFF;
}
</style>
border-color css
<style>
span { border-color: #D60FFF; }
span { border-color: rgb(214,15,255); }
td.TdClassName
{
border-color: #D60FFF;
}
.TagClassName
{
border-color: #D60FFF;
}
</style>