Shades of Psychedelic Purple #DF35FF
Tints of Psychedelic Purple #DF35FF
RGB
CMYK
RGB Variations
Color information
#DF35FF (or 0xDF35FF) is known color: Psychedelic Purple. HEX triplet: DF, 35 and FF. RGB value is (223,53,255). Sum of RGB (Red+Green+Blue) = 223+53+255=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 53 (21.09% from 255 or 9.98% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF35FF is #20CA00. Grayscale: #7E7E7E. Windows color (decimal): -2148865 or 16725471. OLE color: 16725471.
HSL color Cylindrical-coordinate representation of color #DF35FF: hue angle of 290.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF35FF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 53 | 255 | - |
| CMYK | 0.13 | 0.79 | 0 | 0 |
| HSL | 290.5º | 1% | 0.6% | - |
| HSV(B) | 290.5º | 0.79% | 1% | - |
| XYZ | 49.75 | 25.45 | 96.9 | - |
| YUV | 126.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 255 | 0.13 | 0.79 | 0 | 0 | 290.5 | 1 | 0.6 |
| Hex | DF | 35 | FF | D | 4F | 0 | 0 | 122 | 64 | 3C |
| Octal | 337 | 65 | 377 | 15 | 117 | 0 | 0 | 442 | 144 | 74 |
| Binary | 11011111 | 110101 | 11111111 | 1101 | 1001111 | 0 | 0 | 100100010 | 1100100 | 111100 |
Color Harmonies of #DF35FF
Complementary color
Monochromatic Colors of #DF35FF
Black with #DF35FF
Text Example
Text Example
White with #DF35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF35FF; }
p { color: rgb(223,53,255); }
H1.HeaderClassName
{
color: #DF35FF;
}
.AnyTagClassName
{
color: #DF35FF;
}
</style>
background-color css
<style>
a { background-color: #DF35FF; }
a { background-color: rgb(223,53,255); }
div.DivClassName
{
background-color: #DF35FF;
}
.BgClassName
{
background-color: #DF35FF;
}
</style>
border-color css
<style>
span { border-color: #DF35FF; }
span { border-color: rgb(223,53,255); }
td.TdClassName
{
border-color: #DF35FF;
}
.TagClassName
{
border-color: #DF35FF;
}
</style>