Shades of Psychedelic Purple #D635FF
Tints of Psychedelic Purple #D635FF
RGB
CMYK
RGB Variations
Color information
#D635FF (or 0xD635FF) is known color: Psychedelic Purple. HEX triplet: D6, 35 and FF. RGB value is (214,53,255). Sum of RGB (Red+Green+Blue) = 214+53+255=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 53 (21.09% from 255 or 10.15% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #D635FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635FF is #29CA00. Grayscale: #7B7B7B. Windows color (decimal): -2738689 or 16725462. OLE color: 16725462.
HSL color Cylindrical-coordinate representation of color #D635FF: hue angle of 287.82º 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 #D635FF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 53 | 255 | - |
| CMYK | 0.16 | 0.79 | 0 | 0 |
| HSL | 287.82º | 1% | 0.6% | - |
| HSV(B) | 287.82º | 0.79% | 1% | - |
| XYZ | 47.05 | 24.06 | 96.77 | - |
| YUV | 124.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 255 | 0.16 | 0.79 | 0 | 0 | 287.82 | 1 | 0.6 |
| Hex | D6 | 35 | FF | 10 | 4F | 0 | 0 | 120 | 64 | 3C |
| Octal | 326 | 65 | 377 | 20 | 117 | 0 | 0 | 440 | 144 | 74 |
| Binary | 11010110 | 110101 | 11111111 | 10000 | 1001111 | 0 | 0 | 100100000 | 1100100 | 111100 |
Color Harmonies of #D635FF
Complementary color
Monochromatic Colors of #D635FF
Black with #D635FF
Text Example
Text Example
White with #D635FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635FF; }
p { color: rgb(214,53,255); }
H1.HeaderClassName
{
color: #D635FF;
}
.AnyTagClassName
{
color: #D635FF;
}
</style>
background-color css
<style>
a { background-color: #D635FF; }
a { background-color: rgb(214,53,255); }
div.DivClassName
{
background-color: #D635FF;
}
.BgClassName
{
background-color: #D635FF;
}
</style>
border-color css
<style>
span { border-color: #D635FF; }
span { border-color: rgb(214,53,255); }
td.TdClassName
{
border-color: #D635FF;
}
.TagClassName
{
border-color: #D635FF;
}
</style>