Shades of Psychedelic Purple #D21CFA
Tints of Psychedelic Purple #D21CFA
RGB
CMYK
RGB Variations
Color information
#D21CFA (or 0xD21CFA) is known color: Psychedelic Purple. HEX triplet: D2, 1C and FA. RGB value is (210,28,250). Sum of RGB (Red+Green+Blue) = 210+28+250=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #D21CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21CFA is #2DE305. Grayscale: #6B6B6B. Windows color (decimal): -3007238 or 16391378. OLE color: 16391378.
HSL color Cylindrical-coordinate representation of color #D21CFA: hue angle of 289.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21CFA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 28 | 250 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.02 |
| HSL | 289.19º | 0.96% | 0.55% | - |
| HSV(B) | 289.19º | 0.89% | 0.98% | - |
| XYZ | 44.25 | 21.43 | 92.25 | - |
| YUV | 107.73 | 208.3 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 250 | 0.16 | 0.89 | 0 | 0.02 | 289.19 | 0.96 | 0.55 |
| Hex | D2 | 1C | FA | 10 | 59 | 0 | 2 | 121 | 60 | 37 |
| Octal | 322 | 34 | 372 | 20 | 131 | 0 | 2 | 441 | 140 | 67 |
| Binary | 11010010 | 11100 | 11111010 | 10000 | 1011001 | 0 | 10 | 100100001 | 1100000 | 110111 |
Color Harmonies of #D21CFA
Complementary color
Monochromatic Colors of #D21CFA
Black with #D21CFA
Text Example
Text Example
White with #D21CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CFA; }
p { color: rgb(210,28,250); }
H1.HeaderClassName
{
color: #D21CFA;
}
.AnyTagClassName
{
color: #D21CFA;
}
</style>
background-color css
<style>
a { background-color: #D21CFA; }
a { background-color: rgb(210,28,250); }
div.DivClassName
{
background-color: #D21CFA;
}
.BgClassName
{
background-color: #D21CFA;
}
</style>
border-color css
<style>
span { border-color: #D21CFA; }
span { border-color: rgb(210,28,250); }
td.TdClassName
{
border-color: #D21CFA;
}
.TagClassName
{
border-color: #D21CFA;
}
</style>