Shades of Psychedelic Purple #D71CFD
Tints of Psychedelic Purple #D71CFD
RGB
CMYK
RGB Variations
Color information
#D71CFD (or 0xD71CFD) is known color: Psychedelic Purple. HEX triplet: D7, 1C and FD. RGB value is (215,28,253). Sum of RGB (Red+Green+Blue) = 215+28+253=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #D71CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CFD is #28E302. Grayscale: #6C6C6C. Windows color (decimal): -2679555 or 16587991. OLE color: 16587991.
HSL color Cylindrical-coordinate representation of color #D71CFD: hue angle of 289.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71CFD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 28 | 253 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.01 |
| HSL | 289.87º | 0.98% | 0.55% | - |
| HSV(B) | 289.87º | 0.89% | 0.99% | - |
| XYZ | 46.17 | 22.37 | 94.81 | - |
| YUV | 109.56 | 208.95 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 253 | 0.15 | 0.89 | 0 | 0.01 | 289.87 | 0.98 | 0.55 |
| Hex | D7 | 1C | FD | F | 59 | 0 | 1 | 122 | 62 | 37 |
| Octal | 327 | 34 | 375 | 17 | 131 | 0 | 1 | 442 | 142 | 67 |
| Binary | 11010111 | 11100 | 11111101 | 1111 | 1011001 | 0 | 1 | 100100010 | 1100010 | 110111 |
Color Harmonies of #D71CFD
Complementary color
Monochromatic Colors of #D71CFD
Black with #D71CFD
Text Example
Text Example
White with #D71CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CFD; }
p { color: rgb(215,28,253); }
H1.HeaderClassName
{
color: #D71CFD;
}
.AnyTagClassName
{
color: #D71CFD;
}
</style>
background-color css
<style>
a { background-color: #D71CFD; }
a { background-color: rgb(215,28,253); }
div.DivClassName
{
background-color: #D71CFD;
}
.BgClassName
{
background-color: #D71CFD;
}
</style>
border-color css
<style>
span { border-color: #D71CFD; }
span { border-color: rgb(215,28,253); }
td.TdClassName
{
border-color: #D71CFD;
}
.TagClassName
{
border-color: #D71CFD;
}
</style>