Shades of Psychedelic Purple #D21FF6
Tints of Psychedelic Purple #D21FF6
RGB
CMYK
RGB Variations
Color information
#D21FF6 (or 0xD21FF6) is known color: Psychedelic Purple. HEX triplet: D2, 1F and F6. RGB value is (210,31,246). Sum of RGB (Red+Green+Blue) = 210+31+246=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #D21FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FF6 is #2DE009. Grayscale: #6C6C6C. Windows color (decimal): -3006474 or 16130002. OLE color: 16130002.
HSL color Cylindrical-coordinate representation of color #D21FF6: hue angle of 289.95º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21FF6 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 31 | 246 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.04 |
| HSL | 289.95º | 0.92% | 0.54% | - |
| HSV(B) | 289.95º | 0.87% | 0.96% | - |
| XYZ | 43.7 | 21.34 | 89 | - |
| YUV | 109.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 246 | 0.15 | 0.87 | 0 | 0.04 | 289.95 | 0.92 | 0.54 |
| Hex | D2 | 1F | F6 | F | 57 | 0 | 4 | 122 | 5C | 36 |
| Octal | 322 | 37 | 366 | 17 | 127 | 0 | 4 | 442 | 134 | 66 |
| Binary | 11010010 | 11111 | 11110110 | 1111 | 1010111 | 0 | 100 | 100100010 | 1011100 | 110110 |
Color Harmonies of #D21FF6
Complementary color
Monochromatic Colors of #D21FF6
Black with #D21FF6
Text Example
Text Example
White with #D21FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FF6; }
p { color: rgb(210,31,246); }
H1.HeaderClassName
{
color: #D21FF6;
}
.AnyTagClassName
{
color: #D21FF6;
}
</style>
background-color css
<style>
a { background-color: #D21FF6; }
a { background-color: rgb(210,31,246); }
div.DivClassName
{
background-color: #D21FF6;
}
.BgClassName
{
background-color: #D21FF6;
}
</style>
border-color css
<style>
span { border-color: #D21FF6; }
span { border-color: rgb(210,31,246); }
td.TdClassName
{
border-color: #D21FF6;
}
.TagClassName
{
border-color: #D21FF6;
}
</style>