Shades of Psychedelic Purple #D925FE
Tints of Psychedelic Purple #D925FE
RGB
CMYK
RGB Variations
Color information
#D925FE (or 0xD925FE) is known color: Psychedelic Purple. HEX triplet: D9, 25 and FE. RGB value is (217,37,254). Sum of RGB (Red+Green+Blue) = 217+37+254=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #D925FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D925FE is #26DA01. Grayscale: #727272. Windows color (decimal): -2546178 or 16655833. OLE color: 16655833.
HSL color Cylindrical-coordinate representation of color #D925FE: hue angle of 289.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D925FE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 37 | 254 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.00 |
| HSL | 289.77º | 0.99% | 0.57% | - |
| HSV(B) | 289.77º | 0.85% | 1% | - |
| XYZ | 47.17 | 23.23 | 95.76 | - |
| YUV | 115.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 254 | 0.15 | 0.85 | 0 | 0.00 | 289.77 | 0.99 | 0.57 |
| Hex | D9 | 25 | FE | F | 55 | 0 | 0 | 122 | 63 | 39 |
| Octal | 331 | 45 | 376 | 17 | 125 | 0 | 0 | 442 | 143 | 71 |
| Binary | 11011001 | 100101 | 11111110 | 1111 | 1010101 | 0 | 0 | 100100010 | 1100011 | 111001 |
Color Harmonies of #D925FE
Complementary color
Monochromatic Colors of #D925FE
Black with #D925FE
Text Example
Text Example
White with #D925FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925FE; }
p { color: rgb(217,37,254); }
H1.HeaderClassName
{
color: #D925FE;
}
.AnyTagClassName
{
color: #D925FE;
}
</style>
background-color css
<style>
a { background-color: #D925FE; }
a { background-color: rgb(217,37,254); }
div.DivClassName
{
background-color: #D925FE;
}
.BgClassName
{
background-color: #D925FE;
}
</style>
border-color css
<style>
span { border-color: #D925FE; }
span { border-color: rgb(217,37,254); }
td.TdClassName
{
border-color: #D925FE;
}
.TagClassName
{
border-color: #D925FE;
}
</style>