Shades of Psychedelic Purple #DA00F2
Tints of Psychedelic Purple #DA00F2
RGB
CMYK
RGB Variations
Color information
#DA00F2 (or 0xDA00F2) is known color: Psychedelic Purple. HEX triplet: DA, 00 and F2. RGB value is (218,0,242). Sum of RGB (Red+Green+Blue) = 218+0+242=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA00F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00F2 is #25FF0D. Grayscale: #5C5C5C. Windows color (decimal): -2490126 or 15859930. OLE color: 15859930.
HSL color Cylindrical-coordinate representation of color #DA00F2: hue angle of 294.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00F2 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 0 | 242 | - |
| CMYK | 0.10 | 1 | 0 | 0.05 |
| HSL | 294.05º | 1% | 0.47% | - |
| HSV(B) | 294.05º | 1% | 0.95% | - |
| XYZ | 44.94 | 21.32 | 85.75 | - |
| YUV | 92.77 | 212.22 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 242 | 0.10 | 1 | 0 | 0.05 | 294.05 | 1 | 0.47 |
| Hex | DA | 0 | F2 | A | 64 | 0 | 5 | 126 | 64 | 2F |
| Octal | 332 | 0 | 362 | 12 | 144 | 0 | 5 | 446 | 144 | 57 |
| Binary | 11011010 | 0 | 11110010 | 1010 | 1100100 | 0 | 101 | 100100110 | 1100100 | 101111 |
Color Harmonies of #DA00F2
Complementary color
Monochromatic Colors of #DA00F2
Black with #DA00F2
Text Example
Text Example
White with #DA00F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00F2; }
p { color: rgb(218,0,242); }
H1.HeaderClassName
{
color: #DA00F2;
}
.AnyTagClassName
{
color: #DA00F2;
}
</style>
background-color css
<style>
a { background-color: #DA00F2; }
a { background-color: rgb(218,0,242); }
div.DivClassName
{
background-color: #DA00F2;
}
.BgClassName
{
background-color: #DA00F2;
}
</style>
border-color css
<style>
span { border-color: #DA00F2; }
span { border-color: rgb(218,0,242); }
td.TdClassName
{
border-color: #DA00F2;
}
.TagClassName
{
border-color: #DA00F2;
}
</style>