Shades of Psychedelic Purple #D725FE
Tints of Psychedelic Purple #D725FE
RGB
CMYK
RGB Variations
Color information
#D725FE (or 0xD725FE) is known color: Psychedelic Purple. HEX triplet: D7, 25 and FE. RGB value is (215,37,254). Sum of RGB (Red+Green+Blue) = 215+37+254=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #D725FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D725FE is #28DA01. Grayscale: #727272. Windows color (decimal): -2677250 or 16655831. OLE color: 16655831.
HSL color Cylindrical-coordinate representation of color #D725FE: hue angle of 289.22º 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 #D725FE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 37 | 254 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.00 |
| HSL | 289.22º | 0.99% | 0.57% | - |
| HSV(B) | 289.22º | 0.85% | 1% | - |
| XYZ | 46.58 | 22.93 | 95.74 | - |
| YUV | 114.96 | 206.47 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 254 | 0.15 | 0.85 | 0 | 0.00 | 289.22 | 0.99 | 0.57 |
| Hex | D7 | 25 | FE | F | 55 | 0 | 0 | 121 | 63 | 39 |
| Octal | 327 | 45 | 376 | 17 | 125 | 0 | 0 | 441 | 143 | 71 |
| Binary | 11010111 | 100101 | 11111110 | 1111 | 1010101 | 0 | 0 | 100100001 | 1100011 | 111001 |
Color Harmonies of #D725FE
Complementary color
Monochromatic Colors of #D725FE
Black with #D725FE
Text Example
Text Example
White with #D725FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725FE; }
p { color: rgb(215,37,254); }
H1.HeaderClassName
{
color: #D725FE;
}
.AnyTagClassName
{
color: #D725FE;
}
</style>
background-color css
<style>
a { background-color: #D725FE; }
a { background-color: rgb(215,37,254); }
div.DivClassName
{
background-color: #D725FE;
}
.BgClassName
{
background-color: #D725FE;
}
</style>
border-color css
<style>
span { border-color: #D725FE; }
span { border-color: rgb(215,37,254); }
td.TdClassName
{
border-color: #D725FE;
}
.TagClassName
{
border-color: #D725FE;
}
</style>