Shades of Psychedelic Purple #DF0BEC
Tints of Psychedelic Purple #DF0BEC
RGB
CMYK
RGB Variations
Color information
#DF0BEC (or 0xDF0BEC) is known color: Psychedelic Purple. HEX triplet: DF, 0B and EC. RGB value is (223,11,236). Sum of RGB (Red+Green+Blue) = 223+11+236=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BEC is #20F413. Grayscale: #636363. Windows color (decimal): -2159636 or 15469535. OLE color: 15469535.
HSL color Cylindrical-coordinate representation of color #DF0BEC: hue angle of 296.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BEC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 11 | 236 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.07 |
| HSL | 296.53º | 0.91% | 0.48% | - |
| HSV(B) | 296.53º | 0.95% | 0.93% | - |
| XYZ | 45.69 | 21.98 | 81.19 | - |
| YUV | 100.04 | 204.74 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 236 | 0.06 | 0.95 | 0 | 0.07 | 296.53 | 0.91 | 0.48 |
| Hex | DF | B | EC | 6 | 5F | 0 | 7 | 129 | 5B | 30 |
| Octal | 337 | 13 | 354 | 6 | 137 | 0 | 7 | 451 | 133 | 60 |
| Binary | 11011111 | 1011 | 11101100 | 110 | 1011111 | 0 | 111 | 100101001 | 1011011 | 110000 |
Color Harmonies of #DF0BEC
Complementary color
Monochromatic Colors of #DF0BEC
Black with #DF0BEC
Text Example
Text Example
White with #DF0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BEC; }
p { color: rgb(223,11,236); }
H1.HeaderClassName
{
color: #DF0BEC;
}
.AnyTagClassName
{
color: #DF0BEC;
}
</style>
background-color css
<style>
a { background-color: #DF0BEC; }
a { background-color: rgb(223,11,236); }
div.DivClassName
{
background-color: #DF0BEC;
}
.BgClassName
{
background-color: #DF0BEC;
}
</style>
border-color css
<style>
span { border-color: #DF0BEC; }
span { border-color: rgb(223,11,236); }
td.TdClassName
{
border-color: #DF0BEC;
}
.TagClassName
{
border-color: #DF0BEC;
}
</style>