Shades of Psychedelic Purple #D01BF1
Tints of Psychedelic Purple #D01BF1
RGB
CMYK
RGB Variations
Color information
#D01BF1 (or 0xD01BF1) is known color: Psychedelic Purple. HEX triplet: D0, 1B and F1. RGB value is (208,27,241). Sum of RGB (Red+Green+Blue) = 208+27+241=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #D01BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01BF1 is #2FE40E. Grayscale: #686868. Windows color (decimal): -3138575 or 15801296. OLE color: 15801296.
HSL color Cylindrical-coordinate representation of color #D01BF1: hue angle of 290.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01BF1 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 27 | 241 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.05 |
| HSL | 290.75º | 0.88% | 0.53% | - |
| HSV(B) | 290.75º | 0.89% | 0.95% | - |
| XYZ | 42.28 | 20.54 | 84.96 | - |
| YUV | 105.52 | 204.47 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 241 | 0.14 | 0.89 | 0 | 0.05 | 290.75 | 0.88 | 0.53 |
| Hex | D0 | 1B | F1 | E | 59 | 0 | 5 | 123 | 58 | 35 |
| Octal | 320 | 33 | 361 | 16 | 131 | 0 | 5 | 443 | 130 | 65 |
| Binary | 11010000 | 11011 | 11110001 | 1110 | 1011001 | 0 | 101 | 100100011 | 1011000 | 110101 |
Color Harmonies of #D01BF1
Complementary color
Monochromatic Colors of #D01BF1
Black with #D01BF1
Text Example
Text Example
White with #D01BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BF1; }
p { color: rgb(208,27,241); }
H1.HeaderClassName
{
color: #D01BF1;
}
.AnyTagClassName
{
color: #D01BF1;
}
</style>
background-color css
<style>
a { background-color: #D01BF1; }
a { background-color: rgb(208,27,241); }
div.DivClassName
{
background-color: #D01BF1;
}
.BgClassName
{
background-color: #D01BF1;
}
</style>
border-color css
<style>
span { border-color: #D01BF1; }
span { border-color: rgb(208,27,241); }
td.TdClassName
{
border-color: #D01BF1;
}
.TagClassName
{
border-color: #D01BF1;
}
</style>