Shades of Psychedelic Purple #D71AFE
Tints of Psychedelic Purple #D71AFE
RGB
CMYK
RGB Variations
Color information
#D71AFE (or 0xD71AFE) is known color: Psychedelic Purple. HEX triplet: D7, 1A and FE. RGB value is (215,26,254). Sum of RGB (Red+Green+Blue) = 215+26+254=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #D71AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AFE is #28E501. Grayscale: #6B6B6B. Windows color (decimal): -2680066 or 16653015. OLE color: 16653015.
HSL color Cylindrical-coordinate representation of color #D71AFE: hue angle of 289.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71AFE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 26 | 254 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.00 |
| HSL | 289.74º | 0.99% | 0.55% | - |
| HSV(B) | 289.74º | 0.9% | 1% | - |
| XYZ | 46.28 | 22.34 | 95.64 | - |
| YUV | 108.5 | 210.12 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 254 | 0.15 | 0.90 | 0 | 0.00 | 289.74 | 0.99 | 0.55 |
| Hex | D7 | 1A | FE | F | 5A | 0 | 0 | 122 | 63 | 37 |
| Octal | 327 | 32 | 376 | 17 | 132 | 0 | 0 | 442 | 143 | 67 |
| Binary | 11010111 | 11010 | 11111110 | 1111 | 1011010 | 0 | 0 | 100100010 | 1100011 | 110111 |
Color Harmonies of #D71AFE
Complementary color
Monochromatic Colors of #D71AFE
Black with #D71AFE
Text Example
Text Example
White with #D71AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71AFE; }
p { color: rgb(215,26,254); }
H1.HeaderClassName
{
color: #D71AFE;
}
.AnyTagClassName
{
color: #D71AFE;
}
</style>
background-color css
<style>
a { background-color: #D71AFE; }
a { background-color: rgb(215,26,254); }
div.DivClassName
{
background-color: #D71AFE;
}
.BgClassName
{
background-color: #D71AFE;
}
</style>
border-color css
<style>
span { border-color: #D71AFE; }
span { border-color: rgb(215,26,254); }
td.TdClassName
{
border-color: #D71AFE;
}
.TagClassName
{
border-color: #D71AFE;
}
</style>