Shades of Psychedelic Purple #DF0BF1
Tints of Psychedelic Purple #DF0BF1
RGB
CMYK
RGB Variations
Color information
#DF0BF1 (or 0xDF0BF1) is known color: Psychedelic Purple. HEX triplet: DF, 0B and F1. RGB value is (223,11,241). Sum of RGB (Red+Green+Blue) = 223+11+241=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF0BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BF1 is #20F40E. Grayscale: #636363. Windows color (decimal): -2159631 or 15797215. OLE color: 15797215.
HSL color Cylindrical-coordinate representation of color #DF0BF1: hue angle of 295.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BF1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 11 | 241 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.05 |
| HSL | 295.3º | 0.91% | 0.49% | - |
| HSV(B) | 295.3º | 0.95% | 0.95% | - |
| XYZ | 46.43 | 22.28 | 85.07 | - |
| YUV | 100.61 | 207.24 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 241 | 0.07 | 0.95 | 0 | 0.05 | 295.3 | 0.91 | 0.49 |
| Hex | DF | B | F1 | 7 | 5F | 0 | 5 | 127 | 5B | 31 |
| Octal | 337 | 13 | 361 | 7 | 137 | 0 | 5 | 447 | 133 | 61 |
| Binary | 11011111 | 1011 | 11110001 | 111 | 1011111 | 0 | 101 | 100100111 | 1011011 | 110001 |
Color Harmonies of #DF0BF1
Complementary color
Monochromatic Colors of #DF0BF1
Black with #DF0BF1
Text Example
Text Example
White with #DF0BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BF1; }
p { color: rgb(223,11,241); }
H1.HeaderClassName
{
color: #DF0BF1;
}
.AnyTagClassName
{
color: #DF0BF1;
}
</style>
background-color css
<style>
a { background-color: #DF0BF1; }
a { background-color: rgb(223,11,241); }
div.DivClassName
{
background-color: #DF0BF1;
}
.BgClassName
{
background-color: #DF0BF1;
}
</style>
border-color css
<style>
span { border-color: #DF0BF1; }
span { border-color: rgb(223,11,241); }
td.TdClassName
{
border-color: #DF0BF1;
}
.TagClassName
{
border-color: #DF0BF1;
}
</style>