Shades of Psychedelic Purple #D60BEF
Tints of Psychedelic Purple #D60BEF
RGB
CMYK
RGB Variations
Color information
#D60BEF (or 0xD60BEF) is known color: Psychedelic Purple. HEX triplet: D6, 0B and EF. RGB value is (214,11,239). Sum of RGB (Red+Green+Blue) = 214+11+239=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #D60BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60BEF is #29F410. Grayscale: #606060. Windows color (decimal): -2749457 or 15666134. OLE color: 15666134.
HSL color Cylindrical-coordinate representation of color #D60BEF: hue angle of 293.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BEF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 11 | 239 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.06 |
| HSL | 293.42º | 0.91% | 0.49% | - |
| HSV(B) | 293.42º | 0.95% | 0.94% | - |
| XYZ | 43.43 | 20.77 | 83.38 | - |
| YUV | 97.69 | 207.75 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 239 | 0.10 | 0.95 | 0 | 0.06 | 293.42 | 0.91 | 0.49 |
| Hex | D6 | B | EF | A | 5F | 0 | 6 | 125 | 5B | 31 |
| Octal | 326 | 13 | 357 | 12 | 137 | 0 | 6 | 445 | 133 | 61 |
| Binary | 11010110 | 1011 | 11101111 | 1010 | 1011111 | 0 | 110 | 100100101 | 1011011 | 110001 |
Color Harmonies of #D60BEF
Complementary color
Monochromatic Colors of #D60BEF
Black with #D60BEF
Text Example
Text Example
White with #D60BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BEF; }
p { color: rgb(214,11,239); }
H1.HeaderClassName
{
color: #D60BEF;
}
.AnyTagClassName
{
color: #D60BEF;
}
</style>
background-color css
<style>
a { background-color: #D60BEF; }
a { background-color: rgb(214,11,239); }
div.DivClassName
{
background-color: #D60BEF;
}
.BgClassName
{
background-color: #D60BEF;
}
</style>
border-color css
<style>
span { border-color: #D60BEF; }
span { border-color: rgb(214,11,239); }
td.TdClassName
{
border-color: #D60BEF;
}
.TagClassName
{
border-color: #D60BEF;
}
</style>