Shades of Psychedelic Purple #DA16FB
Tints of Psychedelic Purple #DA16FB
RGB
CMYK
RGB Variations
Color information
#DA16FB (or 0xDA16FB) is known color: Psychedelic Purple. HEX triplet: DA, 16 and FB. RGB value is (218,22,251). Sum of RGB (Red+Green+Blue) = 218+22+251=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA16FB is #25E904. Grayscale: #696969. Windows color (decimal): -2484485 or 16455386. OLE color: 16455386.
HSL color Cylindrical-coordinate representation of color #DA16FB: hue angle of 291.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA16FB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 22 | 251 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.02 |
| HSL | 291.35º | 0.97% | 0.54% | - |
| HSV(B) | 291.35º | 0.91% | 0.98% | - |
| XYZ | 46.61 | 22.44 | 93.14 | - |
| YUV | 106.71 | 209.43 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 251 | 0.13 | 0.91 | 0 | 0.02 | 291.35 | 0.97 | 0.54 |
| Hex | DA | 16 | FB | D | 5B | 0 | 2 | 123 | 61 | 36 |
| Octal | 332 | 26 | 373 | 15 | 133 | 0 | 2 | 443 | 141 | 66 |
| Binary | 11011010 | 10110 | 11111011 | 1101 | 1011011 | 0 | 10 | 100100011 | 1100001 | 110110 |
Color Harmonies of #DA16FB
Complementary color
Monochromatic Colors of #DA16FB
Black with #DA16FB
Text Example
Text Example
White with #DA16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16FB; }
p { color: rgb(218,22,251); }
H1.HeaderClassName
{
color: #DA16FB;
}
.AnyTagClassName
{
color: #DA16FB;
}
</style>
background-color css
<style>
a { background-color: #DA16FB; }
a { background-color: rgb(218,22,251); }
div.DivClassName
{
background-color: #DA16FB;
}
.BgClassName
{
background-color: #DA16FB;
}
</style>
border-color css
<style>
span { border-color: #DA16FB; }
span { border-color: rgb(218,22,251); }
td.TdClassName
{
border-color: #DA16FB;
}
.TagClassName
{
border-color: #DA16FB;
}
</style>