Shades of Psychedelic Purple #D219FB
Tints of Psychedelic Purple #D219FB
RGB
CMYK
RGB Variations
Color information
#D219FB (or 0xD219FB) is known color: Psychedelic Purple. HEX triplet: D2, 19 and FB. RGB value is (210,25,251). Sum of RGB (Red+Green+Blue) = 210+25+251=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #D219FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219FB is #2DE604. Grayscale: #696969. Windows color (decimal): -3008005 or 16456146. OLE color: 16456146.
HSL color Cylindrical-coordinate representation of color #D219FB: hue angle of 289.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D219FB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 25 | 251 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.02 |
| HSL | 289.12º | 0.97% | 0.54% | - |
| HSV(B) | 289.12º | 0.9% | 0.98% | - |
| XYZ | 44.34 | 21.36 | 93.05 | - |
| YUV | 106.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 251 | 0.16 | 0.90 | 0 | 0.02 | 289.12 | 0.97 | 0.54 |
| Hex | D2 | 19 | FB | 10 | 5A | 0 | 2 | 121 | 61 | 36 |
| Octal | 322 | 31 | 373 | 20 | 132 | 0 | 2 | 441 | 141 | 66 |
| Binary | 11010010 | 11001 | 11111011 | 10000 | 1011010 | 0 | 10 | 100100001 | 1100001 | 110110 |
Color Harmonies of #D219FB
Complementary color
Monochromatic Colors of #D219FB
Black with #D219FB
Text Example
Text Example
White with #D219FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219FB; }
p { color: rgb(210,25,251); }
H1.HeaderClassName
{
color: #D219FB;
}
.AnyTagClassName
{
color: #D219FB;
}
</style>
background-color css
<style>
a { background-color: #D219FB; }
a { background-color: rgb(210,25,251); }
div.DivClassName
{
background-color: #D219FB;
}
.BgClassName
{
background-color: #D219FB;
}
</style>
border-color css
<style>
span { border-color: #D219FB; }
span { border-color: rgb(210,25,251); }
td.TdClassName
{
border-color: #D219FB;
}
.TagClassName
{
border-color: #D219FB;
}
</style>