Shades of Psychedelic Purple #D00BFD
Tints of Psychedelic Purple #D00BFD
RGB
CMYK
RGB Variations
Color information
#D00BFD (or 0xD00BFD) is known color: Psychedelic Purple. HEX triplet: D0, 0B and FD. RGB value is (208,11,253). Sum of RGB (Red+Green+Blue) = 208+11+253=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D00BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00BFD is #2FF402. Grayscale: #606060. Windows color (decimal): -3142659 or 16583632. OLE color: 16583632.
HSL color Cylindrical-coordinate representation of color #D00BFD: hue angle of 288.84º 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 #D00BFD is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 11 | 253 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.01 |
| HSL | 288.84º | 0.98% | 0.52% | - |
| HSV(B) | 288.84º | 0.96% | 0.99% | - |
| XYZ | 43.86 | 20.74 | 94.62 | - |
| YUV | 97.49 | 215.77 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 253 | 0.18 | 0.96 | 0 | 0.01 | 288.84 | 0.98 | 0.52 |
| Hex | D0 | B | FD | 12 | 60 | 0 | 1 | 121 | 62 | 34 |
| Octal | 320 | 13 | 375 | 22 | 140 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010000 | 1011 | 11111101 | 10010 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D00BFD
Complementary color
Monochromatic Colors of #D00BFD
Black with #D00BFD
Text Example
Text Example
White with #D00BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BFD; }
p { color: rgb(208,11,253); }
H1.HeaderClassName
{
color: #D00BFD;
}
.AnyTagClassName
{
color: #D00BFD;
}
</style>
background-color css
<style>
a { background-color: #D00BFD; }
a { background-color: rgb(208,11,253); }
div.DivClassName
{
background-color: #D00BFD;
}
.BgClassName
{
background-color: #D00BFD;
}
</style>
border-color css
<style>
span { border-color: #D00BFD; }
span { border-color: rgb(208,11,253); }
td.TdClassName
{
border-color: #D00BFD;
}
.TagClassName
{
border-color: #D00BFD;
}
</style>