Shades of Psychedelic Purple #DA23FF
Tints of Psychedelic Purple #DA23FF
RGB
CMYK
RGB Variations
Color information
#DA23FF (or 0xDA23FF) is known color: Psychedelic Purple. HEX triplet: DA, 23 and FF. RGB value is (218,35,255). Sum of RGB (Red+Green+Blue) = 218+35+255=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 35 (14.06% from 255 or 6.89% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA23FF is #25DC00. Grayscale: #727272. Windows color (decimal): -2481153 or 16720858. OLE color: 16720858.
HSL color Cylindrical-coordinate representation of color #DA23FF: hue angle of 289.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA23FF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 35 | 255 | - |
| CMYK | 0.15 | 0.86 | 0 | 0 |
| HSL | 289.91º | 1% | 0.57% | - |
| HSV(B) | 289.91º | 0.86% | 1% | - |
| XYZ | 47.56 | 23.33 | 96.6 | - |
| YUV | 114.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 255 | 0.15 | 0.86 | 0 | 0 | 289.91 | 1 | 0.57 |
| Hex | DA | 23 | FF | F | 56 | 0 | 0 | 122 | 64 | 39 |
| Octal | 332 | 43 | 377 | 17 | 126 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011010 | 100011 | 11111111 | 1111 | 1010110 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #DA23FF
Complementary color
Monochromatic Colors of #DA23FF
Black with #DA23FF
Text Example
Text Example
White with #DA23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23FF; }
p { color: rgb(218,35,255); }
H1.HeaderClassName
{
color: #DA23FF;
}
.AnyTagClassName
{
color: #DA23FF;
}
</style>
background-color css
<style>
a { background-color: #DA23FF; }
a { background-color: rgb(218,35,255); }
div.DivClassName
{
background-color: #DA23FF;
}
.BgClassName
{
background-color: #DA23FF;
}
</style>
border-color css
<style>
span { border-color: #DA23FF; }
span { border-color: rgb(218,35,255); }
td.TdClassName
{
border-color: #DA23FF;
}
.TagClassName
{
border-color: #DA23FF;
}
</style>