Shades of Psychedelic Purple #DA21FE
Tints of Psychedelic Purple #DA21FE
RGB
CMYK
RGB Variations
Color information
#DA21FE (or 0xDA21FE) is known color: Psychedelic Purple. HEX triplet: DA, 21 and FE. RGB value is (218,33,254). Sum of RGB (Red+Green+Blue) = 218+33+254=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 33 (13.28% from 255 or 6.53% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA21FE is #25DE01. Grayscale: #707070. Windows color (decimal): -2481666 or 16654810. OLE color: 16654810.
HSL color Cylindrical-coordinate representation of color #DA21FE: hue angle of 290.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA21FE is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 33 | 254 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.00 |
| HSL | 290.23º | 0.99% | 0.56% | - |
| HSV(B) | 290.23º | 0.87% | 1% | - |
| XYZ | 47.35 | 23.15 | 95.74 | - |
| YUV | 113.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 254 | 0.14 | 0.87 | 0 | 0.00 | 290.23 | 0.99 | 0.56 |
| Hex | DA | 21 | FE | E | 57 | 0 | 0 | 122 | 63 | 38 |
| Octal | 332 | 41 | 376 | 16 | 127 | 0 | 0 | 442 | 143 | 70 |
| Binary | 11011010 | 100001 | 11111110 | 1110 | 1010111 | 0 | 0 | 100100010 | 1100011 | 111000 |
Color Harmonies of #DA21FE
Complementary color
Monochromatic Colors of #DA21FE
Black with #DA21FE
Text Example
Text Example
White with #DA21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21FE; }
p { color: rgb(218,33,254); }
H1.HeaderClassName
{
color: #DA21FE;
}
.AnyTagClassName
{
color: #DA21FE;
}
</style>
background-color css
<style>
a { background-color: #DA21FE; }
a { background-color: rgb(218,33,254); }
div.DivClassName
{
background-color: #DA21FE;
}
.BgClassName
{
background-color: #DA21FE;
}
</style>
border-color css
<style>
span { border-color: #DA21FE; }
span { border-color: rgb(218,33,254); }
td.TdClassName
{
border-color: #DA21FE;
}
.TagClassName
{
border-color: #DA21FE;
}
</style>