Shades of Psychedelic Purple #D235FF
Tints of Psychedelic Purple #D235FF
RGB
CMYK
RGB Variations
Color information
#D235FF (or 0xD235FF) is known color: Psychedelic Purple. HEX triplet: D2, 35 and FF. RGB value is (210,53,255). Sum of RGB (Red+Green+Blue) = 210+53+255=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #D235FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235FF is #2DCA00. Grayscale: #7A7A7A. Windows color (decimal): -3000833 or 16725458. OLE color: 16725458.
HSL color Cylindrical-coordinate representation of color #D235FF: hue angle of 286.63º 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 #D235FF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 53 | 255 | - |
| CMYK | 0.18 | 0.79 | 0 | 0 |
| HSL | 286.63º | 1% | 0.6% | - |
| HSV(B) | 286.63º | 0.79% | 1% | - |
| XYZ | 45.9 | 23.47 | 96.72 | - |
| YUV | 122.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 255 | 0.18 | 0.79 | 0 | 0 | 286.63 | 1 | 0.6 |
| Hex | D2 | 35 | FF | 12 | 4F | 0 | 0 | 11F | 64 | 3C |
| Octal | 322 | 65 | 377 | 22 | 117 | 0 | 0 | 437 | 144 | 74 |
| Binary | 11010010 | 110101 | 11111111 | 10010 | 1001111 | 0 | 0 | 100011111 | 1100100 | 111100 |
Color Harmonies of #D235FF
Complementary color
Monochromatic Colors of #D235FF
Black with #D235FF
Text Example
Text Example
White with #D235FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235FF; }
p { color: rgb(210,53,255); }
H1.HeaderClassName
{
color: #D235FF;
}
.AnyTagClassName
{
color: #D235FF;
}
</style>
background-color css
<style>
a { background-color: #D235FF; }
a { background-color: rgb(210,53,255); }
div.DivClassName
{
background-color: #D235FF;
}
.BgClassName
{
background-color: #D235FF;
}
</style>
border-color css
<style>
span { border-color: #D235FF; }
span { border-color: rgb(210,53,255); }
td.TdClassName
{
border-color: #D235FF;
}
.TagClassName
{
border-color: #D235FF;
}
</style>