Shades of Psychedelic Purple #D200FC
Tints of Psychedelic Purple #D200FC
RGB
CMYK
RGB Variations
Color information
#D200FC (or 0xD200FC) is known color: Psychedelic Purple. HEX triplet: D2, 00 and FC. RGB value is (210,0,252). Sum of RGB (Red+Green+Blue) = 210+0+252=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #D200FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200FC is #2DFF03. Grayscale: #5A5A5A. Windows color (decimal): -3014404 or 16515282. OLE color: 16515282.
HSL color Cylindrical-coordinate representation of color #D200FC: hue angle of 290º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200FC is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 0 | 252 | - |
| CMYK | 0.17 | 1 | 0 | 0.01 |
| HSL | 290º | 1% | 0.49% | - |
| HSV(B) | 290º | 1% | 0.99% | - |
| XYZ | 44.15 | 20.73 | 93.77 | - |
| YUV | 91.52 | 218.57 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 252 | 0.17 | 1 | 0 | 0.01 | 290 | 1 | 0.49 |
| Hex | D2 | 0 | FC | 11 | 64 | 0 | 1 | 122 | 64 | 31 |
| Octal | 322 | 0 | 374 | 21 | 144 | 0 | 1 | 442 | 144 | 61 |
| Binary | 11010010 | 0 | 11111100 | 10001 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D200FC
Complementary color
Monochromatic Colors of #D200FC
Black with #D200FC
Text Example
Text Example
White with #D200FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200FC; }
p { color: rgb(210,0,252); }
H1.HeaderClassName
{
color: #D200FC;
}
.AnyTagClassName
{
color: #D200FC;
}
</style>
background-color css
<style>
a { background-color: #D200FC; }
a { background-color: rgb(210,0,252); }
div.DivClassName
{
background-color: #D200FC;
}
.BgClassName
{
background-color: #D200FC;
}
</style>
border-color css
<style>
span { border-color: #D200FC; }
span { border-color: rgb(210,0,252); }
td.TdClassName
{
border-color: #D200FC;
}
.TagClassName
{
border-color: #D200FC;
}
</style>