Shades of Psychedelic Purple #D035FF
Tints of Psychedelic Purple #D035FF
RGB
CMYK
RGB Variations
Color information
#D035FF (or 0xD035FF) is known color: Psychedelic Purple. HEX triplet: D0, 35 and FF. RGB value is (208,53,255). Sum of RGB (Red+Green+Blue) = 208+53+255=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #D035FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035FF is #2FCA00. Grayscale: #797979. Windows color (decimal): -3131905 or 16725456. OLE color: 16725456.
HSL color Cylindrical-coordinate representation of color #D035FF: hue angle of 286.04º 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 #D035FF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 53 | 255 | - |
| CMYK | 0.18 | 0.79 | 0 | 0 |
| HSL | 286.04º | 1% | 0.6% | - |
| HSV(B) | 286.04º | 0.79% | 1% | - |
| XYZ | 45.34 | 23.18 | 96.69 | - |
| YUV | 122.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 255 | 0.18 | 0.79 | 0 | 0 | 286.04 | 1 | 0.6 |
| Hex | D0 | 35 | FF | 12 | 4F | 0 | 0 | 11E | 64 | 3C |
| Octal | 320 | 65 | 377 | 22 | 117 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11010000 | 110101 | 11111111 | 10010 | 1001111 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #D035FF
Complementary color
Monochromatic Colors of #D035FF
Black with #D035FF
Text Example
Text Example
White with #D035FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035FF; }
p { color: rgb(208,53,255); }
H1.HeaderClassName
{
color: #D035FF;
}
.AnyTagClassName
{
color: #D035FF;
}
</style>
background-color css
<style>
a { background-color: #D035FF; }
a { background-color: rgb(208,53,255); }
div.DivClassName
{
background-color: #D035FF;
}
.BgClassName
{
background-color: #D035FF;
}
</style>
border-color css
<style>
span { border-color: #D035FF; }
span { border-color: rgb(208,53,255); }
td.TdClassName
{
border-color: #D035FF;
}
.TagClassName
{
border-color: #D035FF;
}
</style>