Shades of Psychedelic Purple #D21BFD
Tints of Psychedelic Purple #D21BFD
RGB
CMYK
RGB Variations
Color information
#D21BFD (or 0xD21BFD) is known color: Psychedelic Purple. HEX triplet: D2, 1B and FD. RGB value is (210,27,253). Sum of RGB (Red+Green+Blue) = 210+27+253=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BFD is #2DE402. Grayscale: #6A6A6A. Windows color (decimal): -3007491 or 16587730. OLE color: 16587730.
HSL color Cylindrical-coordinate representation of color #D21BFD: hue angle of 288.58º 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 #D21BFD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 27 | 253 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.01 |
| HSL | 288.58º | 0.98% | 0.55% | - |
| HSV(B) | 288.58º | 0.89% | 0.99% | - |
| XYZ | 44.7 | 21.58 | 94.74 | - |
| YUV | 107.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 253 | 0.17 | 0.89 | 0 | 0.01 | 288.58 | 0.98 | 0.55 |
| Hex | D2 | 1B | FD | 11 | 59 | 0 | 1 | 121 | 62 | 37 |
| Octal | 322 | 33 | 375 | 21 | 131 | 0 | 1 | 441 | 142 | 67 |
| Binary | 11010010 | 11011 | 11111101 | 10001 | 1011001 | 0 | 1 | 100100001 | 1100010 | 110111 |
Color Harmonies of #D21BFD
Complementary color
Monochromatic Colors of #D21BFD
Black with #D21BFD
Text Example
Text Example
White with #D21BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BFD; }
p { color: rgb(210,27,253); }
H1.HeaderClassName
{
color: #D21BFD;
}
.AnyTagClassName
{
color: #D21BFD;
}
</style>
background-color css
<style>
a { background-color: #D21BFD; }
a { background-color: rgb(210,27,253); }
div.DivClassName
{
background-color: #D21BFD;
}
.BgClassName
{
background-color: #D21BFD;
}
</style>
border-color css
<style>
span { border-color: #D21BFD; }
span { border-color: rgb(210,27,253); }
td.TdClassName
{
border-color: #D21BFD;
}
.TagClassName
{
border-color: #D21BFD;
}
</style>