Shades of Psychedelic Purple #D71CF3
Tints of Psychedelic Purple #D71CF3
RGB
CMYK
RGB Variations
Color information
#D71CF3 (or 0xD71CF3) is known color: Psychedelic Purple. HEX triplet: D7, 1C and F3. RGB value is (215,28,243). Sum of RGB (Red+Green+Blue) = 215+28+243=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #D71CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CF3 is #28E30C. Grayscale: #6B6B6B. Windows color (decimal): -2679565 or 15932631. OLE color: 15932631.
HSL color Cylindrical-coordinate representation of color #D71CF3: hue angle of 292.19º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71CF3 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 28 | 243 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.05 |
| HSL | 292.19º | 0.9% | 0.53% | - |
| HSV(B) | 292.19º | 0.88% | 0.95% | - |
| XYZ | 44.62 | 21.75 | 86.64 | - |
| YUV | 108.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 243 | 0.12 | 0.88 | 0 | 0.05 | 292.19 | 0.9 | 0.53 |
| Hex | D7 | 1C | F3 | C | 58 | 0 | 5 | 124 | 5A | 35 |
| Octal | 327 | 34 | 363 | 14 | 130 | 0 | 5 | 444 | 132 | 65 |
| Binary | 11010111 | 11100 | 11110011 | 1100 | 1011000 | 0 | 101 | 100100100 | 1011010 | 110101 |
Color Harmonies of #D71CF3
Complementary color
Monochromatic Colors of #D71CF3
Black with #D71CF3
Text Example
Text Example
White with #D71CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CF3; }
p { color: rgb(215,28,243); }
H1.HeaderClassName
{
color: #D71CF3;
}
.AnyTagClassName
{
color: #D71CF3;
}
</style>
background-color css
<style>
a { background-color: #D71CF3; }
a { background-color: rgb(215,28,243); }
div.DivClassName
{
background-color: #D71CF3;
}
.BgClassName
{
background-color: #D71CF3;
}
</style>
border-color css
<style>
span { border-color: #D71CF3; }
span { border-color: rgb(215,28,243); }
td.TdClassName
{
border-color: #D71CF3;
}
.TagClassName
{
border-color: #D71CF3;
}
</style>