Shades of Psychedelic Purple #DA10F8
Tints of Psychedelic Purple #DA10F8
RGB
CMYK
RGB Variations
Color information
#DA10F8 (or 0xDA10F8) is known color: Psychedelic Purple. HEX triplet: DA, 10 and F8. RGB value is (218,16,248). Sum of RGB (Red+Green+Blue) = 218+16+248=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA10F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10F8 is #25EF07. Grayscale: #666666. Windows color (decimal): -2486024 or 16257242. OLE color: 16257242.
HSL color Cylindrical-coordinate representation of color #DA10F8: hue angle of 292.24º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA10F8 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 16 | 248 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.03 |
| HSL | 292.24º | 0.94% | 0.52% | - |
| HSV(B) | 292.24º | 0.94% | 0.97% | - |
| XYZ | 46.04 | 22.05 | 90.64 | - |
| YUV | 102.85 | 209.92 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 248 | 0.12 | 0.94 | 0 | 0.03 | 292.24 | 0.94 | 0.52 |
| Hex | DA | 10 | F8 | C | 5E | 0 | 3 | 124 | 5E | 34 |
| Octal | 332 | 20 | 370 | 14 | 136 | 0 | 3 | 444 | 136 | 64 |
| Binary | 11011010 | 10000 | 11111000 | 1100 | 1011110 | 0 | 11 | 100100100 | 1011110 | 110100 |
Color Harmonies of #DA10F8
Complementary color
Monochromatic Colors of #DA10F8
Black with #DA10F8
Text Example
Text Example
White with #DA10F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10F8; }
p { color: rgb(218,16,248); }
H1.HeaderClassName
{
color: #DA10F8;
}
.AnyTagClassName
{
color: #DA10F8;
}
</style>
background-color css
<style>
a { background-color: #DA10F8; }
a { background-color: rgb(218,16,248); }
div.DivClassName
{
background-color: #DA10F8;
}
.BgClassName
{
background-color: #DA10F8;
}
</style>
border-color css
<style>
span { border-color: #DA10F8; }
span { border-color: rgb(218,16,248); }
td.TdClassName
{
border-color: #DA10F8;
}
.TagClassName
{
border-color: #DA10F8;
}
</style>