Shades of Psychedelic Purple #DA1BFF
Tints of Psychedelic Purple #DA1BFF
RGB
CMYK
RGB Variations
Color information
#DA1BFF (or 0xDA1BFF) is known color: Psychedelic Purple. HEX triplet: DA, 1B and FF. RGB value is (218,27,255). Sum of RGB (Red+Green+Blue) = 218+27+255=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 27 (10.94% from 255 or 5.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1BFF is #25E400. Grayscale: #6D6D6D. Windows color (decimal): -2483201 or 16718810. OLE color: 16718810.
HSL color Cylindrical-coordinate representation of color #DA1BFF: hue angle of 290.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1BFF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 27 | 255 | - |
| CMYK | 0.15 | 0.89 | 0 | 0 |
| HSL | 290.26º | 1% | 0.55% | - |
| HSV(B) | 290.26º | 0.89% | 1% | - |
| XYZ | 47.36 | 22.91 | 96.53 | - |
| YUV | 110.1 | 209.78 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 255 | 0.15 | 0.89 | 0 | 0 | 290.26 | 1 | 0.55 |
| Hex | DA | 1B | FF | F | 59 | 0 | 0 | 122 | 64 | 37 |
| Octal | 332 | 33 | 377 | 17 | 131 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11011010 | 11011 | 11111111 | 1111 | 1011001 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #DA1BFF
Complementary color
Monochromatic Colors of #DA1BFF
Black with #DA1BFF
Text Example
Text Example
White with #DA1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BFF; }
p { color: rgb(218,27,255); }
H1.HeaderClassName
{
color: #DA1BFF;
}
.AnyTagClassName
{
color: #DA1BFF;
}
</style>
background-color css
<style>
a { background-color: #DA1BFF; }
a { background-color: rgb(218,27,255); }
div.DivClassName
{
background-color: #DA1BFF;
}
.BgClassName
{
background-color: #DA1BFF;
}
</style>
border-color css
<style>
span { border-color: #DA1BFF; }
span { border-color: rgb(218,27,255); }
td.TdClassName
{
border-color: #DA1BFF;
}
.TagClassName
{
border-color: #DA1BFF;
}
</style>