Shades of Psychedelic Purple #DA02F0
Tints of Psychedelic Purple #DA02F0
RGB
CMYK
RGB Variations
Color information
#DA02F0 (or 0xDA02F0) is known color: Psychedelic Purple. HEX triplet: DA, 02 and F0. RGB value is (218,2,240). Sum of RGB (Red+Green+Blue) = 218+2+240=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA02F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA02F0 is #25FD0F. Grayscale: #5C5C5C. Windows color (decimal): -2489616 or 15729370. OLE color: 15729370.
HSL color Cylindrical-coordinate representation of color #DA02F0: hue angle of 294.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA02F0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 2 | 240 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.06 |
| HSL | 294.45º | 0.98% | 0.47% | - |
| HSV(B) | 294.45º | 0.99% | 0.94% | - |
| XYZ | 44.66 | 21.24 | 84.18 | - |
| YUV | 93.72 | 210.56 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 240 | 0.09 | 0.99 | 0 | 0.06 | 294.45 | 0.98 | 0.47 |
| Hex | DA | 2 | F0 | 9 | 63 | 0 | 6 | 126 | 62 | 2F |
| Octal | 332 | 2 | 360 | 11 | 143 | 0 | 6 | 446 | 142 | 57 |
| Binary | 11011010 | 10 | 11110000 | 1001 | 1100011 | 0 | 110 | 100100110 | 1100010 | 101111 |
Color Harmonies of #DA02F0
Complementary color
Monochromatic Colors of #DA02F0
Black with #DA02F0
Text Example
Text Example
White with #DA02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02F0; }
p { color: rgb(218,2,240); }
H1.HeaderClassName
{
color: #DA02F0;
}
.AnyTagClassName
{
color: #DA02F0;
}
</style>
background-color css
<style>
a { background-color: #DA02F0; }
a { background-color: rgb(218,2,240); }
div.DivClassName
{
background-color: #DA02F0;
}
.BgClassName
{
background-color: #DA02F0;
}
</style>
border-color css
<style>
span { border-color: #DA02F0; }
span { border-color: rgb(218,2,240); }
td.TdClassName
{
border-color: #DA02F0;
}
.TagClassName
{
border-color: #DA02F0;
}
</style>