Shades of Psychedelic Purple #D902E6
Tints of Psychedelic Purple #D902E6
RGB
CMYK
RGB Variations
Color information
#D902E6 (or 0xD902E6) is known color: Psychedelic Purple. HEX triplet: D9, 02 and E6. RGB value is (217,2,230). Sum of RGB (Red+Green+Blue) = 217+2+230=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #D902E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902E6 is #26FD19. Grayscale: #5B5B5B. Windows color (decimal): -2555162 or 15074009. OLE color: 15074009.
HSL color Cylindrical-coordinate representation of color #D902E6: hue angle of 296.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902E6 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 2 | 230 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.10 |
| HSL | 296.58º | 0.98% | 0.45% | - |
| HSV(B) | 296.58º | 0.99% | 0.9% | - |
| XYZ | 42.92 | 20.51 | 76.56 | - |
| YUV | 92.28 | 205.73 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 230 | 0.06 | 0.99 | 0 | 0.10 | 296.58 | 0.98 | 0.45 |
| Hex | D9 | 2 | E6 | 6 | 63 | 0 | A | 129 | 62 | 2D |
| Octal | 331 | 2 | 346 | 6 | 143 | 0 | 12 | 451 | 142 | 55 |
| Binary | 11011001 | 10 | 11100110 | 110 | 1100011 | 0 | 1010 | 100101001 | 1100010 | 101101 |
Color Harmonies of #D902E6
Complementary color
Monochromatic Colors of #D902E6
Black with #D902E6
Text Example
Text Example
White with #D902E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902E6; }
p { color: rgb(217,2,230); }
H1.HeaderClassName
{
color: #D902E6;
}
.AnyTagClassName
{
color: #D902E6;
}
</style>
background-color css
<style>
a { background-color: #D902E6; }
a { background-color: rgb(217,2,230); }
div.DivClassName
{
background-color: #D902E6;
}
.BgClassName
{
background-color: #D902E6;
}
</style>
border-color css
<style>
span { border-color: #D902E6; }
span { border-color: rgb(217,2,230); }
td.TdClassName
{
border-color: #D902E6;
}
.TagClassName
{
border-color: #D902E6;
}
</style>