Shades of Psychedelic Purple #D734FE
Tints of Psychedelic Purple #D734FE
RGB
CMYK
RGB Variations
Color information
#D734FE (or 0xD734FE) is known color: Psychedelic Purple. HEX triplet: D7, 34 and FE. RGB value is (215,52,254). Sum of RGB (Red+Green+Blue) = 215+52+254=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #D734FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D734FE is #28CB01. Grayscale: #7B7B7B. Windows color (decimal): -2673410 or 16659671. OLE color: 16659671.
HSL color Cylindrical-coordinate representation of color #D734FE: hue angle of 288.42º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D734FE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 52 | 254 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.00 |
| HSL | 288.42º | 0.99% | 0.6% | - |
| HSV(B) | 288.42º | 0.8% | 1% | - |
| XYZ | 47.14 | 24.06 | 95.93 | - |
| YUV | 123.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 254 | 0.15 | 0.80 | 0 | 0.00 | 288.42 | 0.99 | 0.6 |
| Hex | D7 | 34 | FE | F | 50 | 0 | 0 | 120 | 63 | 3C |
| Octal | 327 | 64 | 376 | 17 | 120 | 0 | 0 | 440 | 143 | 74 |
| Binary | 11010111 | 110100 | 11111110 | 1111 | 1010000 | 0 | 0 | 100100000 | 1100011 | 111100 |
Color Harmonies of #D734FE
Complementary color
Monochromatic Colors of #D734FE
Black with #D734FE
Text Example
Text Example
White with #D734FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D734FE; }
p { color: rgb(215,52,254); }
H1.HeaderClassName
{
color: #D734FE;
}
.AnyTagClassName
{
color: #D734FE;
}
</style>
background-color css
<style>
a { background-color: #D734FE; }
a { background-color: rgb(215,52,254); }
div.DivClassName
{
background-color: #D734FE;
}
.BgClassName
{
background-color: #D734FE;
}
</style>
border-color css
<style>
span { border-color: #D734FE; }
span { border-color: rgb(215,52,254); }
td.TdClassName
{
border-color: #D734FE;
}
.TagClassName
{
border-color: #D734FE;
}
</style>