Shades of Psychedelic Purple #D71AFF
Tints of Psychedelic Purple #D71AFF
RGB
CMYK
RGB Variations
Color information
#D71AFF (or 0xD71AFF) is known color: Psychedelic Purple. HEX triplet: D7, 1A and FF. RGB value is (215,26,255). Sum of RGB (Red+Green+Blue) = 215+26+255=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 26 (10.55% from 255 or 5.24% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #D71AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AFF is #28E500. Grayscale: #6B6B6B. Windows color (decimal): -2680065 or 16718551. OLE color: 16718551.
HSL color Cylindrical-coordinate representation of color #D71AFF: hue angle of 289.52º 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 #D71AFF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 26 | 255 | - |
| CMYK | 0.16 | 0.90 | 0 | 0 |
| HSL | 289.52º | 1% | 0.55% | - |
| HSV(B) | 289.52º | 0.9% | 1% | - |
| XYZ | 46.44 | 22.41 | 96.48 | - |
| YUV | 108.62 | 210.62 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 255 | 0.16 | 0.90 | 0 | 0 | 289.52 | 1 | 0.55 |
| Hex | D7 | 1A | FF | 10 | 5A | 0 | 0 | 122 | 64 | 37 |
| Octal | 327 | 32 | 377 | 20 | 132 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11010111 | 11010 | 11111111 | 10000 | 1011010 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #D71AFF
Complementary color
Monochromatic Colors of #D71AFF
Black with #D71AFF
Text Example
Text Example
White with #D71AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71AFF; }
p { color: rgb(215,26,255); }
H1.HeaderClassName
{
color: #D71AFF;
}
.AnyTagClassName
{
color: #D71AFF;
}
</style>
background-color css
<style>
a { background-color: #D71AFF; }
a { background-color: rgb(215,26,255); }
div.DivClassName
{
background-color: #D71AFF;
}
.BgClassName
{
background-color: #D71AFF;
}
</style>
border-color css
<style>
span { border-color: #D71AFF; }
span { border-color: rgb(215,26,255); }
td.TdClassName
{
border-color: #D71AFF;
}
.TagClassName
{
border-color: #D71AFF;
}
</style>