Shades of Psychedelic Purple #DF0BE4
Tints of Psychedelic Purple #DF0BE4
RGB
CMYK
RGB Variations
Color information
#DF0BE4 (or 0xDF0BE4) is known color: Psychedelic Purple. HEX triplet: DF, 0B and E4. RGB value is (223,11,228). Sum of RGB (Red+Green+Blue) = 223+11+228=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF0BE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BE4 is #20F41B. Grayscale: #626262. Windows color (decimal): -2159644 or 14945247. OLE color: 14945247.
HSL color Cylindrical-coordinate representation of color #DF0BE4: hue angle of 298.62º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BE4 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 11 | 228 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.11 |
| HSL | 298.62º | 0.91% | 0.47% | - |
| HSV(B) | 298.62º | 0.95% | 0.89% | - |
| XYZ | 44.55 | 21.53 | 75.21 | - |
| YUV | 99.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 228 | 0.02 | 0.95 | 0 | 0.11 | 298.62 | 0.91 | 0.47 |
| Hex | DF | B | E4 | 2 | 5F | 0 | B | 12B | 5B | 2F |
| Octal | 337 | 13 | 344 | 2 | 137 | 0 | 13 | 453 | 133 | 57 |
| Binary | 11011111 | 1011 | 11100100 | 10 | 1011111 | 0 | 1011 | 100101011 | 1011011 | 101111 |
Color Harmonies of #DF0BE4
Complementary color
Monochromatic Colors of #DF0BE4
Black with #DF0BE4
Text Example
Text Example
White with #DF0BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BE4; }
p { color: rgb(223,11,228); }
H1.HeaderClassName
{
color: #DF0BE4;
}
.AnyTagClassName
{
color: #DF0BE4;
}
</style>
background-color css
<style>
a { background-color: #DF0BE4; }
a { background-color: rgb(223,11,228); }
div.DivClassName
{
background-color: #DF0BE4;
}
.BgClassName
{
background-color: #DF0BE4;
}
</style>
border-color css
<style>
span { border-color: #DF0BE4; }
span { border-color: rgb(223,11,228); }
td.TdClassName
{
border-color: #DF0BE4;
}
.TagClassName
{
border-color: #DF0BE4;
}
</style>