Shades of Psychedelic Purple #DA16FF
Tints of Psychedelic Purple #DA16FF
RGB
CMYK
RGB Variations
Color information
#DA16FF (or 0xDA16FF) is known color: Psychedelic Purple. HEX triplet: DA, 16 and FF. RGB value is (218,22,255). Sum of RGB (Red+Green+Blue) = 218+22+255=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA16FF is #25E900. Grayscale: #6A6A6A. Windows color (decimal): -2484481 or 16717530. OLE color: 16717530.
HSL color Cylindrical-coordinate representation of color #DA16FF: hue angle of 290.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA16FF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 22 | 255 | - |
| CMYK | 0.15 | 0.91 | 0 | 0 |
| HSL | 290.47º | 1% | 0.54% | - |
| HSV(B) | 290.47º | 0.91% | 1% | - |
| XYZ | 47.25 | 22.7 | 96.5 | - |
| YUV | 107.17 | 211.43 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 255 | 0.15 | 0.91 | 0 | 0 | 290.47 | 1 | 0.54 |
| Hex | DA | 16 | FF | F | 5B | 0 | 0 | 122 | 64 | 36 |
| Octal | 332 | 26 | 377 | 17 | 133 | 0 | 0 | 442 | 144 | 66 |
| Binary | 11011010 | 10110 | 11111111 | 1111 | 1011011 | 0 | 0 | 100100010 | 1100100 | 110110 |
Color Harmonies of #DA16FF
Complementary color
Monochromatic Colors of #DA16FF
Black with #DA16FF
Text Example
Text Example
White with #DA16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16FF; }
p { color: rgb(218,22,255); }
H1.HeaderClassName
{
color: #DA16FF;
}
.AnyTagClassName
{
color: #DA16FF;
}
</style>
background-color css
<style>
a { background-color: #DA16FF; }
a { background-color: rgb(218,22,255); }
div.DivClassName
{
background-color: #DA16FF;
}
.BgClassName
{
background-color: #DA16FF;
}
</style>
border-color css
<style>
span { border-color: #DA16FF; }
span { border-color: rgb(218,22,255); }
td.TdClassName
{
border-color: #DA16FF;
}
.TagClassName
{
border-color: #DA16FF;
}
</style>