Shades of Psychedelic Purple #D702FA
Tints of Psychedelic Purple #D702FA
RGB
CMYK
RGB Variations
Color information
#D702FA (or 0xD702FA) is known color: Psychedelic Purple. HEX triplet: D7, 02 and FA. RGB value is (215,2,250). Sum of RGB (Red+Green+Blue) = 215+2+250=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #D702FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702FA is #28FD05. Grayscale: #5D5D5D. Windows color (decimal): -2686214 or 16384727. OLE color: 16384727.
HSL color Cylindrical-coordinate representation of color #D702FA: hue angle of 291.53º 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 #D702FA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 2 | 250 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.53º | 0.98% | 0.49% | - |
| HSV(B) | 291.53º | 0.99% | 0.98% | - |
| XYZ | 45.3 | 21.39 | 92.18 | - |
| YUV | 93.96 | 216.07 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 250 | 0.14 | 0.99 | 0 | 0.02 | 291.53 | 0.98 | 0.49 |
| Hex | D7 | 2 | FA | E | 63 | 0 | 2 | 124 | 62 | 31 |
| Octal | 327 | 2 | 372 | 16 | 143 | 0 | 2 | 444 | 142 | 61 |
| Binary | 11010111 | 10 | 11111010 | 1110 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110001 |
Color Harmonies of #D702FA
Complementary color
Monochromatic Colors of #D702FA
Black with #D702FA
Text Example
Text Example
White with #D702FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702FA; }
p { color: rgb(215,2,250); }
H1.HeaderClassName
{
color: #D702FA;
}
.AnyTagClassName
{
color: #D702FA;
}
</style>
background-color css
<style>
a { background-color: #D702FA; }
a { background-color: rgb(215,2,250); }
div.DivClassName
{
background-color: #D702FA;
}
.BgClassName
{
background-color: #D702FA;
}
</style>
border-color css
<style>
span { border-color: #D702FA; }
span { border-color: rgb(215,2,250); }
td.TdClassName
{
border-color: #D702FA;
}
.TagClassName
{
border-color: #D702FA;
}
</style>