Shades of Psychedelic Purple #DF2CF0
Tints of Psychedelic Purple #DF2CF0
RGB
CMYK
RGB Variations
Color information
#DF2CF0 (or 0xDF2CF0) is known color: Psychedelic Purple. HEX triplet: DF, 2C and F0. RGB value is (223,44,240). Sum of RGB (Red+Green+Blue) = 223+44+240=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF2CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2CF0 is #20D30F. Grayscale: #777777. Windows color (decimal): -2151184 or 15740127. OLE color: 15740127.
HSL color Cylindrical-coordinate representation of color #DF2CF0: hue angle of 294.8º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2CF0 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 44 | 240 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.06 |
| HSL | 294.8º | 0.87% | 0.56% | - |
| HSV(B) | 294.8º | 0.82% | 0.94% | - |
| XYZ | 47.06 | 23.78 | 84.55 | - |
| YUV | 119.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 240 | 0.07 | 0.82 | 0 | 0.06 | 294.8 | 0.87 | 0.56 |
| Hex | DF | 2C | F0 | 7 | 52 | 0 | 6 | 127 | 57 | 38 |
| Octal | 337 | 54 | 360 | 7 | 122 | 0 | 6 | 447 | 127 | 70 |
| Binary | 11011111 | 101100 | 11110000 | 111 | 1010010 | 0 | 110 | 100100111 | 1010111 | 111000 |
Color Harmonies of #DF2CF0
Complementary color
Monochromatic Colors of #DF2CF0
Black with #DF2CF0
Text Example
Text Example
White with #DF2CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CF0; }
p { color: rgb(223,44,240); }
H1.HeaderClassName
{
color: #DF2CF0;
}
.AnyTagClassName
{
color: #DF2CF0;
}
</style>
background-color css
<style>
a { background-color: #DF2CF0; }
a { background-color: rgb(223,44,240); }
div.DivClassName
{
background-color: #DF2CF0;
}
.BgClassName
{
background-color: #DF2CF0;
}
</style>
border-color css
<style>
span { border-color: #DF2CF0; }
span { border-color: rgb(223,44,240); }
td.TdClassName
{
border-color: #DF2CF0;
}
.TagClassName
{
border-color: #DF2CF0;
}
</style>