Shades of Psychedelic Purple #D910FF
Tints of Psychedelic Purple #D910FF
RGB
CMYK
RGB Variations
Color information
#D910FF (or 0xD910FF) is known color: Psychedelic Purple. HEX triplet: D9, 10 and FF. RGB value is (217,16,255). Sum of RGB (Red+Green+Blue) = 217+16+255=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #D910FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D910FF is #26EF00. Grayscale: #666666. Windows color (decimal): -2551553 or 16715993. OLE color: 16715993.
HSL color Cylindrical-coordinate representation of color #D910FF: hue angle of 290.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D910FF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 16 | 255 | - |
| CMYK | 0.15 | 0.94 | 0 | 0 |
| HSL | 290.46º | 1% | 0.53% | - |
| HSV(B) | 290.46º | 0.94% | 1% | - |
| XYZ | 46.85 | 22.34 | 96.45 | - |
| YUV | 103.35 | 213.59 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 255 | 0.15 | 0.94 | 0 | 0 | 290.46 | 1 | 0.53 |
| Hex | D9 | 10 | FF | F | 5E | 0 | 0 | 122 | 64 | 35 |
| Octal | 331 | 20 | 377 | 17 | 136 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11011001 | 10000 | 11111111 | 1111 | 1011110 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D910FF
Complementary color
Monochromatic Colors of #D910FF
Black with #D910FF
Text Example
Text Example
White with #D910FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910FF; }
p { color: rgb(217,16,255); }
H1.HeaderClassName
{
color: #D910FF;
}
.AnyTagClassName
{
color: #D910FF;
}
</style>
background-color css
<style>
a { background-color: #D910FF; }
a { background-color: rgb(217,16,255); }
div.DivClassName
{
background-color: #D910FF;
}
.BgClassName
{
background-color: #D910FF;
}
</style>
border-color css
<style>
span { border-color: #D910FF; }
span { border-color: rgb(217,16,255); }
td.TdClassName
{
border-color: #D910FF;
}
.TagClassName
{
border-color: #D910FF;
}
</style>