Shades of Psychedelic Purple #D738FE
Tints of Psychedelic Purple #D738FE
RGB
CMYK
RGB Variations
Color information
#D738FE (or 0xD738FE) is known color: Psychedelic Purple. HEX triplet: D7, 38 and FE. RGB value is (215,56,254). Sum of RGB (Red+Green+Blue) = 215+56+254=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 56 (22.27% from 255 or 10.67% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #D738FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D738FE is #28C701. Grayscale: #7D7D7D. Windows color (decimal): -2672386 or 16660695. OLE color: 16660695.
HSL color Cylindrical-coordinate representation of color #D738FE: hue angle of 288.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D738FE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 56 | 254 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.00 |
| HSL | 288.18º | 0.99% | 0.61% | - |
| HSV(B) | 288.18º | 0.78% | 1% | - |
| XYZ | 47.33 | 24.43 | 95.99 | - |
| YUV | 126.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 254 | 0.15 | 0.78 | 0 | 0.00 | 288.18 | 0.99 | 0.61 |
| Hex | D7 | 38 | FE | F | 4E | 0 | 0 | 120 | 63 | 3D |
| Octal | 327 | 70 | 376 | 17 | 116 | 0 | 0 | 440 | 143 | 75 |
| Binary | 11010111 | 111000 | 11111110 | 1111 | 1001110 | 0 | 0 | 100100000 | 1100011 | 111101 |
Color Harmonies of #D738FE
Complementary color
Monochromatic Colors of #D738FE
Black with #D738FE
Text Example
Text Example
White with #D738FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738FE; }
p { color: rgb(215,56,254); }
H1.HeaderClassName
{
color: #D738FE;
}
.AnyTagClassName
{
color: #D738FE;
}
</style>
background-color css
<style>
a { background-color: #D738FE; }
a { background-color: rgb(215,56,254); }
div.DivClassName
{
background-color: #D738FE;
}
.BgClassName
{
background-color: #D738FE;
}
</style>
border-color css
<style>
span { border-color: #D738FE; }
span { border-color: rgb(215,56,254); }
td.TdClassName
{
border-color: #D738FE;
}
.TagClassName
{
border-color: #D738FE;
}
</style>