Shades of Psychedelic Purple #DA21FF
Tints of Psychedelic Purple #DA21FF
RGB
CMYK
RGB Variations
Color information
#DA21FF (or 0xDA21FF) is known color: Psychedelic Purple. HEX triplet: DA, 21 and FF. RGB value is (218,33,255). Sum of RGB (Red+Green+Blue) = 218+33+255=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA21FF is #25DE00. Grayscale: #707070. Windows color (decimal): -2481665 or 16720346. OLE color: 16720346.
HSL color Cylindrical-coordinate representation of color #DA21FF: hue angle of 290º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA21FF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 33 | 255 | - |
| CMYK | 0.15 | 0.87 | 0 | 0 |
| HSL | 290º | 1% | 0.56% | - |
| HSV(B) | 290º | 0.87% | 1% | - |
| XYZ | 47.51 | 23.21 | 96.58 | - |
| YUV | 113.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 255 | 0.15 | 0.87 | 0 | 0 | 290 | 1 | 0.56 |
| Hex | DA | 21 | FF | F | 57 | 0 | 0 | 122 | 64 | 38 |
| Octal | 332 | 41 | 377 | 17 | 127 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011010 | 100001 | 11111111 | 1111 | 1010111 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #DA21FF
Complementary color
Monochromatic Colors of #DA21FF
Black with #DA21FF
Text Example
Text Example
White with #DA21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21FF; }
p { color: rgb(218,33,255); }
H1.HeaderClassName
{
color: #DA21FF;
}
.AnyTagClassName
{
color: #DA21FF;
}
</style>
background-color css
<style>
a { background-color: #DA21FF; }
a { background-color: rgb(218,33,255); }
div.DivClassName
{
background-color: #DA21FF;
}
.BgClassName
{
background-color: #DA21FF;
}
</style>
border-color css
<style>
span { border-color: #DA21FF; }
span { border-color: rgb(218,33,255); }
td.TdClassName
{
border-color: #DA21FF;
}
.TagClassName
{
border-color: #DA21FF;
}
</style>