Shades of Psychedelic Purple #DA00FD
Tints of Psychedelic Purple #DA00FD
RGB
CMYK
RGB Variations
Color information
#DA00FD (or 0xDA00FD) is known color: Psychedelic Purple. HEX triplet: DA, 00 and FD. RGB value is (218,0,253). Sum of RGB (Red+Green+Blue) = 218+0+253=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00FD is #25FF02. Grayscale: #5D5D5D. Windows color (decimal): -2490115 or 16580826. OLE color: 16580826.
HSL color Cylindrical-coordinate representation of color #DA00FD: hue angle of 291.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00FD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 0 | 253 | - |
| CMYK | 0.14 | 1 | 0 | 0.01 |
| HSL | 291.7º | 1% | 0.5% | - |
| HSV(B) | 291.7º | 1% | 0.99% | - |
| XYZ | 46.64 | 22 | 94.72 | - |
| YUV | 94.02 | 217.72 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 253 | 0.14 | 1 | 0 | 0.01 | 291.7 | 1 | 0.5 |
| Hex | DA | 0 | FD | E | 64 | 0 | 1 | 124 | 64 | 32 |
| Octal | 332 | 0 | 375 | 16 | 144 | 0 | 1 | 444 | 144 | 62 |
| Binary | 11011010 | 0 | 11111101 | 1110 | 1100100 | 0 | 1 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DA00FD
Complementary color
Monochromatic Colors of #DA00FD
Black with #DA00FD
Text Example
Text Example
White with #DA00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00FD; }
p { color: rgb(218,0,253); }
H1.HeaderClassName
{
color: #DA00FD;
}
.AnyTagClassName
{
color: #DA00FD;
}
</style>
background-color css
<style>
a { background-color: #DA00FD; }
a { background-color: rgb(218,0,253); }
div.DivClassName
{
background-color: #DA00FD;
}
.BgClassName
{
background-color: #DA00FD;
}
</style>
border-color css
<style>
span { border-color: #DA00FD; }
span { border-color: rgb(218,0,253); }
td.TdClassName
{
border-color: #DA00FD;
}
.TagClassName
{
border-color: #DA00FD;
}
</style>