Shades of Psychedelic Purple #DF0BEE
Tints of Psychedelic Purple #DF0BEE
RGB
CMYK
RGB Variations
Color information
#DF0BEE (or 0xDF0BEE) is known color: Psychedelic Purple. HEX triplet: DF, 0B and EE. RGB value is (223,11,238). Sum of RGB (Red+Green+Blue) = 223+11+238=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BEE is #20F411. Grayscale: #636363. Windows color (decimal): -2159634 or 15600607. OLE color: 15600607.
HSL color Cylindrical-coordinate representation of color #DF0BEE: hue angle of 296.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BEE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 11 | 238 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.07 |
| HSL | 296.04º | 0.91% | 0.49% | - |
| HSV(B) | 296.04º | 0.95% | 0.93% | - |
| XYZ | 45.98 | 22.1 | 82.73 | - |
| YUV | 100.27 | 205.74 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 238 | 0.06 | 0.95 | 0 | 0.07 | 296.04 | 0.91 | 0.49 |
| Hex | DF | B | EE | 6 | 5F | 0 | 7 | 128 | 5B | 31 |
| Octal | 337 | 13 | 356 | 6 | 137 | 0 | 7 | 450 | 133 | 61 |
| Binary | 11011111 | 1011 | 11101110 | 110 | 1011111 | 0 | 111 | 100101000 | 1011011 | 110001 |
Color Harmonies of #DF0BEE
Complementary color
Monochromatic Colors of #DF0BEE
Black with #DF0BEE
Text Example
Text Example
White with #DF0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BEE; }
p { color: rgb(223,11,238); }
H1.HeaderClassName
{
color: #DF0BEE;
}
.AnyTagClassName
{
color: #DF0BEE;
}
</style>
background-color css
<style>
a { background-color: #DF0BEE; }
a { background-color: rgb(223,11,238); }
div.DivClassName
{
background-color: #DF0BEE;
}
.BgClassName
{
background-color: #DF0BEE;
}
</style>
border-color css
<style>
span { border-color: #DF0BEE; }
span { border-color: rgb(223,11,238); }
td.TdClassName
{
border-color: #DF0BEE;
}
.TagClassName
{
border-color: #DF0BEE;
}
</style>