Shades of Psychedelic Purple #D00BFC
Tints of Psychedelic Purple #D00BFC
RGB
CMYK
RGB Variations
Color information
#D00BFC (or 0xD00BFC) is known color: Psychedelic Purple. HEX triplet: D0, 0B and FC. RGB value is (208,11,252). Sum of RGB (Red+Green+Blue) = 208+11+252=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #D00BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00BFC is #2FF403. Grayscale: #606060. Windows color (decimal): -3142660 or 16518096. OLE color: 16518096.
HSL color Cylindrical-coordinate representation of color #D00BFC: hue angle of 289.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00BFC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 11 | 252 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.01 |
| HSL | 289.05º | 0.98% | 0.52% | - |
| HSV(B) | 289.05º | 0.96% | 0.99% | - |
| XYZ | 43.7 | 20.68 | 93.78 | - |
| YUV | 97.38 | 215.27 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 252 | 0.17 | 0.96 | 0 | 0.01 | 289.05 | 0.98 | 0.52 |
| Hex | D0 | B | FC | 11 | 60 | 0 | 1 | 121 | 62 | 34 |
| Octal | 320 | 13 | 374 | 21 | 140 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010000 | 1011 | 11111100 | 10001 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D00BFC
Complementary color
Monochromatic Colors of #D00BFC
Black with #D00BFC
Text Example
Text Example
White with #D00BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BFC; }
p { color: rgb(208,11,252); }
H1.HeaderClassName
{
color: #D00BFC;
}
.AnyTagClassName
{
color: #D00BFC;
}
</style>
background-color css
<style>
a { background-color: #D00BFC; }
a { background-color: rgb(208,11,252); }
div.DivClassName
{
background-color: #D00BFC;
}
.BgClassName
{
background-color: #D00BFC;
}
</style>
border-color css
<style>
span { border-color: #D00BFC; }
span { border-color: rgb(208,11,252); }
td.TdClassName
{
border-color: #D00BFC;
}
.TagClassName
{
border-color: #D00BFC;
}
</style>