Shades of Psychedelic Purple #D00BF1
Tints of Psychedelic Purple #D00BF1
RGB
CMYK
RGB Variations
Color information
#D00BF1 (or 0xD00BF1) is known color: Psychedelic Purple. HEX triplet: D0, 0B and F1. RGB value is (208,11,241). Sum of RGB (Red+Green+Blue) = 208+11+241=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #D00BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00BF1 is #2FF40E. Grayscale: #5F5F5F. Windows color (decimal): -3142671 or 15797200. OLE color: 15797200.
HSL color Cylindrical-coordinate representation of color #D00BF1: hue angle of 291.39º 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 #D00BF1 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 11 | 241 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.05 |
| HSL | 291.39º | 0.91% | 0.49% | - |
| HSV(B) | 291.39º | 0.95% | 0.95% | - |
| XYZ | 42.01 | 20 | 84.87 | - |
| YUV | 96.12 | 209.77 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 241 | 0.14 | 0.95 | 0 | 0.05 | 291.39 | 0.91 | 0.49 |
| Hex | D0 | B | F1 | E | 5F | 0 | 5 | 123 | 5B | 31 |
| Octal | 320 | 13 | 361 | 16 | 137 | 0 | 5 | 443 | 133 | 61 |
| Binary | 11010000 | 1011 | 11110001 | 1110 | 1011111 | 0 | 101 | 100100011 | 1011011 | 110001 |
Color Harmonies of #D00BF1
Complementary color
Monochromatic Colors of #D00BF1
Black with #D00BF1
Text Example
Text Example
White with #D00BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BF1; }
p { color: rgb(208,11,241); }
H1.HeaderClassName
{
color: #D00BF1;
}
.AnyTagClassName
{
color: #D00BF1;
}
</style>
background-color css
<style>
a { background-color: #D00BF1; }
a { background-color: rgb(208,11,241); }
div.DivClassName
{
background-color: #D00BF1;
}
.BgClassName
{
background-color: #D00BF1;
}
</style>
border-color css
<style>
span { border-color: #D00BF1; }
span { border-color: rgb(208,11,241); }
td.TdClassName
{
border-color: #D00BF1;
}
.TagClassName
{
border-color: #D00BF1;
}
</style>