Shades of Psychedelic Purple #DF38FF
Tints of Psychedelic Purple #DF38FF
RGB
CMYK
RGB Variations
Color information
#DF38FF (or 0xDF38FF) is known color: Psychedelic Purple. HEX triplet: DF, 38 and FF. RGB value is (223,56,255). Sum of RGB (Red+Green+Blue) = 223+56+255=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 56 (22.27% from 255 or 10.49% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF38FF is #20C700. Grayscale: #7F7F7F. Windows color (decimal): -2148097 or 16726239. OLE color: 16726239.
HSL color Cylindrical-coordinate representation of color #DF38FF: hue angle of 290.35º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF38FF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 56 | 255 | - |
| CMYK | 0.13 | 0.78 | 0 | 0 |
| HSL | 290.35º | 1% | 0.61% | - |
| HSV(B) | 290.35º | 0.78% | 1% | - |
| XYZ | 49.9 | 25.74 | 96.95 | - |
| YUV | 128.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 255 | 0.13 | 0.78 | 0 | 0 | 290.35 | 1 | 0.61 |
| Hex | DF | 38 | FF | D | 4E | 0 | 0 | 122 | 64 | 3D |
| Octal | 337 | 70 | 377 | 15 | 116 | 0 | 0 | 442 | 144 | 75 |
| Binary | 11011111 | 111000 | 11111111 | 1101 | 1001110 | 0 | 0 | 100100010 | 1100100 | 111101 |
Color Harmonies of #DF38FF
Complementary color
Monochromatic Colors of #DF38FF
Black with #DF38FF
Text Example
Text Example
White with #DF38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38FF; }
p { color: rgb(223,56,255); }
H1.HeaderClassName
{
color: #DF38FF;
}
.AnyTagClassName
{
color: #DF38FF;
}
</style>
background-color css
<style>
a { background-color: #DF38FF; }
a { background-color: rgb(223,56,255); }
div.DivClassName
{
background-color: #DF38FF;
}
.BgClassName
{
background-color: #DF38FF;
}
</style>
border-color css
<style>
span { border-color: #DF38FF; }
span { border-color: rgb(223,56,255); }
td.TdClassName
{
border-color: #DF38FF;
}
.TagClassName
{
border-color: #DF38FF;
}
</style>