Shades of Psychedelic Purple #D934FB
Tints of Psychedelic Purple #D934FB
RGB
CMYK
RGB Variations
Color information
#D934FB (or 0xD934FB) is known color: Psychedelic Purple. HEX triplet: D9, 34 and FB. RGB value is (217,52,251). Sum of RGB (Red+Green+Blue) = 217+52+251=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D934FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934FB is #26CB04. Grayscale: #7B7B7B. Windows color (decimal): -2542341 or 16463065. OLE color: 16463065.
HSL color Cylindrical-coordinate representation of color #D934FB: hue angle of 289.75º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D934FB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 52 | 251 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.02 |
| HSL | 289.75º | 0.96% | 0.59% | - |
| HSV(B) | 289.75º | 0.79% | 0.98% | - |
| XYZ | 47.26 | 24.17 | 93.44 | - |
| YUV | 124.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 251 | 0.14 | 0.79 | 0 | 0.02 | 289.75 | 0.96 | 0.59 |
| Hex | D9 | 34 | FB | E | 4F | 0 | 2 | 122 | 60 | 3B |
| Octal | 331 | 64 | 373 | 16 | 117 | 0 | 2 | 442 | 140 | 73 |
| Binary | 11011001 | 110100 | 11111011 | 1110 | 1001111 | 0 | 10 | 100100010 | 1100000 | 111011 |
Color Harmonies of #D934FB
Complementary color
Monochromatic Colors of #D934FB
Black with #D934FB
Text Example
Text Example
White with #D934FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934FB; }
p { color: rgb(217,52,251); }
H1.HeaderClassName
{
color: #D934FB;
}
.AnyTagClassName
{
color: #D934FB;
}
</style>
background-color css
<style>
a { background-color: #D934FB; }
a { background-color: rgb(217,52,251); }
div.DivClassName
{
background-color: #D934FB;
}
.BgClassName
{
background-color: #D934FB;
}
</style>
border-color css
<style>
span { border-color: #D934FB; }
span { border-color: rgb(217,52,251); }
td.TdClassName
{
border-color: #D934FB;
}
.TagClassName
{
border-color: #D934FB;
}
</style>