Shades of Psychedelic Purple #DF09F2
Tints of Psychedelic Purple #DF09F2
RGB
CMYK
RGB Variations
Color information
#DF09F2 (or 0xDF09F2) is known color: Psychedelic Purple. HEX triplet: DF, 09 and F2. RGB value is (223,9,242). Sum of RGB (Red+Green+Blue) = 223+9+242=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF09F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09F2 is #20F60D. Grayscale: #626262. Windows color (decimal): -2160142 or 15862239. OLE color: 15862239.
HSL color Cylindrical-coordinate representation of color #DF09F2: hue angle of 295.11º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09F2 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 9 | 242 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.05 |
| HSL | 295.11º | 0.93% | 0.49% | - |
| HSV(B) | 295.11º | 0.96% | 0.95% | - |
| XYZ | 46.56 | 22.29 | 85.85 | - |
| YUV | 99.55 | 208.4 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 242 | 0.08 | 0.96 | 0 | 0.05 | 295.11 | 0.93 | 0.49 |
| Hex | DF | 9 | F2 | 8 | 60 | 0 | 5 | 127 | 5D | 31 |
| Octal | 337 | 11 | 362 | 10 | 140 | 0 | 5 | 447 | 135 | 61 |
| Binary | 11011111 | 1001 | 11110010 | 1000 | 1100000 | 0 | 101 | 100100111 | 1011101 | 110001 |
Color Harmonies of #DF09F2
Complementary color
Monochromatic Colors of #DF09F2
Black with #DF09F2
Text Example
Text Example
White with #DF09F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09F2; }
p { color: rgb(223,9,242); }
H1.HeaderClassName
{
color: #DF09F2;
}
.AnyTagClassName
{
color: #DF09F2;
}
</style>
background-color css
<style>
a { background-color: #DF09F2; }
a { background-color: rgb(223,9,242); }
div.DivClassName
{
background-color: #DF09F2;
}
.BgClassName
{
background-color: #DF09F2;
}
</style>
border-color css
<style>
span { border-color: #DF09F2; }
span { border-color: rgb(223,9,242); }
td.TdClassName
{
border-color: #DF09F2;
}
.TagClassName
{
border-color: #DF09F2;
}
</style>