Shades of Psychedelic Purple #DA23E8
Tints of Psychedelic Purple #DA23E8
RGB
CMYK
RGB Variations
Color information
#DA23E8 (or 0xDA23E8) is known color: Psychedelic Purple. HEX triplet: DA, 23 and E8. RGB value is (218,35,232). Sum of RGB (Red+Green+Blue) = 218+35+232=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA23E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA23E8 is #25DC17. Grayscale: #6F6F6F. Windows color (decimal): -2481176 or 15213530. OLE color: 15213530.
HSL color Cylindrical-coordinate representation of color #DA23E8: hue angle of 295.74º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA23E8 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 35 | 232 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.09 |
| HSL | 295.74º | 0.81% | 0.52% | - |
| HSV(B) | 295.74º | 0.85% | 0.91% | - |
| XYZ | 44.08 | 21.93 | 78.25 | - |
| YUV | 112.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 232 | 0.06 | 0.85 | 0 | 0.09 | 295.74 | 0.81 | 0.52 |
| Hex | DA | 23 | E8 | 6 | 55 | 0 | 9 | 128 | 51 | 34 |
| Octal | 332 | 43 | 350 | 6 | 125 | 0 | 11 | 450 | 121 | 64 |
| Binary | 11011010 | 100011 | 11101000 | 110 | 1010101 | 0 | 1001 | 100101000 | 1010001 | 110100 |
Color Harmonies of #DA23E8
Complementary color
Monochromatic Colors of #DA23E8
Black with #DA23E8
Text Example
Text Example
White with #DA23E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23E8; }
p { color: rgb(218,35,232); }
H1.HeaderClassName
{
color: #DA23E8;
}
.AnyTagClassName
{
color: #DA23E8;
}
</style>
background-color css
<style>
a { background-color: #DA23E8; }
a { background-color: rgb(218,35,232); }
div.DivClassName
{
background-color: #DA23E8;
}
.BgClassName
{
background-color: #DA23E8;
}
</style>
border-color css
<style>
span { border-color: #DA23E8; }
span { border-color: rgb(218,35,232); }
td.TdClassName
{
border-color: #DA23E8;
}
.TagClassName
{
border-color: #DA23E8;
}
</style>