Shades of Psychedelic Purple #DF10FB
Tints of Psychedelic Purple #DF10FB
RGB
CMYK
RGB Variations
Color information
#DF10FB (or 0xDF10FB) is known color: Psychedelic Purple. HEX triplet: DF, 10 and FB. RGB value is (223,16,251). Sum of RGB (Red+Green+Blue) = 223+16+251=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10FB is #20EF04. Grayscale: #676767. Windows color (decimal): -2158341 or 16453855. OLE color: 16453855.
HSL color Cylindrical-coordinate representation of color #DF10FB: hue angle of 292.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF10FB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 16 | 251 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.02 |
| HSL | 292.85º | 0.97% | 0.52% | - |
| HSV(B) | 292.85º | 0.94% | 0.98% | - |
| XYZ | 48.03 | 23.02 | 93.18 | - |
| YUV | 104.68 | 210.58 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 251 | 0.11 | 0.94 | 0 | 0.02 | 292.85 | 0.97 | 0.52 |
| Hex | DF | 10 | FB | B | 5E | 0 | 2 | 125 | 61 | 34 |
| Octal | 337 | 20 | 373 | 13 | 136 | 0 | 2 | 445 | 141 | 64 |
| Binary | 11011111 | 10000 | 11111011 | 1011 | 1011110 | 0 | 10 | 100100101 | 1100001 | 110100 |
Color Harmonies of #DF10FB
Complementary color
Monochromatic Colors of #DF10FB
Black with #DF10FB
Text Example
Text Example
White with #DF10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10FB; }
p { color: rgb(223,16,251); }
H1.HeaderClassName
{
color: #DF10FB;
}
.AnyTagClassName
{
color: #DF10FB;
}
</style>
background-color css
<style>
a { background-color: #DF10FB; }
a { background-color: rgb(223,16,251); }
div.DivClassName
{
background-color: #DF10FB;
}
.BgClassName
{
background-color: #DF10FB;
}
</style>
border-color css
<style>
span { border-color: #DF10FB; }
span { border-color: rgb(223,16,251); }
td.TdClassName
{
border-color: #DF10FB;
}
.TagClassName
{
border-color: #DF10FB;
}
</style>