Shades of Psychedelic Purple #D624FF
Tints of Psychedelic Purple #D624FF
RGB
CMYK
RGB Variations
Color information
#D624FF (or 0xD624FF) is known color: Psychedelic Purple. HEX triplet: D6, 24 and FF. RGB value is (214,36,255). Sum of RGB (Red+Green+Blue) = 214+36+255=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #D624FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624FF is #29DB00. Grayscale: #717171. Windows color (decimal): -2743041 or 16721110. OLE color: 16721110.
HSL color Cylindrical-coordinate representation of color #D624FF: hue angle of 288.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D624FF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 36 | 255 | - |
| CMYK | 0.16 | 0.86 | 0 | 0 |
| HSL | 288.77º | 1% | 0.57% | - |
| HSV(B) | 288.77º | 0.86% | 1% | - |
| XYZ | 46.41 | 22.78 | 96.56 | - |
| YUV | 114.19 | 207.47 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 255 | 0.16 | 0.86 | 0 | 0 | 288.77 | 1 | 0.57 |
| Hex | D6 | 24 | FF | 10 | 56 | 0 | 0 | 121 | 64 | 39 |
| Octal | 326 | 44 | 377 | 20 | 126 | 0 | 0 | 441 | 144 | 71 |
| Binary | 11010110 | 100100 | 11111111 | 10000 | 1010110 | 0 | 0 | 100100001 | 1100100 | 111001 |
Color Harmonies of #D624FF
Complementary color
Monochromatic Colors of #D624FF
Black with #D624FF
Text Example
Text Example
White with #D624FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624FF; }
p { color: rgb(214,36,255); }
H1.HeaderClassName
{
color: #D624FF;
}
.AnyTagClassName
{
color: #D624FF;
}
</style>
background-color css
<style>
a { background-color: #D624FF; }
a { background-color: rgb(214,36,255); }
div.DivClassName
{
background-color: #D624FF;
}
.BgClassName
{
background-color: #D624FF;
}
</style>
border-color css
<style>
span { border-color: #D624FF; }
span { border-color: rgb(214,36,255); }
td.TdClassName
{
border-color: #D624FF;
}
.TagClassName
{
border-color: #D624FF;
}
</style>