Shades of Psychedelic Purple #DF0BF4
Tints of Psychedelic Purple #DF0BF4
RGB
CMYK
RGB Variations
Color information
#DF0BF4 (or 0xDF0BF4) is known color: Psychedelic Purple. HEX triplet: DF, 0B and F4. RGB value is (223,11,244). Sum of RGB (Red+Green+Blue) = 223+11+244=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF0BF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BF4 is #20F40B. Grayscale: #646464. Windows color (decimal): -2159628 or 15993823. OLE color: 15993823.
HSL color Cylindrical-coordinate representation of color #DF0BF4: hue angle of 294.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BF4 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 11 | 244 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.04 |
| HSL | 294.59º | 0.91% | 0.5% | - |
| HSV(B) | 294.59º | 0.95% | 0.96% | - |
| XYZ | 46.88 | 22.46 | 87.45 | - |
| YUV | 100.95 | 208.74 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 244 | 0.09 | 0.95 | 0 | 0.04 | 294.59 | 0.91 | 0.5 |
| Hex | DF | B | F4 | 9 | 5F | 0 | 4 | 127 | 5B | 32 |
| Octal | 337 | 13 | 364 | 11 | 137 | 0 | 4 | 447 | 133 | 62 |
| Binary | 11011111 | 1011 | 11110100 | 1001 | 1011111 | 0 | 100 | 100100111 | 1011011 | 110010 |
Color Harmonies of #DF0BF4
Complementary color
Monochromatic Colors of #DF0BF4
Black with #DF0BF4
Text Example
Text Example
White with #DF0BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BF4; }
p { color: rgb(223,11,244); }
H1.HeaderClassName
{
color: #DF0BF4;
}
.AnyTagClassName
{
color: #DF0BF4;
}
</style>
background-color css
<style>
a { background-color: #DF0BF4; }
a { background-color: rgb(223,11,244); }
div.DivClassName
{
background-color: #DF0BF4;
}
.BgClassName
{
background-color: #DF0BF4;
}
</style>
border-color css
<style>
span { border-color: #DF0BF4; }
span { border-color: rgb(223,11,244); }
td.TdClassName
{
border-color: #DF0BF4;
}
.TagClassName
{
border-color: #DF0BF4;
}
</style>