Shades of Psychedelic Purple #DF0CEE
Tints of Psychedelic Purple #DF0CEE
RGB
CMYK
RGB Variations
Color information
#DF0CEE (or 0xDF0CEE) is known color: Psychedelic Purple. HEX triplet: DF, 0C and EE. RGB value is (223,12,238). Sum of RGB (Red+Green+Blue) = 223+12+238=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF0CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0CEE is #20F311. Grayscale: #646464. Windows color (decimal): -2159378 or 15600863. OLE color: 15600863.
HSL color Cylindrical-coordinate representation of color #DF0CEE: hue angle of 296.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CEE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 12 | 238 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.07 |
| HSL | 296.02º | 0.9% | 0.49% | - |
| HSV(B) | 296.02º | 0.95% | 0.93% | - |
| XYZ | 46 | 22.12 | 82.74 | - |
| YUV | 100.85 | 205.4 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 238 | 0.06 | 0.95 | 0 | 0.07 | 296.02 | 0.9 | 0.49 |
| Hex | DF | C | EE | 6 | 5F | 0 | 7 | 128 | 5A | 31 |
| Octal | 337 | 14 | 356 | 6 | 137 | 0 | 7 | 450 | 132 | 61 |
| Binary | 11011111 | 1100 | 11101110 | 110 | 1011111 | 0 | 111 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DF0CEE
Complementary color
Monochromatic Colors of #DF0CEE
Black with #DF0CEE
Text Example
Text Example
White with #DF0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CEE; }
p { color: rgb(223,12,238); }
H1.HeaderClassName
{
color: #DF0CEE;
}
.AnyTagClassName
{
color: #DF0CEE;
}
</style>
background-color css
<style>
a { background-color: #DF0CEE; }
a { background-color: rgb(223,12,238); }
div.DivClassName
{
background-color: #DF0CEE;
}
.BgClassName
{
background-color: #DF0CEE;
}
</style>
border-color css
<style>
span { border-color: #DF0CEE; }
span { border-color: rgb(223,12,238); }
td.TdClassName
{
border-color: #DF0CEE;
}
.TagClassName
{
border-color: #DF0CEE;
}
</style>