Shades of Psychedelic Purple #D924FF
Tints of Psychedelic Purple #D924FF
RGB
CMYK
RGB Variations
Color information
#D924FF (or 0xD924FF) is known color: Psychedelic Purple. HEX triplet: D9, 24 and FF. RGB value is (217,36,255). Sum of RGB (Red+Green+Blue) = 217+36+255=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #D924FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D924FF is #26DB00. Grayscale: #727272. Windows color (decimal): -2546433 or 16721113. OLE color: 16721113.
HSL color Cylindrical-coordinate representation of color #D924FF: hue angle of 289.59º 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 #D924FF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 36 | 255 | - |
| CMYK | 0.15 | 0.86 | 0 | 0 |
| HSL | 289.59º | 1% | 0.57% | - |
| HSV(B) | 289.59º | 0.86% | 1% | - |
| XYZ | 47.3 | 23.23 | 96.6 | - |
| YUV | 115.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 255 | 0.15 | 0.86 | 0 | 0 | 289.59 | 1 | 0.57 |
| Hex | D9 | 24 | FF | F | 56 | 0 | 0 | 122 | 64 | 39 |
| Octal | 331 | 44 | 377 | 17 | 126 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011001 | 100100 | 11111111 | 1111 | 1010110 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #D924FF
Complementary color
Monochromatic Colors of #D924FF
Black with #D924FF
Text Example
Text Example
White with #D924FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924FF; }
p { color: rgb(217,36,255); }
H1.HeaderClassName
{
color: #D924FF;
}
.AnyTagClassName
{
color: #D924FF;
}
</style>
background-color css
<style>
a { background-color: #D924FF; }
a { background-color: rgb(217,36,255); }
div.DivClassName
{
background-color: #D924FF;
}
.BgClassName
{
background-color: #D924FF;
}
</style>
border-color css
<style>
span { border-color: #D924FF; }
span { border-color: rgb(217,36,255); }
td.TdClassName
{
border-color: #D924FF;
}
.TagClassName
{
border-color: #D924FF;
}
</style>