Shades of Psychedelic Purple #D602FE
Tints of Psychedelic Purple #D602FE
RGB
CMYK
RGB Variations
Color information
#D602FE (or 0xD602FE) is known color: Psychedelic Purple. HEX triplet: D6, 02 and FE. RGB value is (214,2,254). Sum of RGB (Red+Green+Blue) = 214+2+254=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #D602FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602FE is #29FD01. Grayscale: #5D5D5D. Windows color (decimal): -2751746 or 16646870. OLE color: 16646870.
HSL color Cylindrical-coordinate representation of color #D602FE: hue angle of 290.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602FE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 2 | 254 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.00 |
| HSL | 290.48º | 0.99% | 0.5% | - |
| HSV(B) | 290.48º | 0.99% | 1% | - |
| XYZ | 45.64 | 21.5 | 95.51 | - |
| YUV | 94.12 | 218.24 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 254 | 0.16 | 0.99 | 0 | 0.00 | 290.48 | 0.99 | 0.5 |
| Hex | D6 | 2 | FE | 10 | 63 | 0 | 0 | 122 | 63 | 32 |
| Octal | 326 | 2 | 376 | 20 | 143 | 0 | 0 | 442 | 143 | 62 |
| Binary | 11010110 | 10 | 11111110 | 10000 | 1100011 | 0 | 0 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D602FE
Complementary color
Monochromatic Colors of #D602FE
Black with #D602FE
Text Example
Text Example
White with #D602FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602FE; }
p { color: rgb(214,2,254); }
H1.HeaderClassName
{
color: #D602FE;
}
.AnyTagClassName
{
color: #D602FE;
}
</style>
background-color css
<style>
a { background-color: #D602FE; }
a { background-color: rgb(214,2,254); }
div.DivClassName
{
background-color: #D602FE;
}
.BgClassName
{
background-color: #D602FE;
}
</style>
border-color css
<style>
span { border-color: #D602FE; }
span { border-color: rgb(214,2,254); }
td.TdClassName
{
border-color: #D602FE;
}
.TagClassName
{
border-color: #D602FE;
}
</style>