Shades of Psychedelic Purple #DA28F2
Tints of Psychedelic Purple #DA28F2
RGB
CMYK
RGB Variations
Color information
#DA28F2 (or 0xDA28F2) is known color: Psychedelic Purple. HEX triplet: DA, 28 and F2. RGB value is (218,40,242). Sum of RGB (Red+Green+Blue) = 218+40+242=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA28F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA28F2 is #25D70D. Grayscale: #737373. Windows color (decimal): -2479886 or 15870170. OLE color: 15870170.
HSL color Cylindrical-coordinate representation of color #DA28F2: hue angle of 292.87º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA28F2 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 40 | 242 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.05 |
| HSL | 292.87º | 0.89% | 0.55% | - |
| HSV(B) | 292.87º | 0.83% | 0.95% | - |
| XYZ | 45.7 | 22.83 | 86 | - |
| YUV | 116.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 242 | 0.10 | 0.83 | 0 | 0.05 | 292.87 | 0.89 | 0.55 |
| Hex | DA | 28 | F2 | A | 53 | 0 | 5 | 125 | 59 | 37 |
| Octal | 332 | 50 | 362 | 12 | 123 | 0 | 5 | 445 | 131 | 67 |
| Binary | 11011010 | 101000 | 11110010 | 1010 | 1010011 | 0 | 101 | 100100101 | 1011001 | 110111 |
Color Harmonies of #DA28F2
Complementary color
Monochromatic Colors of #DA28F2
Black with #DA28F2
Text Example
Text Example
White with #DA28F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28F2; }
p { color: rgb(218,40,242); }
H1.HeaderClassName
{
color: #DA28F2;
}
.AnyTagClassName
{
color: #DA28F2;
}
</style>
background-color css
<style>
a { background-color: #DA28F2; }
a { background-color: rgb(218,40,242); }
div.DivClassName
{
background-color: #DA28F2;
}
.BgClassName
{
background-color: #DA28F2;
}
</style>
border-color css
<style>
span { border-color: #DA28F2; }
span { border-color: rgb(218,40,242); }
td.TdClassName
{
border-color: #DA28F2;
}
.TagClassName
{
border-color: #DA28F2;
}
</style>