Shades of Psychedelic Purple #D602FD
Tints of Psychedelic Purple #D602FD
RGB
CMYK
RGB Variations
Color information
#D602FD (or 0xD602FD) is known color: Psychedelic Purple. HEX triplet: D6, 02 and FD. RGB value is (214,2,253). Sum of RGB (Red+Green+Blue) = 214+2+253=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D602FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602FD is #29FD02. Grayscale: #5D5D5D. Windows color (decimal): -2751747 or 16581334. OLE color: 16581334.
HSL color Cylindrical-coordinate representation of color #D602FD: hue angle of 290.68º 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 #D602FD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 2 | 253 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.01 |
| HSL | 290.68º | 0.98% | 0.5% | - |
| HSV(B) | 290.68º | 0.99% | 0.99% | - |
| XYZ | 45.48 | 21.43 | 94.67 | - |
| YUV | 94 | 217.74 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 253 | 0.15 | 0.99 | 0 | 0.01 | 290.68 | 0.98 | 0.5 |
| Hex | D6 | 2 | FD | F | 63 | 0 | 1 | 123 | 62 | 32 |
| Octal | 326 | 2 | 375 | 17 | 143 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11010110 | 10 | 11111101 | 1111 | 1100011 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D602FD
Complementary color
Monochromatic Colors of #D602FD
Black with #D602FD
Text Example
Text Example
White with #D602FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602FD; }
p { color: rgb(214,2,253); }
H1.HeaderClassName
{
color: #D602FD;
}
.AnyTagClassName
{
color: #D602FD;
}
</style>
background-color css
<style>
a { background-color: #D602FD; }
a { background-color: rgb(214,2,253); }
div.DivClassName
{
background-color: #D602FD;
}
.BgClassName
{
background-color: #D602FD;
}
</style>
border-color css
<style>
span { border-color: #D602FD; }
span { border-color: rgb(214,2,253); }
td.TdClassName
{
border-color: #D602FD;
}
.TagClassName
{
border-color: #D602FD;
}
</style>