Shades of Psychedelic Purple #D135FF
Tints of Psychedelic Purple #D135FF
RGB
CMYK
RGB Variations
Color information
#D135FF (or 0xD135FF) is known color: Psychedelic Purple. HEX triplet: D1, 35 and FF. RGB value is (209,53,255). Sum of RGB (Red+Green+Blue) = 209+53+255=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #D135FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D135FF is #2ECA00. Grayscale: #7A7A7A. Windows color (decimal): -3066369 or 16725457. OLE color: 16725457.
HSL color Cylindrical-coordinate representation of color #D135FF: hue angle of 286.34º 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 #D135FF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 53 | 255 | - |
| CMYK | 0.18 | 0.79 | 0 | 0 |
| HSL | 286.34º | 1% | 0.6% | - |
| HSV(B) | 286.34º | 0.79% | 1% | - |
| XYZ | 45.62 | 23.32 | 96.7 | - |
| YUV | 122.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 255 | 0.18 | 0.79 | 0 | 0 | 286.34 | 1 | 0.6 |
| Hex | D1 | 35 | FF | 12 | 4F | 0 | 0 | 11E | 64 | 3C |
| Octal | 321 | 65 | 377 | 22 | 117 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11010001 | 110101 | 11111111 | 10010 | 1001111 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #D135FF
Complementary color
Monochromatic Colors of #D135FF
Black with #D135FF
Text Example
Text Example
White with #D135FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135FF; }
p { color: rgb(209,53,255); }
H1.HeaderClassName
{
color: #D135FF;
}
.AnyTagClassName
{
color: #D135FF;
}
</style>
background-color css
<style>
a { background-color: #D135FF; }
a { background-color: rgb(209,53,255); }
div.DivClassName
{
background-color: #D135FF;
}
.BgClassName
{
background-color: #D135FF;
}
</style>
border-color css
<style>
span { border-color: #D135FF; }
span { border-color: rgb(209,53,255); }
td.TdClassName
{
border-color: #D135FF;
}
.TagClassName
{
border-color: #D135FF;
}
</style>