Shades of Psychedelic Purple #D201FB
Tints of Psychedelic Purple #D201FB
RGB
CMYK
RGB Variations
Color information
#D201FB (or 0xD201FB) is known color: Psychedelic Purple. HEX triplet: D2, 01 and FB. RGB value is (210,1,251). Sum of RGB (Red+Green+Blue) = 210+1+251=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #D201FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201FB is #2DFE04. Grayscale: #5B5B5B. Windows color (decimal): -3014149 or 16450002. OLE color: 16450002.
HSL color Cylindrical-coordinate representation of color #D201FB: hue angle of 290.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201FB is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 1 | 251 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.02 |
| HSL | 290.16º | 0.99% | 0.49% | - |
| HSV(B) | 290.16º | 1% | 0.98% | - |
| XYZ | 44 | 20.69 | 92.94 | - |
| YUV | 91.99 | 217.74 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 251 | 0.16 | 1.00 | 0 | 0.02 | 290.16 | 0.99 | 0.49 |
| Hex | D2 | 1 | FB | 10 | 64 | 0 | 2 | 122 | 63 | 31 |
| Octal | 322 | 1 | 373 | 20 | 144 | 0 | 2 | 442 | 143 | 61 |
| Binary | 11010010 | 1 | 11111011 | 10000 | 1100100 | 0 | 10 | 100100010 | 1100011 | 110001 |
Color Harmonies of #D201FB
Complementary color
Monochromatic Colors of #D201FB
Black with #D201FB
Text Example
Text Example
White with #D201FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201FB; }
p { color: rgb(210,1,251); }
H1.HeaderClassName
{
color: #D201FB;
}
.AnyTagClassName
{
color: #D201FB;
}
</style>
background-color css
<style>
a { background-color: #D201FB; }
a { background-color: rgb(210,1,251); }
div.DivClassName
{
background-color: #D201FB;
}
.BgClassName
{
background-color: #D201FB;
}
</style>
border-color css
<style>
span { border-color: #D201FB; }
span { border-color: rgb(210,1,251); }
td.TdClassName
{
border-color: #D201FB;
}
.TagClassName
{
border-color: #D201FB;
}
</style>