Shades of Psychedelic Purple #D934FF
Tints of Psychedelic Purple #D934FF
RGB
CMYK
RGB Variations
Color information
#D934FF (or 0xD934FF) is known color: Psychedelic Purple. HEX triplet: D9, 34 and FF. RGB value is (217,52,255). Sum of RGB (Red+Green+Blue) = 217+52+255=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 52 (20.70% from 255 or 9.92% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D934FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934FF is #26CB00. Grayscale: #7B7B7B. Windows color (decimal): -2542337 or 16725209. OLE color: 16725209.
HSL color Cylindrical-coordinate representation of color #D934FF: hue angle of 288.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D934FF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 52 | 255 | - |
| CMYK | 0.15 | 0.80 | 0 | 0 |
| HSL | 288.77º | 1% | 0.6% | - |
| HSV(B) | 288.77º | 0.8% | 1% | - |
| XYZ | 47.89 | 24.43 | 96.8 | - |
| YUV | 124.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 255 | 0.15 | 0.80 | 0 | 0 | 288.77 | 1 | 0.6 |
| Hex | D9 | 34 | FF | F | 50 | 0 | 0 | 121 | 64 | 3C |
| Octal | 331 | 64 | 377 | 17 | 120 | 0 | 0 | 441 | 144 | 74 |
| Binary | 11011001 | 110100 | 11111111 | 1111 | 1010000 | 0 | 0 | 100100001 | 1100100 | 111100 |
Color Harmonies of #D934FF
Complementary color
Monochromatic Colors of #D934FF
Black with #D934FF
Text Example
Text Example
White with #D934FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934FF; }
p { color: rgb(217,52,255); }
H1.HeaderClassName
{
color: #D934FF;
}
.AnyTagClassName
{
color: #D934FF;
}
</style>
background-color css
<style>
a { background-color: #D934FF; }
a { background-color: rgb(217,52,255); }
div.DivClassName
{
background-color: #D934FF;
}
.BgClassName
{
background-color: #D934FF;
}
</style>
border-color css
<style>
span { border-color: #D934FF; }
span { border-color: rgb(217,52,255); }
td.TdClassName
{
border-color: #D934FF;
}
.TagClassName
{
border-color: #D934FF;
}
</style>