Shades of Psychedelic Purple #DF1CED
Tints of Psychedelic Purple #DF1CED
RGB
CMYK
RGB Variations
Color information
#DF1CED (or 0xDF1CED) is known color: Psychedelic Purple. HEX triplet: DF, 1C and ED. RGB value is (223,28,237). Sum of RGB (Red+Green+Blue) = 223+28+237=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1CED is #20E312. Grayscale: #6D6D6D. Windows color (decimal): -2155283 or 15539423. OLE color: 15539423.
HSL color Cylindrical-coordinate representation of color #DF1CED: hue angle of 295.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1CED is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 28 | 237 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.07 |
| HSL | 295.98º | 0.85% | 0.52% | - |
| HSV(B) | 295.98º | 0.88% | 0.93% | - |
| XYZ | 46.13 | 22.63 | 82.06 | - |
| YUV | 110.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 237 | 0.06 | 0.88 | 0 | 0.07 | 295.98 | 0.85 | 0.52 |
| Hex | DF | 1C | ED | 6 | 58 | 0 | 7 | 128 | 55 | 34 |
| Octal | 337 | 34 | 355 | 6 | 130 | 0 | 7 | 450 | 125 | 64 |
| Binary | 11011111 | 11100 | 11101101 | 110 | 1011000 | 0 | 111 | 100101000 | 1010101 | 110100 |
Color Harmonies of #DF1CED
Complementary color
Monochromatic Colors of #DF1CED
Black with #DF1CED
Text Example
Text Example
White with #DF1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CED; }
p { color: rgb(223,28,237); }
H1.HeaderClassName
{
color: #DF1CED;
}
.AnyTagClassName
{
color: #DF1CED;
}
</style>
background-color css
<style>
a { background-color: #DF1CED; }
a { background-color: rgb(223,28,237); }
div.DivClassName
{
background-color: #DF1CED;
}
.BgClassName
{
background-color: #DF1CED;
}
</style>
border-color css
<style>
span { border-color: #DF1CED; }
span { border-color: rgb(223,28,237); }
td.TdClassName
{
border-color: #DF1CED;
}
.TagClassName
{
border-color: #DF1CED;
}
</style>