Shades of Psychedelic Purple #D60BF1
Tints of Psychedelic Purple #D60BF1
RGB
CMYK
RGB Variations
Color information
#D60BF1 (or 0xD60BF1) is known color: Psychedelic Purple. HEX triplet: D6, 0B and F1. RGB value is (214,11,241). Sum of RGB (Red+Green+Blue) = 214+11+241=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #D60BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60BF1 is #29F40E. Grayscale: #616161. Windows color (decimal): -2749455 or 15797206. OLE color: 15797206.
HSL color Cylindrical-coordinate representation of color #D60BF1: hue angle of 292.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BF1 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 11 | 241 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.05 |
| HSL | 292.96º | 0.91% | 0.49% | - |
| HSV(B) | 292.96º | 0.95% | 0.95% | - |
| XYZ | 43.73 | 20.89 | 84.95 | - |
| YUV | 97.92 | 208.75 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 241 | 0.11 | 0.95 | 0 | 0.05 | 292.96 | 0.91 | 0.49 |
| Hex | D6 | B | F1 | B | 5F | 0 | 5 | 125 | 5B | 31 |
| Octal | 326 | 13 | 361 | 13 | 137 | 0 | 5 | 445 | 133 | 61 |
| Binary | 11010110 | 1011 | 11110001 | 1011 | 1011111 | 0 | 101 | 100100101 | 1011011 | 110001 |
Color Harmonies of #D60BF1
Complementary color
Monochromatic Colors of #D60BF1
Black with #D60BF1
Text Example
Text Example
White with #D60BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BF1; }
p { color: rgb(214,11,241); }
H1.HeaderClassName
{
color: #D60BF1;
}
.AnyTagClassName
{
color: #D60BF1;
}
</style>
background-color css
<style>
a { background-color: #D60BF1; }
a { background-color: rgb(214,11,241); }
div.DivClassName
{
background-color: #D60BF1;
}
.BgClassName
{
background-color: #D60BF1;
}
</style>
border-color css
<style>
span { border-color: #D60BF1; }
span { border-color: rgb(214,11,241); }
td.TdClassName
{
border-color: #D60BF1;
}
.TagClassName
{
border-color: #D60BF1;
}
</style>