Shades of Psychedelic Purple #DF0CE3
Tints of Psychedelic Purple #DF0CE3
RGB
CMYK
RGB Variations
Color information
#DF0CE3 (or 0xDF0CE3) is known color: Psychedelic Purple. HEX triplet: DF, 0C and E3. RGB value is (223,12,227). Sum of RGB (Red+Green+Blue) = 223+12+227=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF0CE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CE3 is #20F31C. Grayscale: #626262. Windows color (decimal): -2159389 or 14879967. OLE color: 14879967.
HSL color Cylindrical-coordinate representation of color #DF0CE3: hue angle of 298.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CE3 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 12 | 227 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.11 |
| HSL | 298.88º | 0.9% | 0.47% | - |
| HSV(B) | 298.88º | 0.95% | 0.89% | - |
| XYZ | 44.43 | 21.5 | 74.48 | - |
| YUV | 99.6 | 199.9 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 227 | 0.02 | 0.95 | 0 | 0.11 | 298.88 | 0.9 | 0.47 |
| Hex | DF | C | E3 | 2 | 5F | 0 | B | 12B | 5A | 2F |
| Octal | 337 | 14 | 343 | 2 | 137 | 0 | 13 | 453 | 132 | 57 |
| Binary | 11011111 | 1100 | 11100011 | 10 | 1011111 | 0 | 1011 | 100101011 | 1011010 | 101111 |
Color Harmonies of #DF0CE3
Complementary color
Monochromatic Colors of #DF0CE3
Black with #DF0CE3
Text Example
Text Example
White with #DF0CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CE3; }
p { color: rgb(223,12,227); }
H1.HeaderClassName
{
color: #DF0CE3;
}
.AnyTagClassName
{
color: #DF0CE3;
}
</style>
background-color css
<style>
a { background-color: #DF0CE3; }
a { background-color: rgb(223,12,227); }
div.DivClassName
{
background-color: #DF0CE3;
}
.BgClassName
{
background-color: #DF0CE3;
}
</style>
border-color css
<style>
span { border-color: #DF0CE3; }
span { border-color: rgb(223,12,227); }
td.TdClassName
{
border-color: #DF0CE3;
}
.TagClassName
{
border-color: #DF0CE3;
}
</style>