Shades of Psychedelic Purple #DF0BE6
Tints of Psychedelic Purple #DF0BE6
RGB
CMYK
RGB Variations
Color information
#DF0BE6 (or 0xDF0BE6) is known color: Psychedelic Purple. HEX triplet: DF, 0B and E6. RGB value is (223,11,230). Sum of RGB (Red+Green+Blue) = 223+11+230=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF0BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BE6 is #20F419. Grayscale: #626262. Windows color (decimal): -2159642 or 15076319. OLE color: 15076319.
HSL color Cylindrical-coordinate representation of color #DF0BE6: hue angle of 298.08º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BE6 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 11 | 230 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.10 |
| HSL | 298.08º | 0.91% | 0.47% | - |
| HSV(B) | 298.08º | 0.95% | 0.9% | - |
| XYZ | 44.83 | 21.64 | 76.68 | - |
| YUV | 99.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 230 | 0.03 | 0.95 | 0 | 0.10 | 298.08 | 0.91 | 0.47 |
| Hex | DF | B | E6 | 3 | 5F | 0 | A | 12A | 5B | 2F |
| Octal | 337 | 13 | 346 | 3 | 137 | 0 | 12 | 452 | 133 | 57 |
| Binary | 11011111 | 1011 | 11100110 | 11 | 1011111 | 0 | 1010 | 100101010 | 1011011 | 101111 |
Color Harmonies of #DF0BE6
Complementary color
Monochromatic Colors of #DF0BE6
Black with #DF0BE6
Text Example
Text Example
White with #DF0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BE6; }
p { color: rgb(223,11,230); }
H1.HeaderClassName
{
color: #DF0BE6;
}
.AnyTagClassName
{
color: #DF0BE6;
}
</style>
background-color css
<style>
a { background-color: #DF0BE6; }
a { background-color: rgb(223,11,230); }
div.DivClassName
{
background-color: #DF0BE6;
}
.BgClassName
{
background-color: #DF0BE6;
}
</style>
border-color css
<style>
span { border-color: #DF0BE6; }
span { border-color: rgb(223,11,230); }
td.TdClassName
{
border-color: #DF0BE6;
}
.TagClassName
{
border-color: #DF0BE6;
}
</style>