Shades of Psychedelic Purple #D902FF
Tints of Psychedelic Purple #D902FF
RGB
CMYK
RGB Variations
Color information
#D902FF (or 0xD902FF) is known color: Psychedelic Purple. HEX triplet: D9, 02 and FF. RGB value is (217,2,255). Sum of RGB (Red+Green+Blue) = 217+2+255=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #D902FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902FF is #26FD00. Grayscale: #5E5E5E. Windows color (decimal): -2555137 or 16712409. OLE color: 16712409.
HSL color Cylindrical-coordinate representation of color #D902FF: hue angle of 290.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902FF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 2 | 255 | - |
| CMYK | 0.15 | 0.99 | 0 | 0 |
| HSL | 290.99º | 1% | 0.5% | - |
| HSV(B) | 290.99º | 0.99% | 1% | - |
| XYZ | 46.69 | 22.02 | 96.4 | - |
| YUV | 95.13 | 218.23 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 255 | 0.15 | 0.99 | 0 | 0 | 290.99 | 1 | 0.5 |
| Hex | D9 | 2 | FF | F | 63 | 0 | 0 | 123 | 64 | 32 |
| Octal | 331 | 2 | 377 | 17 | 143 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011001 | 10 | 11111111 | 1111 | 1100011 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D902FF
Complementary color
Monochromatic Colors of #D902FF
Black with #D902FF
Text Example
Text Example
White with #D902FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902FF; }
p { color: rgb(217,2,255); }
H1.HeaderClassName
{
color: #D902FF;
}
.AnyTagClassName
{
color: #D902FF;
}
</style>
background-color css
<style>
a { background-color: #D902FF; }
a { background-color: rgb(217,2,255); }
div.DivClassName
{
background-color: #D902FF;
}
.BgClassName
{
background-color: #D902FF;
}
</style>
border-color css
<style>
span { border-color: #D902FF; }
span { border-color: rgb(217,2,255); }
td.TdClassName
{
border-color: #D902FF;
}
.TagClassName
{
border-color: #D902FF;
}
</style>