Shades of Psychedelic Purple #D81CFD
Tints of Psychedelic Purple #D81CFD
RGB
CMYK
RGB Variations
Color information
#D81CFD (or 0xD81CFD) is known color: Psychedelic Purple. HEX triplet: D8, 1C and FD. RGB value is (216,28,253). Sum of RGB (Red+Green+Blue) = 216+28+253=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #D81CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81CFD is #27E302. Grayscale: #6D6D6D. Windows color (decimal): -2614019 or 16587992. OLE color: 16587992.
HSL color Cylindrical-coordinate representation of color #D81CFD: hue angle of 290.13º 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 #D81CFD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 28 | 253 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.01 |
| HSL | 290.13º | 0.98% | 0.55% | - |
| HSV(B) | 290.13º | 0.89% | 0.99% | - |
| XYZ | 46.46 | 22.52 | 94.83 | - |
| YUV | 109.86 | 208.78 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 253 | 0.15 | 0.89 | 0 | 0.01 | 290.13 | 0.98 | 0.55 |
| Hex | D8 | 1C | FD | F | 59 | 0 | 1 | 122 | 62 | 37 |
| Octal | 330 | 34 | 375 | 17 | 131 | 0 | 1 | 442 | 142 | 67 |
| Binary | 11011000 | 11100 | 11111101 | 1111 | 1011001 | 0 | 1 | 100100010 | 1100010 | 110111 |
Color Harmonies of #D81CFD
Complementary color
Monochromatic Colors of #D81CFD
Black with #D81CFD
Text Example
Text Example
White with #D81CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CFD; }
p { color: rgb(216,28,253); }
H1.HeaderClassName
{
color: #D81CFD;
}
.AnyTagClassName
{
color: #D81CFD;
}
</style>
background-color css
<style>
a { background-color: #D81CFD; }
a { background-color: rgb(216,28,253); }
div.DivClassName
{
background-color: #D81CFD;
}
.BgClassName
{
background-color: #D81CFD;
}
</style>
border-color css
<style>
span { border-color: #D81CFD; }
span { border-color: rgb(216,28,253); }
td.TdClassName
{
border-color: #D81CFD;
}
.TagClassName
{
border-color: #D81CFD;
}
</style>