Shades of Psychedelic Purple #D702FB
Tints of Psychedelic Purple #D702FB
RGB
CMYK
RGB Variations
Color information
#D702FB (or 0xD702FB) is known color: Psychedelic Purple. HEX triplet: D7, 02 and FB. RGB value is (215,2,251). Sum of RGB (Red+Green+Blue) = 215+2+251=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #D702FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702FB is #28FD04. Grayscale: #5D5D5D. Windows color (decimal): -2686213 or 16450263. OLE color: 16450263.
HSL color Cylindrical-coordinate representation of color #D702FB: hue angle of 291.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702FB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 2 | 251 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.33º | 0.98% | 0.5% | - |
| HSV(B) | 291.33º | 0.99% | 0.98% | - |
| XYZ | 45.46 | 21.46 | 93.01 | - |
| YUV | 94.07 | 216.57 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 251 | 0.14 | 0.99 | 0 | 0.02 | 291.33 | 0.98 | 0.5 |
| Hex | D7 | 2 | FB | E | 63 | 0 | 2 | 123 | 62 | 32 |
| Octal | 327 | 2 | 373 | 16 | 143 | 0 | 2 | 443 | 142 | 62 |
| Binary | 11010111 | 10 | 11111011 | 1110 | 1100011 | 0 | 10 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D702FB
Complementary color
Monochromatic Colors of #D702FB
Black with #D702FB
Text Example
Text Example
White with #D702FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702FB; }
p { color: rgb(215,2,251); }
H1.HeaderClassName
{
color: #D702FB;
}
.AnyTagClassName
{
color: #D702FB;
}
</style>
background-color css
<style>
a { background-color: #D702FB; }
a { background-color: rgb(215,2,251); }
div.DivClassName
{
background-color: #D702FB;
}
.BgClassName
{
background-color: #D702FB;
}
</style>
border-color css
<style>
span { border-color: #D702FB; }
span { border-color: rgb(215,2,251); }
td.TdClassName
{
border-color: #D702FB;
}
.TagClassName
{
border-color: #D702FB;
}
</style>