Shades of Psychedelic Purple #D610FF
Tints of Psychedelic Purple #D610FF
RGB
CMYK
RGB Variations
Color information
#D610FF (or 0xD610FF) is known color: Psychedelic Purple. HEX triplet: D6, 10 and FF. RGB value is (214,16,255). Sum of RGB (Red+Green+Blue) = 214+16+255=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D610FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D610FF is #29EF00. Grayscale: #656565. Windows color (decimal): -2748161 or 16715990. OLE color: 16715990.
HSL color Cylindrical-coordinate representation of color #D610FF: hue angle of 289.71º 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 #D610FF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 16 | 255 | - |
| CMYK | 0.16 | 0.94 | 0 | 0 |
| HSL | 289.71º | 1% | 0.53% | - |
| HSV(B) | 289.71º | 0.94% | 1% | - |
| XYZ | 45.97 | 21.89 | 96.41 | - |
| YUV | 102.45 | 214.1 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 255 | 0.16 | 0.94 | 0 | 0 | 289.71 | 1 | 0.53 |
| Hex | D6 | 10 | FF | 10 | 5E | 0 | 0 | 122 | 64 | 35 |
| Octal | 326 | 20 | 377 | 20 | 136 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11010110 | 10000 | 11111111 | 10000 | 1011110 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D610FF
Complementary color
Monochromatic Colors of #D610FF
Black with #D610FF
Text Example
Text Example
White with #D610FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D610FF; }
p { color: rgb(214,16,255); }
H1.HeaderClassName
{
color: #D610FF;
}
.AnyTagClassName
{
color: #D610FF;
}
</style>
background-color css
<style>
a { background-color: #D610FF; }
a { background-color: rgb(214,16,255); }
div.DivClassName
{
background-color: #D610FF;
}
.BgClassName
{
background-color: #D610FF;
}
</style>
border-color css
<style>
span { border-color: #D610FF; }
span { border-color: rgb(214,16,255); }
td.TdClassName
{
border-color: #D610FF;
}
.TagClassName
{
border-color: #D610FF;
}
</style>