Shades of Psychedelic Purple #DA27FE
Tints of Psychedelic Purple #DA27FE
RGB
CMYK
RGB Variations
Color information
#DA27FE (or 0xDA27FE) is known color: Psychedelic Purple. HEX triplet: DA, 27 and FE. RGB value is (218,39,254). Sum of RGB (Red+Green+Blue) = 218+39+254=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA27FE is #25D801. Grayscale: #747474. Windows color (decimal): -2480130 or 16656346. OLE color: 16656346.
HSL color Cylindrical-coordinate representation of color #DA27FE: hue angle of 289.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA27FE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 39 | 254 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.00 |
| HSL | 289.95º | 0.99% | 0.57% | - |
| HSV(B) | 289.95º | 0.85% | 1% | - |
| XYZ | 47.53 | 23.51 | 95.8 | - |
| YUV | 117.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 254 | 0.14 | 0.85 | 0 | 0.00 | 289.95 | 0.99 | 0.57 |
| Hex | DA | 27 | FE | E | 55 | 0 | 0 | 122 | 63 | 39 |
| Octal | 332 | 47 | 376 | 16 | 125 | 0 | 0 | 442 | 143 | 71 |
| Binary | 11011010 | 100111 | 11111110 | 1110 | 1010101 | 0 | 0 | 100100010 | 1100011 | 111001 |
Color Harmonies of #DA27FE
Complementary color
Monochromatic Colors of #DA27FE
Black with #DA27FE
Text Example
Text Example
White with #DA27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27FE; }
p { color: rgb(218,39,254); }
H1.HeaderClassName
{
color: #DA27FE;
}
.AnyTagClassName
{
color: #DA27FE;
}
</style>
background-color css
<style>
a { background-color: #DA27FE; }
a { background-color: rgb(218,39,254); }
div.DivClassName
{
background-color: #DA27FE;
}
.BgClassName
{
background-color: #DA27FE;
}
</style>
border-color css
<style>
span { border-color: #DA27FE; }
span { border-color: rgb(218,39,254); }
td.TdClassName
{
border-color: #DA27FE;
}
.TagClassName
{
border-color: #DA27FE;
}
</style>