Shades of Psychedelic Purple #D602F9
Tints of Psychedelic Purple #D602F9
RGB
CMYK
RGB Variations
Color information
#D602F9 (or 0xD602F9) is known color: Psychedelic Purple. HEX triplet: D6, 02 and F9. RGB value is (214,2,249). Sum of RGB (Red+Green+Blue) = 214+2+249=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #D602F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602F9 is #29FD06. Grayscale: #5C5C5C. Windows color (decimal): -2751751 or 16319190. OLE color: 16319190.
HSL color Cylindrical-coordinate representation of color #D602F9: hue angle of 291.5º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602F9 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 2 | 249 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.5º | 0.98% | 0.49% | - |
| HSV(B) | 291.5º | 0.99% | 0.98% | - |
| XYZ | 44.85 | 21.18 | 91.35 | - |
| YUV | 93.55 | 215.74 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 249 | 0.14 | 0.99 | 0 | 0.02 | 291.5 | 0.98 | 0.49 |
| Hex | D6 | 2 | F9 | E | 63 | 0 | 2 | 123 | 62 | 31 |
| Octal | 326 | 2 | 371 | 16 | 143 | 0 | 2 | 443 | 142 | 61 |
| Binary | 11010110 | 10 | 11111001 | 1110 | 1100011 | 0 | 10 | 100100011 | 1100010 | 110001 |
Color Harmonies of #D602F9
Complementary color
Monochromatic Colors of #D602F9
Black with #D602F9
Text Example
Text Example
White with #D602F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602F9; }
p { color: rgb(214,2,249); }
H1.HeaderClassName
{
color: #D602F9;
}
.AnyTagClassName
{
color: #D602F9;
}
</style>
background-color css
<style>
a { background-color: #D602F9; }
a { background-color: rgb(214,2,249); }
div.DivClassName
{
background-color: #D602F9;
}
.BgClassName
{
background-color: #D602F9;
}
</style>
border-color css
<style>
span { border-color: #D602F9; }
span { border-color: rgb(214,2,249); }
td.TdClassName
{
border-color: #D602F9;
}
.TagClassName
{
border-color: #D602F9;
}
</style>