Shades of Psychedelic Purple #D00BF7
Tints of Psychedelic Purple #D00BF7
RGB
CMYK
RGB Variations
Color information
#D00BF7 (or 0xD00BF7) is known color: Psychedelic Purple. HEX triplet: D0, 0B and F7. RGB value is (208,11,247). Sum of RGB (Red+Green+Blue) = 208+11+247=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #D00BF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00BF7 is #2FF408. Grayscale: #606060. Windows color (decimal): -3142665 or 16190416. OLE color: 16190416.
HSL color Cylindrical-coordinate representation of color #D00BF7: hue angle of 290.08º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00BF7 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 11 | 247 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.03 |
| HSL | 290.08º | 0.94% | 0.51% | - |
| HSV(B) | 290.08º | 0.96% | 0.97% | - |
| XYZ | 42.92 | 20.36 | 89.66 | - |
| YUV | 96.81 | 212.77 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 247 | 0.16 | 0.96 | 0 | 0.03 | 290.08 | 0.94 | 0.51 |
| Hex | D0 | B | F7 | 10 | 60 | 0 | 3 | 122 | 5E | 33 |
| Octal | 320 | 13 | 367 | 20 | 140 | 0 | 3 | 442 | 136 | 63 |
| Binary | 11010000 | 1011 | 11110111 | 10000 | 1100000 | 0 | 11 | 100100010 | 1011110 | 110011 |
Color Harmonies of #D00BF7
Complementary color
Monochromatic Colors of #D00BF7
Black with #D00BF7
Text Example
Text Example
White with #D00BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BF7; }
p { color: rgb(208,11,247); }
H1.HeaderClassName
{
color: #D00BF7;
}
.AnyTagClassName
{
color: #D00BF7;
}
</style>
background-color css
<style>
a { background-color: #D00BF7; }
a { background-color: rgb(208,11,247); }
div.DivClassName
{
background-color: #D00BF7;
}
.BgClassName
{
background-color: #D00BF7;
}
</style>
border-color css
<style>
span { border-color: #D00BF7; }
span { border-color: rgb(208,11,247); }
td.TdClassName
{
border-color: #D00BF7;
}
.TagClassName
{
border-color: #D00BF7;
}
</style>