Shades of Psychedelic Purple #D71AFC
Tints of Psychedelic Purple #D71AFC
RGB
CMYK
RGB Variations
Color information
#D71AFC (or 0xD71AFC) is known color: Psychedelic Purple. HEX triplet: D7, 1A and FC. RGB value is (215,26,252). Sum of RGB (Red+Green+Blue) = 215+26+252=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #D71AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AFC is #28E503. Grayscale: #6B6B6B. Windows color (decimal): -2680068 or 16521943. OLE color: 16521943.
HSL color Cylindrical-coordinate representation of color #D71AFC: hue angle of 290.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71AFC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 26 | 252 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.01 |
| HSL | 290.18º | 0.97% | 0.55% | - |
| HSV(B) | 290.18º | 0.9% | 0.99% | - |
| XYZ | 45.96 | 22.21 | 93.96 | - |
| YUV | 108.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 252 | 0.15 | 0.90 | 0 | 0.01 | 290.18 | 0.97 | 0.55 |
| Hex | D7 | 1A | FC | F | 5A | 0 | 1 | 122 | 61 | 37 |
| Octal | 327 | 32 | 374 | 17 | 132 | 0 | 1 | 442 | 141 | 67 |
| Binary | 11010111 | 11010 | 11111100 | 1111 | 1011010 | 0 | 1 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D71AFC
Complementary color
Monochromatic Colors of #D71AFC
Black with #D71AFC
Text Example
Text Example
White with #D71AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71AFC; }
p { color: rgb(215,26,252); }
H1.HeaderClassName
{
color: #D71AFC;
}
.AnyTagClassName
{
color: #D71AFC;
}
</style>
background-color css
<style>
a { background-color: #D71AFC; }
a { background-color: rgb(215,26,252); }
div.DivClassName
{
background-color: #D71AFC;
}
.BgClassName
{
background-color: #D71AFC;
}
</style>
border-color css
<style>
span { border-color: #D71AFC; }
span { border-color: rgb(215,26,252); }
td.TdClassName
{
border-color: #D71AFC;
}
.TagClassName
{
border-color: #D71AFC;
}
</style>