Shades of Psychedelic Purple #D71CF9
Tints of Psychedelic Purple #D71CF9
RGB
CMYK
RGB Variations
Color information
#D71CF9 (or 0xD71CF9) is known color: Psychedelic Purple. HEX triplet: D7, 1C and F9. RGB value is (215,28,249). Sum of RGB (Red+Green+Blue) = 215+28+249=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #D71CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CF9 is #28E306. Grayscale: #6C6C6C. Windows color (decimal): -2679559 or 16325847. OLE color: 16325847.
HSL color Cylindrical-coordinate representation of color #D71CF9: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71CF9 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 28 | 249 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.02 |
| HSL | 290.77º | 0.95% | 0.54% | - |
| HSV(B) | 290.77º | 0.89% | 0.98% | - |
| XYZ | 45.54 | 22.12 | 91.49 | - |
| YUV | 109.11 | 206.95 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 249 | 0.14 | 0.89 | 0 | 0.02 | 290.77 | 0.95 | 0.54 |
| Hex | D7 | 1C | F9 | E | 59 | 0 | 2 | 123 | 5F | 36 |
| Octal | 327 | 34 | 371 | 16 | 131 | 0 | 2 | 443 | 137 | 66 |
| Binary | 11010111 | 11100 | 11111001 | 1110 | 1011001 | 0 | 10 | 100100011 | 1011111 | 110110 |
Color Harmonies of #D71CF9
Complementary color
Monochromatic Colors of #D71CF9
Black with #D71CF9
Text Example
Text Example
White with #D71CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CF9; }
p { color: rgb(215,28,249); }
H1.HeaderClassName
{
color: #D71CF9;
}
.AnyTagClassName
{
color: #D71CF9;
}
</style>
background-color css
<style>
a { background-color: #D71CF9; }
a { background-color: rgb(215,28,249); }
div.DivClassName
{
background-color: #D71CF9;
}
.BgClassName
{
background-color: #D71CF9;
}
</style>
border-color css
<style>
span { border-color: #D71CF9; }
span { border-color: rgb(215,28,249); }
td.TdClassName
{
border-color: #D71CF9;
}
.TagClassName
{
border-color: #D71CF9;
}
</style>