Shades of Psychedelic Purple #D51BFD
Tints of Psychedelic Purple #D51BFD
RGB
CMYK
RGB Variations
Color information
#D51BFD (or 0xD51BFD) is known color: Psychedelic Purple. HEX triplet: D5, 1B and FD. RGB value is (213,27,253). Sum of RGB (Red+Green+Blue) = 213+27+253=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #D51BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BFD is #2AE402. Grayscale: #6B6B6B. Windows color (decimal): -2810883 or 16587733. OLE color: 16587733.
HSL color Cylindrical-coordinate representation of color #D51BFD: hue angle of 289.38º 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 #D51BFD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 27 | 253 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.01 |
| HSL | 289.38º | 0.98% | 0.55% | - |
| HSV(B) | 289.38º | 0.89% | 0.99% | - |
| XYZ | 45.56 | 22.02 | 94.78 | - |
| YUV | 108.38 | 209.62 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 253 | 0.16 | 0.89 | 0 | 0.01 | 289.38 | 0.98 | 0.55 |
| Hex | D5 | 1B | FD | 10 | 59 | 0 | 1 | 121 | 62 | 37 |
| Octal | 325 | 33 | 375 | 20 | 131 | 0 | 1 | 441 | 142 | 67 |
| Binary | 11010101 | 11011 | 11111101 | 10000 | 1011001 | 0 | 1 | 100100001 | 1100010 | 110111 |
Color Harmonies of #D51BFD
Complementary color
Monochromatic Colors of #D51BFD
Black with #D51BFD
Text Example
Text Example
White with #D51BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BFD; }
p { color: rgb(213,27,253); }
H1.HeaderClassName
{
color: #D51BFD;
}
.AnyTagClassName
{
color: #D51BFD;
}
</style>
background-color css
<style>
a { background-color: #D51BFD; }
a { background-color: rgb(213,27,253); }
div.DivClassName
{
background-color: #D51BFD;
}
.BgClassName
{
background-color: #D51BFD;
}
</style>
border-color css
<style>
span { border-color: #D51BFD; }
span { border-color: rgb(213,27,253); }
td.TdClassName
{
border-color: #D51BFD;
}
.TagClassName
{
border-color: #D51BFD;
}
</style>