Shades of Psychedelic Purple #DA0FFB
Tints of Psychedelic Purple #DA0FFB
RGB
CMYK
RGB Variations
Color information
#DA0FFB (or 0xDA0FFB) is known color: Psychedelic Purple. HEX triplet: DA, 0F and FB. RGB value is (218,15,251). Sum of RGB (Red+Green+Blue) = 218+15+251=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FFB is #25F004. Grayscale: #656565. Windows color (decimal): -2486277 or 16453594. OLE color: 16453594.
HSL color Cylindrical-coordinate representation of color #DA0FFB: hue angle of 291.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FFB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 15 | 251 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.02 |
| HSL | 291.61º | 0.97% | 0.52% | - |
| HSV(B) | 291.61º | 0.94% | 0.98% | - |
| XYZ | 46.5 | 22.21 | 93.1 | - |
| YUV | 102.6 | 211.75 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 251 | 0.13 | 0.94 | 0 | 0.02 | 291.61 | 0.97 | 0.52 |
| Hex | DA | F | FB | D | 5E | 0 | 2 | 124 | 61 | 34 |
| Octal | 332 | 17 | 373 | 15 | 136 | 0 | 2 | 444 | 141 | 64 |
| Binary | 11011010 | 1111 | 11111011 | 1101 | 1011110 | 0 | 10 | 100100100 | 1100001 | 110100 |
Color Harmonies of #DA0FFB
Complementary color
Monochromatic Colors of #DA0FFB
Black with #DA0FFB
Text Example
Text Example
White with #DA0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FFB; }
p { color: rgb(218,15,251); }
H1.HeaderClassName
{
color: #DA0FFB;
}
.AnyTagClassName
{
color: #DA0FFB;
}
</style>
background-color css
<style>
a { background-color: #DA0FFB; }
a { background-color: rgb(218,15,251); }
div.DivClassName
{
background-color: #DA0FFB;
}
.BgClassName
{
background-color: #DA0FFB;
}
</style>
border-color css
<style>
span { border-color: #DA0FFB; }
span { border-color: rgb(218,15,251); }
td.TdClassName
{
border-color: #DA0FFB;
}
.TagClassName
{
border-color: #DA0FFB;
}
</style>