Shades of Psychedelic Purple #DA1BF0
Tints of Psychedelic Purple #DA1BF0
RGB
CMYK
RGB Variations
Color information
#DA1BF0 (or 0xDA1BF0) is known color: Psychedelic Purple. HEX triplet: DA, 1B and F0. RGB value is (218,27,240). Sum of RGB (Red+Green+Blue) = 218+27+240=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA1BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1BF0 is #25E40F. Grayscale: #6B6B6B. Windows color (decimal): -2483216 or 15735770. OLE color: 15735770.
HSL color Cylindrical-coordinate representation of color #DA1BF0: hue angle of 293.8º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1BF0 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 27 | 240 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.06 |
| HSL | 293.8º | 0.88% | 0.52% | - |
| HSV(B) | 293.8º | 0.89% | 0.94% | - |
| XYZ | 45.03 | 21.98 | 84.31 | - |
| YUV | 108.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 240 | 0.09 | 0.89 | 0 | 0.06 | 293.8 | 0.88 | 0.52 |
| Hex | DA | 1B | F0 | 9 | 59 | 0 | 6 | 126 | 58 | 34 |
| Octal | 332 | 33 | 360 | 11 | 131 | 0 | 6 | 446 | 130 | 64 |
| Binary | 11011010 | 11011 | 11110000 | 1001 | 1011001 | 0 | 110 | 100100110 | 1011000 | 110100 |
Color Harmonies of #DA1BF0
Complementary color
Monochromatic Colors of #DA1BF0
Black with #DA1BF0
Text Example
Text Example
White with #DA1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BF0; }
p { color: rgb(218,27,240); }
H1.HeaderClassName
{
color: #DA1BF0;
}
.AnyTagClassName
{
color: #DA1BF0;
}
</style>
background-color css
<style>
a { background-color: #DA1BF0; }
a { background-color: rgb(218,27,240); }
div.DivClassName
{
background-color: #DA1BF0;
}
.BgClassName
{
background-color: #DA1BF0;
}
</style>
border-color css
<style>
span { border-color: #DA1BF0; }
span { border-color: rgb(218,27,240); }
td.TdClassName
{
border-color: #DA1BF0;
}
.TagClassName
{
border-color: #DA1BF0;
}
</style>