Shades of Psychedelic Purple #DF0DF3
Tints of Psychedelic Purple #DF0DF3
RGB
CMYK
RGB Variations
Color information
#DF0DF3 (or 0xDF0DF3) is known color: Psychedelic Purple. HEX triplet: DF, 0D and F3. RGB value is (223,13,243). Sum of RGB (Red+Green+Blue) = 223+13+243=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF0DF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DF3 is #20F20C. Grayscale: #656565. Windows color (decimal): -2159117 or 15928799. OLE color: 15928799.
HSL color Cylindrical-coordinate representation of color #DF0DF3: hue angle of 294.78º degrees, saturation: 0.91, 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 #DF0DF3 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 13 | 243 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.05 |
| HSL | 294.78º | 0.91% | 0.5% | - |
| HSV(B) | 294.78º | 0.95% | 0.95% | - |
| XYZ | 46.75 | 22.45 | 86.66 | - |
| YUV | 102.01 | 207.57 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 243 | 0.08 | 0.95 | 0 | 0.05 | 294.78 | 0.91 | 0.5 |
| Hex | DF | D | F3 | 8 | 5F | 0 | 5 | 127 | 5B | 32 |
| Octal | 337 | 15 | 363 | 10 | 137 | 0 | 5 | 447 | 133 | 62 |
| Binary | 11011111 | 1101 | 11110011 | 1000 | 1011111 | 0 | 101 | 100100111 | 1011011 | 110010 |
Color Harmonies of #DF0DF3
Complementary color
Monochromatic Colors of #DF0DF3
Black with #DF0DF3
Text Example
Text Example
White with #DF0DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DF3; }
p { color: rgb(223,13,243); }
H1.HeaderClassName
{
color: #DF0DF3;
}
.AnyTagClassName
{
color: #DF0DF3;
}
</style>
background-color css
<style>
a { background-color: #DF0DF3; }
a { background-color: rgb(223,13,243); }
div.DivClassName
{
background-color: #DF0DF3;
}
.BgClassName
{
background-color: #DF0DF3;
}
</style>
border-color css
<style>
span { border-color: #DF0DF3; }
span { border-color: rgb(223,13,243); }
td.TdClassName
{
border-color: #DF0DF3;
}
.TagClassName
{
border-color: #DF0DF3;
}
</style>