Shades of Psychedelic Purple #D200FE
Tints of Psychedelic Purple #D200FE
RGB
CMYK
RGB Variations
Color information
#D200FE (or 0xD200FE) is known color: Psychedelic Purple. HEX triplet: D2, 00 and FE. RGB value is (210,0,254). Sum of RGB (Red+Green+Blue) = 210+0+254=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #D200FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200FE is #2DFF01. Grayscale: #5A5A5A. Windows color (decimal): -3014402 or 16646354. OLE color: 16646354.
HSL color Cylindrical-coordinate representation of color #D200FE: hue angle of 289.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200FE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 0 | 254 | - |
| CMYK | 0.17 | 1 | 0 | 0.00 |
| HSL | 289.61º | 1% | 0.5% | - |
| HSV(B) | 289.61º | 1% | 1% | - |
| XYZ | 44.47 | 20.86 | 95.45 | - |
| YUV | 91.75 | 219.57 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 254 | 0.17 | 1 | 0 | 0.00 | 289.61 | 1 | 0.5 |
| Hex | D2 | 0 | FE | 11 | 64 | 0 | 0 | 122 | 64 | 32 |
| Octal | 322 | 0 | 376 | 21 | 144 | 0 | 0 | 442 | 144 | 62 |
| Binary | 11010010 | 0 | 11111110 | 10001 | 1100100 | 0 | 0 | 100100010 | 1100100 | 110010 |
Color Harmonies of #D200FE
Complementary color
Monochromatic Colors of #D200FE
Black with #D200FE
Text Example
Text Example
White with #D200FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200FE; }
p { color: rgb(210,0,254); }
H1.HeaderClassName
{
color: #D200FE;
}
.AnyTagClassName
{
color: #D200FE;
}
</style>
background-color css
<style>
a { background-color: #D200FE; }
a { background-color: rgb(210,0,254); }
div.DivClassName
{
background-color: #D200FE;
}
.BgClassName
{
background-color: #D200FE;
}
</style>
border-color css
<style>
span { border-color: #D200FE; }
span { border-color: rgb(210,0,254); }
td.TdClassName
{
border-color: #D200FE;
}
.TagClassName
{
border-color: #D200FE;
}
</style>