Shades of Psychedelic Purple #D81BFD
Tints of Psychedelic Purple #D81BFD
RGB
CMYK
RGB Variations
Color information
#D81BFD (or 0xD81BFD) is known color: Psychedelic Purple. HEX triplet: D8, 1B and FD. RGB value is (216,27,253). Sum of RGB (Red+Green+Blue) = 216+27+253=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 27 (10.94% from 255 or 5.44% 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 #D81BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81BFD is #27E402. Grayscale: #6C6C6C. Windows color (decimal): -2614275 or 16587736. OLE color: 16587736.
HSL color Cylindrical-coordinate representation of color #D81BFD: hue angle of 290.18º 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 #D81BFD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 27 | 253 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.01 |
| HSL | 290.18º | 0.98% | 0.55% | - |
| HSV(B) | 290.18º | 0.89% | 0.99% | - |
| XYZ | 46.44 | 22.47 | 94.82 | - |
| YUV | 109.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 253 | 0.15 | 0.89 | 0 | 0.01 | 290.18 | 0.98 | 0.55 |
| Hex | D8 | 1B | FD | F | 59 | 0 | 1 | 122 | 62 | 37 |
| Octal | 330 | 33 | 375 | 17 | 131 | 0 | 1 | 442 | 142 | 67 |
| Binary | 11011000 | 11011 | 11111101 | 1111 | 1011001 | 0 | 1 | 100100010 | 1100010 | 110111 |
Color Harmonies of #D81BFD
Complementary color
Monochromatic Colors of #D81BFD
Black with #D81BFD
Text Example
Text Example
White with #D81BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BFD; }
p { color: rgb(216,27,253); }
H1.HeaderClassName
{
color: #D81BFD;
}
.AnyTagClassName
{
color: #D81BFD;
}
</style>
background-color css
<style>
a { background-color: #D81BFD; }
a { background-color: rgb(216,27,253); }
div.DivClassName
{
background-color: #D81BFD;
}
.BgClassName
{
background-color: #D81BFD;
}
</style>
border-color css
<style>
span { border-color: #D81BFD; }
span { border-color: rgb(216,27,253); }
td.TdClassName
{
border-color: #D81BFD;
}
.TagClassName
{
border-color: #D81BFD;
}
</style>