Shades of Psychedelic Purple #D81AF6
Tints of Psychedelic Purple #D81AF6
RGB
CMYK
RGB Variations
Color information
#D81AF6 (or 0xD81AF6) is known color: Psychedelic Purple. HEX triplet: D8, 1A and F6. RGB value is (216,26,246). Sum of RGB (Red+Green+Blue) = 216+26+246=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #D81AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AF6 is #27E509. Grayscale: #6B6B6B. Windows color (decimal): -2614538 or 16128728. OLE color: 16128728.
HSL color Cylindrical-coordinate representation of color #D81AF6: hue angle of 291.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81AF6 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 26 | 246 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.04 |
| HSL | 291.82º | 0.92% | 0.53% | - |
| HSV(B) | 291.82º | 0.89% | 0.96% | - |
| XYZ | 45.32 | 21.99 | 89.04 | - |
| YUV | 107.89 | 205.95 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 246 | 0.12 | 0.89 | 0 | 0.04 | 291.82 | 0.92 | 0.53 |
| Hex | D8 | 1A | F6 | C | 59 | 0 | 4 | 124 | 5C | 35 |
| Octal | 330 | 32 | 366 | 14 | 131 | 0 | 4 | 444 | 134 | 65 |
| Binary | 11011000 | 11010 | 11110110 | 1100 | 1011001 | 0 | 100 | 100100100 | 1011100 | 110101 |
Color Harmonies of #D81AF6
Complementary color
Monochromatic Colors of #D81AF6
Black with #D81AF6
Text Example
Text Example
White with #D81AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AF6; }
p { color: rgb(216,26,246); }
H1.HeaderClassName
{
color: #D81AF6;
}
.AnyTagClassName
{
color: #D81AF6;
}
</style>
background-color css
<style>
a { background-color: #D81AF6; }
a { background-color: rgb(216,26,246); }
div.DivClassName
{
background-color: #D81AF6;
}
.BgClassName
{
background-color: #D81AF6;
}
</style>
border-color css
<style>
span { border-color: #D81AF6; }
span { border-color: rgb(216,26,246); }
td.TdClassName
{
border-color: #D81AF6;
}
.TagClassName
{
border-color: #D81AF6;
}
</style>