Shades of Psychedelic Purple #DA1CED
Tints of Psychedelic Purple #DA1CED
RGB
CMYK
RGB Variations
Color information
#DA1CED (or 0xDA1CED) is known color: Psychedelic Purple. HEX triplet: DA, 1C and ED. RGB value is (218,28,237). Sum of RGB (Red+Green+Blue) = 218+28+237=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CED is #25E312. Grayscale: #6B6B6B. Windows color (decimal): -2482963 or 15539418. OLE color: 15539418.
HSL color Cylindrical-coordinate representation of color #DA1CED: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CED is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 28 | 237 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.07 |
| HSL | 294.55º | 0.85% | 0.52% | - |
| HSV(B) | 294.55º | 0.88% | 0.93% | - |
| XYZ | 44.61 | 21.85 | 81.99 | - |
| YUV | 108.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 237 | 0.08 | 0.88 | 0 | 0.07 | 294.55 | 0.85 | 0.52 |
| Hex | DA | 1C | ED | 8 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 332 | 34 | 355 | 10 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011010 | 11100 | 11101101 | 1000 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DA1CED
Complementary color
Monochromatic Colors of #DA1CED
Black with #DA1CED
Text Example
Text Example
White with #DA1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CED; }
p { color: rgb(218,28,237); }
H1.HeaderClassName
{
color: #DA1CED;
}
.AnyTagClassName
{
color: #DA1CED;
}
</style>
background-color css
<style>
a { background-color: #DA1CED; }
a { background-color: rgb(218,28,237); }
div.DivClassName
{
background-color: #DA1CED;
}
.BgClassName
{
background-color: #DA1CED;
}
</style>
border-color css
<style>
span { border-color: #DA1CED; }
span { border-color: rgb(218,28,237); }
td.TdClassName
{
border-color: #DA1CED;
}
.TagClassName
{
border-color: #DA1CED;
}
</style>