Shades of Psychedelic Purple #D902F0
Tints of Psychedelic Purple #D902F0
RGB
CMYK
RGB Variations
Color information
#D902F0 (or 0xD902F0) is known color: Psychedelic Purple. HEX triplet: D9, 02 and F0. RGB value is (217,2,240). Sum of RGB (Red+Green+Blue) = 217+2+240=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #D902F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902F0 is #26FD0F. Grayscale: #5C5C5C. Windows color (decimal): -2555152 or 15729369. OLE color: 15729369.
HSL color Cylindrical-coordinate representation of color #D902F0: hue angle of 294.2º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902F0 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 2 | 240 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.06 |
| HSL | 294.2º | 0.98% | 0.47% | - |
| HSV(B) | 294.2º | 0.99% | 0.94% | - |
| XYZ | 44.37 | 21.09 | 84.17 | - |
| YUV | 93.42 | 210.73 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 240 | 0.10 | 0.99 | 0 | 0.06 | 294.2 | 0.98 | 0.47 |
| Hex | D9 | 2 | F0 | A | 63 | 0 | 6 | 126 | 62 | 2F |
| Octal | 331 | 2 | 360 | 12 | 143 | 0 | 6 | 446 | 142 | 57 |
| Binary | 11011001 | 10 | 11110000 | 1010 | 1100011 | 0 | 110 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D902F0
Complementary color
Monochromatic Colors of #D902F0
Black with #D902F0
Text Example
Text Example
White with #D902F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902F0; }
p { color: rgb(217,2,240); }
H1.HeaderClassName
{
color: #D902F0;
}
.AnyTagClassName
{
color: #D902F0;
}
</style>
background-color css
<style>
a { background-color: #D902F0; }
a { background-color: rgb(217,2,240); }
div.DivClassName
{
background-color: #D902F0;
}
.BgClassName
{
background-color: #D902F0;
}
</style>
border-color css
<style>
span { border-color: #D902F0; }
span { border-color: rgb(217,2,240); }
td.TdClassName
{
border-color: #D902F0;
}
.TagClassName
{
border-color: #D902F0;
}
</style>