Shades of Psychedelic Purple #D934FD
Tints of Psychedelic Purple #D934FD
RGB
CMYK
RGB Variations
Color information
#D934FD (or 0xD934FD) is known color: Psychedelic Purple. HEX triplet: D9, 34 and FD. RGB value is (217,52,253). Sum of RGB (Red+Green+Blue) = 217+52+253=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 52 (20.70% from 255 or 9.96% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D934FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934FD is #26CB02. Grayscale: #7B7B7B. Windows color (decimal): -2542339 or 16594137. OLE color: 16594137.
HSL color Cylindrical-coordinate representation of color #D934FD: hue angle of 289.25º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D934FD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 52 | 253 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.01 |
| HSL | 289.25º | 0.98% | 0.6% | - |
| HSV(B) | 289.25º | 0.79% | 0.99% | - |
| XYZ | 47.57 | 24.3 | 95.11 | - |
| YUV | 124.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 253 | 0.14 | 0.79 | 0 | 0.01 | 289.25 | 0.98 | 0.6 |
| Hex | D9 | 34 | FD | E | 4F | 0 | 1 | 121 | 62 | 3C |
| Octal | 331 | 64 | 375 | 16 | 117 | 0 | 1 | 441 | 142 | 74 |
| Binary | 11011001 | 110100 | 11111101 | 1110 | 1001111 | 0 | 1 | 100100001 | 1100010 | 111100 |
Color Harmonies of #D934FD
Complementary color
Monochromatic Colors of #D934FD
Black with #D934FD
Text Example
Text Example
White with #D934FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934FD; }
p { color: rgb(217,52,253); }
H1.HeaderClassName
{
color: #D934FD;
}
.AnyTagClassName
{
color: #D934FD;
}
</style>
background-color css
<style>
a { background-color: #D934FD; }
a { background-color: rgb(217,52,253); }
div.DivClassName
{
background-color: #D934FD;
}
.BgClassName
{
background-color: #D934FD;
}
</style>
border-color css
<style>
span { border-color: #D934FD; }
span { border-color: rgb(217,52,253); }
td.TdClassName
{
border-color: #D934FD;
}
.TagClassName
{
border-color: #D934FD;
}
</style>