Shades of Psychedelic Purple #D21BF4
Tints of Psychedelic Purple #D21BF4
RGB
CMYK
RGB Variations
Color information
#D21BF4 (or 0xD21BF4) is known color: Psychedelic Purple. HEX triplet: D2, 1B and F4. RGB value is (210,27,244). Sum of RGB (Red+Green+Blue) = 210+27+244=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #D21BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BF4 is #2DE40B. Grayscale: #696969. Windows color (decimal): -3007500 or 15997906. OLE color: 15997906.
HSL color Cylindrical-coordinate representation of color #D21BF4: hue angle of 290.6º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21BF4 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 27 | 244 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.04 |
| HSL | 290.6º | 0.91% | 0.53% | - |
| HSV(B) | 290.6º | 0.89% | 0.96% | - |
| XYZ | 43.3 | 21.02 | 87.36 | - |
| YUV | 106.46 | 205.63 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 244 | 0.14 | 0.89 | 0 | 0.04 | 290.6 | 0.91 | 0.53 |
| Hex | D2 | 1B | F4 | E | 59 | 0 | 4 | 123 | 5B | 35 |
| Octal | 322 | 33 | 364 | 16 | 131 | 0 | 4 | 443 | 133 | 65 |
| Binary | 11010010 | 11011 | 11110100 | 1110 | 1011001 | 0 | 100 | 100100011 | 1011011 | 110101 |
Color Harmonies of #D21BF4
Complementary color
Monochromatic Colors of #D21BF4
Black with #D21BF4
Text Example
Text Example
White with #D21BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BF4; }
p { color: rgb(210,27,244); }
H1.HeaderClassName
{
color: #D21BF4;
}
.AnyTagClassName
{
color: #D21BF4;
}
</style>
background-color css
<style>
a { background-color: #D21BF4; }
a { background-color: rgb(210,27,244); }
div.DivClassName
{
background-color: #D21BF4;
}
.BgClassName
{
background-color: #D21BF4;
}
</style>
border-color css
<style>
span { border-color: #D21BF4; }
span { border-color: rgb(210,27,244); }
td.TdClassName
{
border-color: #D21BF4;
}
.TagClassName
{
border-color: #D21BF4;
}
</style>