Shades of Psychedelic Purple #DA0CF3
Tints of Psychedelic Purple #DA0CF3
RGB
CMYK
RGB Variations
Color information
#DA0CF3 (or 0xDA0CF3) is known color: Psychedelic Purple. HEX triplet: DA, 0C and F3. RGB value is (218,12,243). Sum of RGB (Red+Green+Blue) = 218+12+243=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA0CF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0CF3 is #25F30C. Grayscale: #636363. Windows color (decimal): -2487053 or 15928538. OLE color: 15928538.
HSL color Cylindrical-coordinate representation of color #DA0CF3: hue angle of 293.51º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CF3 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 12 | 243 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.05 |
| HSL | 293.51º | 0.91% | 0.5% | - |
| HSV(B) | 293.51º | 0.95% | 0.95% | - |
| XYZ | 45.22 | 21.64 | 86.59 | - |
| YUV | 99.93 | 208.75 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 243 | 0.10 | 0.95 | 0 | 0.05 | 293.51 | 0.91 | 0.5 |
| Hex | DA | C | F3 | A | 5F | 0 | 5 | 126 | 5B | 32 |
| Octal | 332 | 14 | 363 | 12 | 137 | 0 | 5 | 446 | 133 | 62 |
| Binary | 11011010 | 1100 | 11110011 | 1010 | 1011111 | 0 | 101 | 100100110 | 1011011 | 110010 |
Color Harmonies of #DA0CF3
Complementary color
Monochromatic Colors of #DA0CF3
Black with #DA0CF3
Text Example
Text Example
White with #DA0CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CF3; }
p { color: rgb(218,12,243); }
H1.HeaderClassName
{
color: #DA0CF3;
}
.AnyTagClassName
{
color: #DA0CF3;
}
</style>
background-color css
<style>
a { background-color: #DA0CF3; }
a { background-color: rgb(218,12,243); }
div.DivClassName
{
background-color: #DA0CF3;
}
.BgClassName
{
background-color: #DA0CF3;
}
</style>
border-color css
<style>
span { border-color: #DA0CF3; }
span { border-color: rgb(218,12,243); }
td.TdClassName
{
border-color: #DA0CF3;
}
.TagClassName
{
border-color: #DA0CF3;
}
</style>