Shades of Psychedelic Purple #D812FF
Tints of Psychedelic Purple #D812FF
RGB
CMYK
RGB Variations
Color information
#D812FF (or 0xD812FF) is known color: Psychedelic Purple. HEX triplet: D8, 12 and FF. RGB value is (216,18,255). Sum of RGB (Red+Green+Blue) = 216+18+255=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #D812FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812FF is #27ED00. Grayscale: #676767. Windows color (decimal): -2616577 or 16716504. OLE color: 16716504.
HSL color Cylindrical-coordinate representation of color #D812FF: hue angle of 290.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D812FF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 18 | 255 | - |
| CMYK | 0.15 | 0.93 | 0 | 0 |
| HSL | 290.13º | 1% | 0.54% | - |
| HSV(B) | 290.13º | 0.93% | 1% | - |
| XYZ | 46.59 | 22.25 | 96.45 | - |
| YUV | 104.22 | 213.1 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 255 | 0.15 | 0.93 | 0 | 0 | 290.13 | 1 | 0.54 |
| Hex | D8 | 12 | FF | F | 5D | 0 | 0 | 122 | 64 | 36 |
| Octal | 330 | 22 | 377 | 17 | 135 | 0 | 0 | 442 | 144 | 66 |
| Binary | 11011000 | 10010 | 11111111 | 1111 | 1011101 | 0 | 0 | 100100010 | 1100100 | 110110 |
Color Harmonies of #D812FF
Complementary color
Monochromatic Colors of #D812FF
Black with #D812FF
Text Example
Text Example
White with #D812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812FF; }
p { color: rgb(216,18,255); }
H1.HeaderClassName
{
color: #D812FF;
}
.AnyTagClassName
{
color: #D812FF;
}
</style>
background-color css
<style>
a { background-color: #D812FF; }
a { background-color: rgb(216,18,255); }
div.DivClassName
{
background-color: #D812FF;
}
.BgClassName
{
background-color: #D812FF;
}
</style>
border-color css
<style>
span { border-color: #D812FF; }
span { border-color: rgb(216,18,255); }
td.TdClassName
{
border-color: #D812FF;
}
.TagClassName
{
border-color: #D812FF;
}
</style>