Shades of Psychedelic Purple #DA1BFE
Tints of Psychedelic Purple #DA1BFE
RGB
CMYK
RGB Variations
Color information
#DA1BFE (or 0xDA1BFE) is known color: Psychedelic Purple. HEX triplet: DA, 1B and FE. RGB value is (218,27,254). Sum of RGB (Red+Green+Blue) = 218+27+254=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 27 (10.94% from 255 or 5.41% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA1BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1BFE is #25E401. Grayscale: #6D6D6D. Windows color (decimal): -2483202 or 16653274. OLE color: 16653274.
HSL color Cylindrical-coordinate representation of color #DA1BFE: hue angle of 290.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1BFE is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 27 | 254 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.00 |
| HSL | 290.48º | 0.99% | 0.55% | - |
| HSV(B) | 290.48º | 0.89% | 1% | - |
| XYZ | 47.19 | 22.85 | 95.69 | - |
| YUV | 109.99 | 209.28 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 254 | 0.14 | 0.89 | 0 | 0.00 | 290.48 | 0.99 | 0.55 |
| Hex | DA | 1B | FE | E | 59 | 0 | 0 | 122 | 63 | 37 |
| Octal | 332 | 33 | 376 | 16 | 131 | 0 | 0 | 442 | 143 | 67 |
| Binary | 11011010 | 11011 | 11111110 | 1110 | 1011001 | 0 | 0 | 100100010 | 1100011 | 110111 |
Color Harmonies of #DA1BFE
Complementary color
Monochromatic Colors of #DA1BFE
Black with #DA1BFE
Text Example
Text Example
White with #DA1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BFE; }
p { color: rgb(218,27,254); }
H1.HeaderClassName
{
color: #DA1BFE;
}
.AnyTagClassName
{
color: #DA1BFE;
}
</style>
background-color css
<style>
a { background-color: #DA1BFE; }
a { background-color: rgb(218,27,254); }
div.DivClassName
{
background-color: #DA1BFE;
}
.BgClassName
{
background-color: #DA1BFE;
}
</style>
border-color css
<style>
span { border-color: #DA1BFE; }
span { border-color: rgb(218,27,254); }
td.TdClassName
{
border-color: #DA1BFE;
}
.TagClassName
{
border-color: #DA1BFE;
}
</style>