Shades of Psychedelic Purple #DF0BFD
Tints of Psychedelic Purple #DF0BFD
RGB
CMYK
RGB Variations
Color information
#DF0BFD (or 0xDF0BFD) is known color: Psychedelic Purple. HEX triplet: DF, 0B and FD. RGB value is (223,11,253). Sum of RGB (Red+Green+Blue) = 223+11+253=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BFD is #20F402. Grayscale: #656565. Windows color (decimal): -2159619 or 16583647. OLE color: 16583647.
HSL color Cylindrical-coordinate representation of color #DF0BFD: hue angle of 292.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0BFD is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 11 | 253 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.01 |
| HSL | 292.56º | 0.98% | 0.52% | - |
| HSV(B) | 292.56º | 0.96% | 0.99% | - |
| XYZ | 48.28 | 23.02 | 94.83 | - |
| YUV | 101.98 | 213.24 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 253 | 0.12 | 0.96 | 0 | 0.01 | 292.56 | 0.98 | 0.52 |
| Hex | DF | B | FD | C | 60 | 0 | 1 | 125 | 62 | 34 |
| Octal | 337 | 13 | 375 | 14 | 140 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11011111 | 1011 | 11111101 | 1100 | 1100000 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #DF0BFD
Complementary color
Monochromatic Colors of #DF0BFD
Black with #DF0BFD
Text Example
Text Example
White with #DF0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BFD; }
p { color: rgb(223,11,253); }
H1.HeaderClassName
{
color: #DF0BFD;
}
.AnyTagClassName
{
color: #DF0BFD;
}
</style>
background-color css
<style>
a { background-color: #DF0BFD; }
a { background-color: rgb(223,11,253); }
div.DivClassName
{
background-color: #DF0BFD;
}
.BgClassName
{
background-color: #DF0BFD;
}
</style>
border-color css
<style>
span { border-color: #DF0BFD; }
span { border-color: rgb(223,11,253); }
td.TdClassName
{
border-color: #DF0BFD;
}
.TagClassName
{
border-color: #DF0BFD;
}
</style>