Shades of Psychedelic Purple #DF27F5
Tints of Psychedelic Purple #DF27F5
RGB
CMYK
RGB Variations
Color information
#DF27F5 (or 0xDF27F5) is known color: Psychedelic Purple. HEX triplet: DF, 27 and F5. RGB value is (223,39,245). Sum of RGB (Red+Green+Blue) = 223+39+245=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF27F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27F5 is #20D80A. Grayscale: #747474. Windows color (decimal): -2152459 or 16066527. OLE color: 16066527.
HSL color Cylindrical-coordinate representation of color #DF27F5: hue angle of 293.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF27F5 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 39 | 245 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.04 |
| HSL | 293.59º | 0.91% | 0.56% | - |
| HSV(B) | 293.59º | 0.84% | 0.96% | - |
| XYZ | 47.64 | 23.73 | 88.46 | - |
| YUV | 117.5 | 199.96 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 245 | 0.09 | 0.84 | 0 | 0.04 | 293.59 | 0.91 | 0.56 |
| Hex | DF | 27 | F5 | 9 | 54 | 0 | 4 | 126 | 5B | 38 |
| Octal | 337 | 47 | 365 | 11 | 124 | 0 | 4 | 446 | 133 | 70 |
| Binary | 11011111 | 100111 | 11110101 | 1001 | 1010100 | 0 | 100 | 100100110 | 1011011 | 111000 |
Color Harmonies of #DF27F5
Complementary color
Monochromatic Colors of #DF27F5
Black with #DF27F5
Text Example
Text Example
White with #DF27F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27F5; }
p { color: rgb(223,39,245); }
H1.HeaderClassName
{
color: #DF27F5;
}
.AnyTagClassName
{
color: #DF27F5;
}
</style>
background-color css
<style>
a { background-color: #DF27F5; }
a { background-color: rgb(223,39,245); }
div.DivClassName
{
background-color: #DF27F5;
}
.BgClassName
{
background-color: #DF27F5;
}
</style>
border-color css
<style>
span { border-color: #DF27F5; }
span { border-color: rgb(223,39,245); }
td.TdClassName
{
border-color: #DF27F5;
}
.TagClassName
{
border-color: #DF27F5;
}
</style>