Shades of Psychedelic Purple #DF34F8
Tints of Psychedelic Purple #DF34F8
RGB
CMYK
RGB Variations
Color information
#DF34F8 (or 0xDF34F8) is known color: Psychedelic Purple. HEX triplet: DF, 34 and F8. RGB value is (223,52,248). Sum of RGB (Red+Green+Blue) = 223+52+248=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 52 (20.70% from 255 or 9.94% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF34F8 is #20CB07. Grayscale: #7C7C7C. Windows color (decimal): -2149128 or 16266463. OLE color: 16266463.
HSL color Cylindrical-coordinate representation of color #DF34F8: hue angle of 292.35º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF34F8 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 52 | 248 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.03 |
| HSL | 292.35º | 0.93% | 0.59% | - |
| HSV(B) | 292.35º | 0.79% | 0.97% | - |
| XYZ | 48.6 | 24.92 | 91.06 | - |
| YUV | 125.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 248 | 0.10 | 0.79 | 0 | 0.03 | 292.35 | 0.93 | 0.59 |
| Hex | DF | 34 | F8 | A | 4F | 0 | 3 | 124 | 5D | 3B |
| Octal | 337 | 64 | 370 | 12 | 117 | 0 | 3 | 444 | 135 | 73 |
| Binary | 11011111 | 110100 | 11111000 | 1010 | 1001111 | 0 | 11 | 100100100 | 1011101 | 111011 |
Color Harmonies of #DF34F8
Complementary color
Monochromatic Colors of #DF34F8
Black with #DF34F8
Text Example
Text Example
White with #DF34F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34F8; }
p { color: rgb(223,52,248); }
H1.HeaderClassName
{
color: #DF34F8;
}
.AnyTagClassName
{
color: #DF34F8;
}
</style>
background-color css
<style>
a { background-color: #DF34F8; }
a { background-color: rgb(223,52,248); }
div.DivClassName
{
background-color: #DF34F8;
}
.BgClassName
{
background-color: #DF34F8;
}
</style>
border-color css
<style>
span { border-color: #DF34F8; }
span { border-color: rgb(223,52,248); }
td.TdClassName
{
border-color: #DF34F8;
}
.TagClassName
{
border-color: #DF34F8;
}
</style>