Shades of Psychedelic Purple #DA1CFB
Tints of Psychedelic Purple #DA1CFB
RGB
CMYK
RGB Variations
Color information
#DA1CFB (or 0xDA1CFB) is known color: Psychedelic Purple. HEX triplet: DA, 1C and FB. RGB value is (218,28,251). Sum of RGB (Red+Green+Blue) = 218+28+251=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CFB is #25E304. Grayscale: #6D6D6D. Windows color (decimal): -2482949 or 16456922. OLE color: 16456922.
HSL color Cylindrical-coordinate representation of color #DA1CFB: hue angle of 291.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1CFB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 28 | 251 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.02 |
| HSL | 291.12º | 0.97% | 0.55% | - |
| HSV(B) | 291.12º | 0.89% | 0.98% | - |
| XYZ | 46.74 | 22.7 | 93.18 | - |
| YUV | 110.23 | 207.45 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 251 | 0.13 | 0.89 | 0 | 0.02 | 291.12 | 0.97 | 0.55 |
| Hex | DA | 1C | FB | D | 59 | 0 | 2 | 123 | 61 | 37 |
| Octal | 332 | 34 | 373 | 15 | 131 | 0 | 2 | 443 | 141 | 67 |
| Binary | 11011010 | 11100 | 11111011 | 1101 | 1011001 | 0 | 10 | 100100011 | 1100001 | 110111 |
Color Harmonies of #DA1CFB
Complementary color
Monochromatic Colors of #DA1CFB
Black with #DA1CFB
Text Example
Text Example
White with #DA1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CFB; }
p { color: rgb(218,28,251); }
H1.HeaderClassName
{
color: #DA1CFB;
}
.AnyTagClassName
{
color: #DA1CFB;
}
</style>
background-color css
<style>
a { background-color: #DA1CFB; }
a { background-color: rgb(218,28,251); }
div.DivClassName
{
background-color: #DA1CFB;
}
.BgClassName
{
background-color: #DA1CFB;
}
</style>
border-color css
<style>
span { border-color: #DA1CFB; }
span { border-color: rgb(218,28,251); }
td.TdClassName
{
border-color: #DA1CFB;
}
.TagClassName
{
border-color: #DA1CFB;
}
</style>