Shades of Psychedelic Purple #D602FC
Tints of Psychedelic Purple #D602FC
RGB
CMYK
RGB Variations
Color information
#D602FC (or 0xD602FC) is known color: Psychedelic Purple. HEX triplet: D6, 02 and FC. RGB value is (214,2,252). Sum of RGB (Red+Green+Blue) = 214+2+252=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #D602FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602FC is #29FD03. Grayscale: #5D5D5D. Windows color (decimal): -2751748 or 16515798. OLE color: 16515798.
HSL color Cylindrical-coordinate representation of color #D602FC: hue angle of 290.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602FC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 2 | 252 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.01 |
| HSL | 290.88º | 0.98% | 0.5% | - |
| HSV(B) | 290.88º | 0.99% | 0.99% | - |
| XYZ | 45.32 | 21.37 | 93.83 | - |
| YUV | 93.89 | 217.24 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 252 | 0.15 | 0.99 | 0 | 0.01 | 290.88 | 0.98 | 0.5 |
| Hex | D6 | 2 | FC | F | 63 | 0 | 1 | 123 | 62 | 32 |
| Octal | 326 | 2 | 374 | 17 | 143 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11010110 | 10 | 11111100 | 1111 | 1100011 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D602FC
Complementary color
Monochromatic Colors of #D602FC
Black with #D602FC
Text Example
Text Example
White with #D602FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602FC; }
p { color: rgb(214,2,252); }
H1.HeaderClassName
{
color: #D602FC;
}
.AnyTagClassName
{
color: #D602FC;
}
</style>
background-color css
<style>
a { background-color: #D602FC; }
a { background-color: rgb(214,2,252); }
div.DivClassName
{
background-color: #D602FC;
}
.BgClassName
{
background-color: #D602FC;
}
</style>
border-color css
<style>
span { border-color: #D602FC; }
span { border-color: rgb(214,2,252); }
td.TdClassName
{
border-color: #D602FC;
}
.TagClassName
{
border-color: #D602FC;
}
</style>