Shades of Psychedelic Purple #DA28F5
Tints of Psychedelic Purple #DA28F5
RGB
CMYK
RGB Variations
Color information
#DA28F5 (or 0xDA28F5) is known color: Psychedelic Purple. HEX triplet: DA, 28 and F5. RGB value is (218,40,245). Sum of RGB (Red+Green+Blue) = 218+40+245=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA28F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA28F5 is #25D70A. Grayscale: #737373. Windows color (decimal): -2479883 or 16066778. OLE color: 16066778.
HSL color Cylindrical-coordinate representation of color #DA28F5: hue angle of 292.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA28F5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 40 | 245 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.04 |
| HSL | 292.1º | 0.91% | 0.56% | - |
| HSV(B) | 292.1º | 0.84% | 0.96% | - |
| XYZ | 46.15 | 23.02 | 88.4 | - |
| YUV | 116.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 245 | 0.11 | 0.84 | 0 | 0.04 | 292.1 | 0.91 | 0.56 |
| Hex | DA | 28 | F5 | B | 54 | 0 | 4 | 124 | 5B | 38 |
| Octal | 332 | 50 | 365 | 13 | 124 | 0 | 4 | 444 | 133 | 70 |
| Binary | 11011010 | 101000 | 11110101 | 1011 | 1010100 | 0 | 100 | 100100100 | 1011011 | 111000 |
Color Harmonies of #DA28F5
Complementary color
Monochromatic Colors of #DA28F5
Black with #DA28F5
Text Example
Text Example
White with #DA28F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28F5; }
p { color: rgb(218,40,245); }
H1.HeaderClassName
{
color: #DA28F5;
}
.AnyTagClassName
{
color: #DA28F5;
}
</style>
background-color css
<style>
a { background-color: #DA28F5; }
a { background-color: rgb(218,40,245); }
div.DivClassName
{
background-color: #DA28F5;
}
.BgClassName
{
background-color: #DA28F5;
}
</style>
border-color css
<style>
span { border-color: #DA28F5; }
span { border-color: rgb(218,40,245); }
td.TdClassName
{
border-color: #DA28F5;
}
.TagClassName
{
border-color: #DA28F5;
}
</style>