Shades of Psychedelic Purple #DA38FF
Tints of Psychedelic Purple #DA38FF
RGB
CMYK
RGB Variations
Color information
#DA38FF (or 0xDA38FF) is known color: Psychedelic Purple. HEX triplet: DA, 38 and FF. RGB value is (218,56,255). Sum of RGB (Red+Green+Blue) = 218+56+255=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 56 (22.27% from 255 or 10.59% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA38FF is #25C700. Grayscale: #7E7E7E. Windows color (decimal): -2475777 or 16726234. OLE color: 16726234.
HSL color Cylindrical-coordinate representation of color #DA38FF: hue angle of 288.84º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA38FF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 56 | 255 | - |
| CMYK | 0.15 | 0.78 | 0 | 0 |
| HSL | 288.84º | 1% | 0.61% | - |
| HSV(B) | 288.84º | 0.78% | 1% | - |
| XYZ | 48.38 | 24.95 | 96.87 | - |
| YUV | 127.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 255 | 0.15 | 0.78 | 0 | 0 | 288.84 | 1 | 0.61 |
| Hex | DA | 38 | FF | F | 4E | 0 | 0 | 121 | 64 | 3D |
| Octal | 332 | 70 | 377 | 17 | 116 | 0 | 0 | 441 | 144 | 75 |
| Binary | 11011010 | 111000 | 11111111 | 1111 | 1001110 | 0 | 0 | 100100001 | 1100100 | 111101 |
Color Harmonies of #DA38FF
Complementary color
Monochromatic Colors of #DA38FF
Black with #DA38FF
Text Example
Text Example
White with #DA38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA38FF; }
p { color: rgb(218,56,255); }
H1.HeaderClassName
{
color: #DA38FF;
}
.AnyTagClassName
{
color: #DA38FF;
}
</style>
background-color css
<style>
a { background-color: #DA38FF; }
a { background-color: rgb(218,56,255); }
div.DivClassName
{
background-color: #DA38FF;
}
.BgClassName
{
background-color: #DA38FF;
}
</style>
border-color css
<style>
span { border-color: #DA38FF; }
span { border-color: rgb(218,56,255); }
td.TdClassName
{
border-color: #DA38FF;
}
.TagClassName
{
border-color: #DA38FF;
}
</style>