Shades of Psychedelic Purple #D50BFD
Tints of Psychedelic Purple #D50BFD
RGB
CMYK
RGB Variations
Color information
#D50BFD (or 0xD50BFD) is known color: Psychedelic Purple. HEX triplet: D5, 0B and FD. RGB value is (213,11,253). Sum of RGB (Red+Green+Blue) = 213+11+253=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D50BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BFD is #2AF402. Grayscale: #626262. Windows color (decimal): -2814979 or 16583637. OLE color: 16583637.
HSL color Cylindrical-coordinate representation of color #D50BFD: hue angle of 290.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50BFD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 11 | 253 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.01 |
| HSL | 290.08º | 0.98% | 0.52% | - |
| HSV(B) | 290.08º | 0.96% | 0.99% | - |
| XYZ | 45.29 | 21.48 | 94.69 | - |
| YUV | 98.99 | 214.92 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 253 | 0.16 | 0.96 | 0 | 0.01 | 290.08 | 0.98 | 0.52 |
| Hex | D5 | B | FD | 10 | 60 | 0 | 1 | 122 | 62 | 34 |
| Octal | 325 | 13 | 375 | 20 | 140 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010101 | 1011 | 11111101 | 10000 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D50BFD
Complementary color
Monochromatic Colors of #D50BFD
Black with #D50BFD
Text Example
Text Example
White with #D50BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BFD; }
p { color: rgb(213,11,253); }
H1.HeaderClassName
{
color: #D50BFD;
}
.AnyTagClassName
{
color: #D50BFD;
}
</style>
background-color css
<style>
a { background-color: #D50BFD; }
a { background-color: rgb(213,11,253); }
div.DivClassName
{
background-color: #D50BFD;
}
.BgClassName
{
background-color: #D50BFD;
}
</style>
border-color css
<style>
span { border-color: #D50BFD; }
span { border-color: rgb(213,11,253); }
td.TdClassName
{
border-color: #D50BFD;
}
.TagClassName
{
border-color: #D50BFD;
}
</style>