Shades of Psychedelic Purple #D00BF6
Tints of Psychedelic Purple #D00BF6
RGB
CMYK
RGB Variations
Color information
#D00BF6 (or 0xD00BF6) is known color: Psychedelic Purple. HEX triplet: D0, 0B and F6. RGB value is (208,11,246). Sum of RGB (Red+Green+Blue) = 208+11+246=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #D00BF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00BF6 is #2FF409. Grayscale: #5F5F5F. Windows color (decimal): -3142666 or 16124880. OLE color: 16124880.
HSL color Cylindrical-coordinate representation of color #D00BF6: hue angle of 290.3º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00BF6 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 11 | 246 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.04 |
| HSL | 290.3º | 0.93% | 0.5% | - |
| HSV(B) | 290.3º | 0.96% | 0.96% | - |
| XYZ | 42.77 | 20.3 | 88.85 | - |
| YUV | 96.69 | 212.27 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 246 | 0.15 | 0.96 | 0 | 0.04 | 290.3 | 0.93 | 0.5 |
| Hex | D0 | B | F6 | F | 60 | 0 | 4 | 122 | 5D | 32 |
| Octal | 320 | 13 | 366 | 17 | 140 | 0 | 4 | 442 | 135 | 62 |
| Binary | 11010000 | 1011 | 11110110 | 1111 | 1100000 | 0 | 100 | 100100010 | 1011101 | 110010 |
Color Harmonies of #D00BF6
Complementary color
Monochromatic Colors of #D00BF6
Black with #D00BF6
Text Example
Text Example
White with #D00BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BF6; }
p { color: rgb(208,11,246); }
H1.HeaderClassName
{
color: #D00BF6;
}
.AnyTagClassName
{
color: #D00BF6;
}
</style>
background-color css
<style>
a { background-color: #D00BF6; }
a { background-color: rgb(208,11,246); }
div.DivClassName
{
background-color: #D00BF6;
}
.BgClassName
{
background-color: #D00BF6;
}
</style>
border-color css
<style>
span { border-color: #D00BF6; }
span { border-color: rgb(208,11,246); }
td.TdClassName
{
border-color: #D00BF6;
}
.TagClassName
{
border-color: #D00BF6;
}
</style>