Shades of Psychedelic Purple #D810FF
Tints of Psychedelic Purple #D810FF
RGB
CMYK
RGB Variations
Color information
#D810FF (or 0xD810FF) is known color: Psychedelic Purple. HEX triplet: D8, 10 and FF. RGB value is (216,16,255). Sum of RGB (Red+Green+Blue) = 216+16+255=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D810FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D810FF is #27EF00. Grayscale: #666666. Windows color (decimal): -2617089 or 16715992. OLE color: 16715992.
HSL color Cylindrical-coordinate representation of color #D810FF: hue angle of 290.21º 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 #D810FF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 16 | 255 | - |
| CMYK | 0.15 | 0.94 | 0 | 0 |
| HSL | 290.21º | 1% | 0.53% | - |
| HSV(B) | 290.21º | 0.94% | 1% | - |
| XYZ | 46.55 | 22.19 | 96.44 | - |
| YUV | 103.05 | 213.76 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 255 | 0.15 | 0.94 | 0 | 0 | 290.21 | 1 | 0.53 |
| Hex | D8 | 10 | FF | F | 5E | 0 | 0 | 122 | 64 | 35 |
| Octal | 330 | 20 | 377 | 17 | 136 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11011000 | 10000 | 11111111 | 1111 | 1011110 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D810FF
Complementary color
Monochromatic Colors of #D810FF
Black with #D810FF
Text Example
Text Example
White with #D810FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810FF; }
p { color: rgb(216,16,255); }
H1.HeaderClassName
{
color: #D810FF;
}
.AnyTagClassName
{
color: #D810FF;
}
</style>
background-color css
<style>
a { background-color: #D810FF; }
a { background-color: rgb(216,16,255); }
div.DivClassName
{
background-color: #D810FF;
}
.BgClassName
{
background-color: #D810FF;
}
</style>
border-color css
<style>
span { border-color: #D810FF; }
span { border-color: rgb(216,16,255); }
td.TdClassName
{
border-color: #D810FF;
}
.TagClassName
{
border-color: #D810FF;
}
</style>