Shades of Psychedelic Purple #D01AFF
Tints of Psychedelic Purple #D01AFF
RGB
CMYK
RGB Variations
Color information
#D01AFF (or 0xD01AFF) is known color: Psychedelic Purple. HEX triplet: D0, 1A and FF. RGB value is (208,26,255). Sum of RGB (Red+Green+Blue) = 208+26+255=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 26 (10.55% from 255 or 5.32% 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 #D01AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AFF is #2FE500. Grayscale: #696969. Windows color (decimal): -3138817 or 16718544. OLE color: 16718544.
HSL color Cylindrical-coordinate representation of color #D01AFF: hue angle of 287.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01AFF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 26 | 255 | - |
| CMYK | 0.18 | 0.90 | 0 | 0 |
| HSL | 287.69º | 1% | 0.55% | - |
| HSV(B) | 287.69º | 0.9% | 1% | - |
| XYZ | 44.43 | 21.37 | 96.39 | - |
| YUV | 106.52 | 211.8 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 255 | 0.18 | 0.90 | 0 | 0 | 287.69 | 1 | 0.55 |
| Hex | D0 | 1A | FF | 12 | 5A | 0 | 0 | 120 | 64 | 37 |
| Octal | 320 | 32 | 377 | 22 | 132 | 0 | 0 | 440 | 144 | 67 |
| Binary | 11010000 | 11010 | 11111111 | 10010 | 1011010 | 0 | 0 | 100100000 | 1100100 | 110111 |
Color Harmonies of #D01AFF
Complementary color
Monochromatic Colors of #D01AFF
Black with #D01AFF
Text Example
Text Example
White with #D01AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AFF; }
p { color: rgb(208,26,255); }
H1.HeaderClassName
{
color: #D01AFF;
}
.AnyTagClassName
{
color: #D01AFF;
}
</style>
background-color css
<style>
a { background-color: #D01AFF; }
a { background-color: rgb(208,26,255); }
div.DivClassName
{
background-color: #D01AFF;
}
.BgClassName
{
background-color: #D01AFF;
}
</style>
border-color css
<style>
span { border-color: #D01AFF; }
span { border-color: rgb(208,26,255); }
td.TdClassName
{
border-color: #D01AFF;
}
.TagClassName
{
border-color: #D01AFF;
}
</style>