Shades of Psychedelic Purple #D702F6
Tints of Psychedelic Purple #D702F6
RGB
CMYK
RGB Variations
Color information
#D702F6 (or 0xD702F6) is known color: Psychedelic Purple. HEX triplet: D7, 02 and F6. RGB value is (215,2,246). Sum of RGB (Red+Green+Blue) = 215+2+246=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #D702F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702F6 is #28FD09. Grayscale: #5C5C5C. Windows color (decimal): -2686218 or 16122583. OLE color: 16122583.
HSL color Cylindrical-coordinate representation of color #D702F6: hue angle of 292.38º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702F6 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 2 | 246 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.04 |
| HSL | 292.38º | 0.98% | 0.49% | - |
| HSV(B) | 292.38º | 0.99% | 0.96% | - |
| XYZ | 44.68 | 21.14 | 88.92 | - |
| YUV | 93.5 | 214.07 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 246 | 0.13 | 0.99 | 0 | 0.04 | 292.38 | 0.98 | 0.49 |
| Hex | D7 | 2 | F6 | D | 63 | 0 | 4 | 124 | 62 | 31 |
| Octal | 327 | 2 | 366 | 15 | 143 | 0 | 4 | 444 | 142 | 61 |
| Binary | 11010111 | 10 | 11110110 | 1101 | 1100011 | 0 | 100 | 100100100 | 1100010 | 110001 |
Color Harmonies of #D702F6
Complementary color
Monochromatic Colors of #D702F6
Black with #D702F6
Text Example
Text Example
White with #D702F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702F6; }
p { color: rgb(215,2,246); }
H1.HeaderClassName
{
color: #D702F6;
}
.AnyTagClassName
{
color: #D702F6;
}
</style>
background-color css
<style>
a { background-color: #D702F6; }
a { background-color: rgb(215,2,246); }
div.DivClassName
{
background-color: #D702F6;
}
.BgClassName
{
background-color: #D702F6;
}
</style>
border-color css
<style>
span { border-color: #D702F6; }
span { border-color: rgb(215,2,246); }
td.TdClassName
{
border-color: #D702F6;
}
.TagClassName
{
border-color: #D702F6;
}
</style>