Shades of Psychedelic Purple #DA00F8
Tints of Psychedelic Purple #DA00F8
RGB
CMYK
RGB Variations
Color information
#DA00F8 (or 0xDA00F8) is known color: Psychedelic Purple. HEX triplet: DA, 00 and F8. RGB value is (218,0,248). Sum of RGB (Red+Green+Blue) = 218+0+248=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00F8 is #25FF07. Grayscale: #5C5C5C. Windows color (decimal): -2490120 or 16253146. OLE color: 16253146.
HSL color Cylindrical-coordinate representation of color #DA00F8: hue angle of 292.74º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00F8 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 0 | 248 | - |
| CMYK | 0.12 | 1 | 0 | 0.03 |
| HSL | 292.74º | 1% | 0.49% | - |
| HSV(B) | 292.74º | 1% | 0.97% | - |
| XYZ | 45.86 | 21.68 | 90.58 | - |
| YUV | 93.45 | 215.22 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 248 | 0.12 | 1 | 0 | 0.03 | 292.74 | 1 | 0.49 |
| Hex | DA | 0 | F8 | C | 64 | 0 | 3 | 125 | 64 | 31 |
| Octal | 332 | 0 | 370 | 14 | 144 | 0 | 3 | 445 | 144 | 61 |
| Binary | 11011010 | 0 | 11111000 | 1100 | 1100100 | 0 | 11 | 100100101 | 1100100 | 110001 |
Color Harmonies of #DA00F8
Complementary color
Monochromatic Colors of #DA00F8
Black with #DA00F8
Text Example
Text Example
White with #DA00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00F8; }
p { color: rgb(218,0,248); }
H1.HeaderClassName
{
color: #DA00F8;
}
.AnyTagClassName
{
color: #DA00F8;
}
</style>
background-color css
<style>
a { background-color: #DA00F8; }
a { background-color: rgb(218,0,248); }
div.DivClassName
{
background-color: #DA00F8;
}
.BgClassName
{
background-color: #DA00F8;
}
</style>
border-color css
<style>
span { border-color: #DA00F8; }
span { border-color: rgb(218,0,248); }
td.TdClassName
{
border-color: #DA00F8;
}
.TagClassName
{
border-color: #DA00F8;
}
</style>