Shades of Psychedelic Purple #D702ED
Tints of Psychedelic Purple #D702ED
RGB
CMYK
RGB Variations
Color information
#D702ED (or 0xD702ED) is known color: Psychedelic Purple. HEX triplet: D7, 02 and ED. RGB value is (215,2,237). Sum of RGB (Red+Green+Blue) = 215+2+237=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #D702ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702ED is #28FD12. Grayscale: #5B5B5B. Windows color (decimal): -2686227 or 15532759. OLE color: 15532759.
HSL color Cylindrical-coordinate representation of color #D702ED: hue angle of 294.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702ED is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 2 | 237 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.07 |
| HSL | 294.38º | 0.98% | 0.47% | - |
| HSV(B) | 294.38º | 0.99% | 0.93% | - |
| XYZ | 43.33 | 20.6 | 81.81 | - |
| YUV | 92.48 | 209.57 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 237 | 0.09 | 0.99 | 0 | 0.07 | 294.38 | 0.98 | 0.47 |
| Hex | D7 | 2 | ED | 9 | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 327 | 2 | 355 | 11 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11010111 | 10 | 11101101 | 1001 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D702ED
Complementary color
Monochromatic Colors of #D702ED
Black with #D702ED
Text Example
Text Example
White with #D702ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702ED; }
p { color: rgb(215,2,237); }
H1.HeaderClassName
{
color: #D702ED;
}
.AnyTagClassName
{
color: #D702ED;
}
</style>
background-color css
<style>
a { background-color: #D702ED; }
a { background-color: rgb(215,2,237); }
div.DivClassName
{
background-color: #D702ED;
}
.BgClassName
{
background-color: #D702ED;
}
</style>
border-color css
<style>
span { border-color: #D702ED; }
span { border-color: rgb(215,2,237); }
td.TdClassName
{
border-color: #D702ED;
}
.TagClassName
{
border-color: #D702ED;
}
</style>