Shades of Psychedelic Purple #DF0CED
Tints of Psychedelic Purple #DF0CED
RGB
CMYK
RGB Variations
Color information
#DF0CED (or 0xDF0CED) is known color: Psychedelic Purple. HEX triplet: DF, 0C and ED. RGB value is (223,12,237). Sum of RGB (Red+Green+Blue) = 223+12+237=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0CED is #20F312. Grayscale: #646464. Windows color (decimal): -2159379 or 15535327. OLE color: 15535327.
HSL color Cylindrical-coordinate representation of color #DF0CED: hue angle of 296.27º 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 #DF0CED is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 12 | 237 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.07 |
| HSL | 296.27º | 0.9% | 0.49% | - |
| HSV(B) | 296.27º | 0.95% | 0.93% | - |
| XYZ | 45.85 | 22.07 | 81.96 | - |
| YUV | 100.74 | 204.9 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 237 | 0.06 | 0.95 | 0 | 0.07 | 296.27 | 0.9 | 0.49 |
| Hex | DF | C | ED | 6 | 5F | 0 | 7 | 128 | 5A | 31 |
| Octal | 337 | 14 | 355 | 6 | 137 | 0 | 7 | 450 | 132 | 61 |
| Binary | 11011111 | 1100 | 11101101 | 110 | 1011111 | 0 | 111 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DF0CED
Complementary color
Monochromatic Colors of #DF0CED
Black with #DF0CED
Text Example
Text Example
White with #DF0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CED; }
p { color: rgb(223,12,237); }
H1.HeaderClassName
{
color: #DF0CED;
}
.AnyTagClassName
{
color: #DF0CED;
}
</style>
background-color css
<style>
a { background-color: #DF0CED; }
a { background-color: rgb(223,12,237); }
div.DivClassName
{
background-color: #DF0CED;
}
.BgClassName
{
background-color: #DF0CED;
}
</style>
border-color css
<style>
span { border-color: #DF0CED; }
span { border-color: rgb(223,12,237); }
td.TdClassName
{
border-color: #DF0CED;
}
.TagClassName
{
border-color: #DF0CED;
}
</style>