Shades of Psychedelic Purple #DA26FF
Tints of Psychedelic Purple #DA26FF
RGB
CMYK
RGB Variations
Color information
#DA26FF (or 0xDA26FF) is known color: Psychedelic Purple. HEX triplet: DA, 26 and FF. RGB value is (218,38,255). Sum of RGB (Red+Green+Blue) = 218+38+255=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 38 (15.23% from 255 or 7.44% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA26FF is #25D900. Grayscale: #737373. Windows color (decimal): -2480385 or 16721626. OLE color: 16721626.
HSL color Cylindrical-coordinate representation of color #DA26FF: hue angle of 289.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA26FF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 38 | 255 | - |
| CMYK | 0.15 | 0.85 | 0 | 0 |
| HSL | 289.77º | 1% | 0.57% | - |
| HSV(B) | 289.77º | 0.85% | 1% | - |
| XYZ | 47.66 | 23.51 | 96.63 | - |
| YUV | 116.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 255 | 0.15 | 0.85 | 0 | 0 | 289.77 | 1 | 0.57 |
| Hex | DA | 26 | FF | F | 55 | 0 | 0 | 122 | 64 | 39 |
| Octal | 332 | 46 | 377 | 17 | 125 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011010 | 100110 | 11111111 | 1111 | 1010101 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #DA26FF
Complementary color
Monochromatic Colors of #DA26FF
Black with #DA26FF
Text Example
Text Example
White with #DA26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26FF; }
p { color: rgb(218,38,255); }
H1.HeaderClassName
{
color: #DA26FF;
}
.AnyTagClassName
{
color: #DA26FF;
}
</style>
background-color css
<style>
a { background-color: #DA26FF; }
a { background-color: rgb(218,38,255); }
div.DivClassName
{
background-color: #DA26FF;
}
.BgClassName
{
background-color: #DA26FF;
}
</style>
border-color css
<style>
span { border-color: #DA26FF; }
span { border-color: rgb(218,38,255); }
td.TdClassName
{
border-color: #DA26FF;
}
.TagClassName
{
border-color: #DA26FF;
}
</style>