Shades of Psychedelic Purple #D60DEB
Tints of Psychedelic Purple #D60DEB
RGB
CMYK
RGB Variations
Color information
#D60DEB (or 0xD60DEB) is known color: Psychedelic Purple. HEX triplet: D6, 0D and EB. RGB value is (214,13,235). Sum of RGB (Red+Green+Blue) = 214+13+235=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D60DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DEB is #29F214. Grayscale: #616161. Windows color (decimal): -2748949 or 15404502. OLE color: 15404502.
HSL color Cylindrical-coordinate representation of color #D60DEB: hue angle of 294.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DEB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 13 | 235 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.08 |
| HSL | 294.32º | 0.9% | 0.49% | - |
| HSV(B) | 294.32º | 0.94% | 0.92% | - |
| XYZ | 42.87 | 20.58 | 80.31 | - |
| YUV | 98.41 | 205.09 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 235 | 0.09 | 0.94 | 0 | 0.08 | 294.32 | 0.9 | 0.49 |
| Hex | D6 | D | EB | 9 | 5E | 0 | 8 | 126 | 5A | 31 |
| Octal | 326 | 15 | 353 | 11 | 136 | 0 | 10 | 446 | 132 | 61 |
| Binary | 11010110 | 1101 | 11101011 | 1001 | 1011110 | 0 | 1000 | 100100110 | 1011010 | 110001 |
Color Harmonies of #D60DEB
Complementary color
Monochromatic Colors of #D60DEB
Black with #D60DEB
Text Example
Text Example
White with #D60DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DEB; }
p { color: rgb(214,13,235); }
H1.HeaderClassName
{
color: #D60DEB;
}
.AnyTagClassName
{
color: #D60DEB;
}
</style>
background-color css
<style>
a { background-color: #D60DEB; }
a { background-color: rgb(214,13,235); }
div.DivClassName
{
background-color: #D60DEB;
}
.BgClassName
{
background-color: #D60DEB;
}
</style>
border-color css
<style>
span { border-color: #D60DEB; }
span { border-color: rgb(214,13,235); }
td.TdClassName
{
border-color: #D60DEB;
}
.TagClassName
{
border-color: #D60DEB;
}
</style>