Shades of Psychedelic Purple #DA0BFF
Tints of Psychedelic Purple #DA0BFF
RGB
CMYK
RGB Variations
Color information
#DA0BFF (or 0xDA0BFF) is known color: Psychedelic Purple. HEX triplet: DA, 0B and FF. RGB value is (218,11,255). Sum of RGB (Red+Green+Blue) = 218+11+255=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0BFF is #25F400. Grayscale: #636363. Windows color (decimal): -2487297 or 16714714. OLE color: 16714714.
HSL color Cylindrical-coordinate representation of color #DA0BFF: hue angle of 290.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0BFF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 11 | 255 | - |
| CMYK | 0.15 | 0.96 | 0 | 0 |
| HSL | 290.9º | 1% | 0.52% | - |
| HSV(B) | 290.9º | 0.96% | 1% | - |
| XYZ | 47.08 | 22.36 | 96.44 | - |
| YUV | 100.71 | 215.08 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 255 | 0.15 | 0.96 | 0 | 0 | 290.9 | 1 | 0.52 |
| Hex | DA | B | FF | F | 60 | 0 | 0 | 123 | 64 | 34 |
| Octal | 332 | 13 | 377 | 17 | 140 | 0 | 0 | 443 | 144 | 64 |
| Binary | 11011010 | 1011 | 11111111 | 1111 | 1100000 | 0 | 0 | 100100011 | 1100100 | 110100 |
Color Harmonies of #DA0BFF
Complementary color
Monochromatic Colors of #DA0BFF
Black with #DA0BFF
Text Example
Text Example
White with #DA0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BFF; }
p { color: rgb(218,11,255); }
H1.HeaderClassName
{
color: #DA0BFF;
}
.AnyTagClassName
{
color: #DA0BFF;
}
</style>
background-color css
<style>
a { background-color: #DA0BFF; }
a { background-color: rgb(218,11,255); }
div.DivClassName
{
background-color: #DA0BFF;
}
.BgClassName
{
background-color: #DA0BFF;
}
</style>
border-color css
<style>
span { border-color: #DA0BFF; }
span { border-color: rgb(218,11,255); }
td.TdClassName
{
border-color: #DA0BFF;
}
.TagClassName
{
border-color: #DA0BFF;
}
</style>