Shades of Psychedelic Purple #DF0DF2
Tints of Psychedelic Purple #DF0DF2
RGB
CMYK
RGB Variations
Color information
#DF0DF2 (or 0xDF0DF2) is known color: Psychedelic Purple. HEX triplet: DF, 0D and F2. RGB value is (223,13,242). Sum of RGB (Red+Green+Blue) = 223+13+242=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF0DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DF2 is #20F20D. Grayscale: #656565. Windows color (decimal): -2159118 or 15863263. OLE color: 15863263.
HSL color Cylindrical-coordinate representation of color #DF0DF2: hue angle of 295.02º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0DF2 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 13 | 242 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.05 |
| HSL | 295.02º | 0.9% | 0.5% | - |
| HSV(B) | 295.02º | 0.95% | 0.95% | - |
| XYZ | 46.6 | 22.39 | 85.87 | - |
| YUV | 101.9 | 207.07 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 242 | 0.08 | 0.95 | 0 | 0.05 | 295.02 | 0.9 | 0.5 |
| Hex | DF | D | F2 | 8 | 5F | 0 | 5 | 127 | 5A | 32 |
| Octal | 337 | 15 | 362 | 10 | 137 | 0 | 5 | 447 | 132 | 62 |
| Binary | 11011111 | 1101 | 11110010 | 1000 | 1011111 | 0 | 101 | 100100111 | 1011010 | 110010 |
Color Harmonies of #DF0DF2
Complementary color
Monochromatic Colors of #DF0DF2
Black with #DF0DF2
Text Example
Text Example
White with #DF0DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DF2; }
p { color: rgb(223,13,242); }
H1.HeaderClassName
{
color: #DF0DF2;
}
.AnyTagClassName
{
color: #DF0DF2;
}
</style>
background-color css
<style>
a { background-color: #DF0DF2; }
a { background-color: rgb(223,13,242); }
div.DivClassName
{
background-color: #DF0DF2;
}
.BgClassName
{
background-color: #DF0DF2;
}
</style>
border-color css
<style>
span { border-color: #DF0DF2; }
span { border-color: rgb(223,13,242); }
td.TdClassName
{
border-color: #DF0DF2;
}
.TagClassName
{
border-color: #DF0DF2;
}
</style>