Shades of Psychedelic Purple #D51AFE
Tints of Psychedelic Purple #D51AFE
RGB
CMYK
RGB Variations
Color information
#D51AFE (or 0xD51AFE) is known color: Psychedelic Purple. HEX triplet: D5, 1A and FE. RGB value is (213,26,254). Sum of RGB (Red+Green+Blue) = 213+26+254=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D51AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AFE is #2AE501. Grayscale: #6B6B6B. Windows color (decimal): -2811138 or 16653013. OLE color: 16653013.
HSL color Cylindrical-coordinate representation of color #D51AFE: hue angle of 289.21º 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 #D51AFE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 26 | 254 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.00 |
| HSL | 289.21º | 0.99% | 0.55% | - |
| HSV(B) | 289.21º | 0.9% | 1% | - |
| XYZ | 45.7 | 22.04 | 95.61 | - |
| YUV | 107.91 | 210.45 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 254 | 0.16 | 0.90 | 0 | 0.00 | 289.21 | 0.99 | 0.55 |
| Hex | D5 | 1A | FE | 10 | 5A | 0 | 0 | 121 | 63 | 37 |
| Octal | 325 | 32 | 376 | 20 | 132 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010101 | 11010 | 11111110 | 10000 | 1011010 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D51AFE
Complementary color
Monochromatic Colors of #D51AFE
Black with #D51AFE
Text Example
Text Example
White with #D51AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51AFE; }
p { color: rgb(213,26,254); }
H1.HeaderClassName
{
color: #D51AFE;
}
.AnyTagClassName
{
color: #D51AFE;
}
</style>
background-color css
<style>
a { background-color: #D51AFE; }
a { background-color: rgb(213,26,254); }
div.DivClassName
{
background-color: #D51AFE;
}
.BgClassName
{
background-color: #D51AFE;
}
</style>
border-color css
<style>
span { border-color: #D51AFE; }
span { border-color: rgb(213,26,254); }
td.TdClassName
{
border-color: #D51AFE;
}
.TagClassName
{
border-color: #D51AFE;
}
</style>