Shades of Psychedelic Purple #D10BF8
Tints of Psychedelic Purple #D10BF8
RGB
CMYK
RGB Variations
Color information
#D10BF8 (or 0xD10BF8) is known color: Psychedelic Purple. HEX triplet: D1, 0B and F8. RGB value is (209,11,248). Sum of RGB (Red+Green+Blue) = 209+11+248=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #D10BF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10BF8 is #2EF407. Grayscale: #606060. Windows color (decimal): -3077128 or 16255953. OLE color: 16255953.
HSL color Cylindrical-coordinate representation of color #D10BF8: hue angle of 290.13º 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 #D10BF8 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 11 | 248 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.03 |
| HSL | 290.13º | 0.94% | 0.51% | - |
| HSV(B) | 290.13º | 0.96% | 0.97% | - |
| XYZ | 43.36 | 20.57 | 90.49 | - |
| YUV | 97.22 | 213.1 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 248 | 0.16 | 0.96 | 0 | 0.03 | 290.13 | 0.94 | 0.51 |
| Hex | D1 | B | F8 | 10 | 60 | 0 | 3 | 122 | 5E | 33 |
| Octal | 321 | 13 | 370 | 20 | 140 | 0 | 3 | 442 | 136 | 63 |
| Binary | 11010001 | 1011 | 11111000 | 10000 | 1100000 | 0 | 11 | 100100010 | 1011110 | 110011 |
Color Harmonies of #D10BF8
Complementary color
Monochromatic Colors of #D10BF8
Black with #D10BF8
Text Example
Text Example
White with #D10BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BF8; }
p { color: rgb(209,11,248); }
H1.HeaderClassName
{
color: #D10BF8;
}
.AnyTagClassName
{
color: #D10BF8;
}
</style>
background-color css
<style>
a { background-color: #D10BF8; }
a { background-color: rgb(209,11,248); }
div.DivClassName
{
background-color: #D10BF8;
}
.BgClassName
{
background-color: #D10BF8;
}
</style>
border-color css
<style>
span { border-color: #D10BF8; }
span { border-color: rgb(209,11,248); }
td.TdClassName
{
border-color: #D10BF8;
}
.TagClassName
{
border-color: #D10BF8;
}
</style>