Shades of Psychedelic Purple #D202FE
Tints of Psychedelic Purple #D202FE
RGB
CMYK
RGB Variations
Color information
#D202FE (or 0xD202FE) is known color: Psychedelic Purple. HEX triplet: D2, 02 and FE. RGB value is (210,2,254). Sum of RGB (Red+Green+Blue) = 210+2+254=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #D202FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D202FE is #2DFD01. Grayscale: #5C5C5C. Windows color (decimal): -3013890 or 16646866. OLE color: 16646866.
HSL color Cylindrical-coordinate representation of color #D202FE: hue angle of 289.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202FE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 2 | 254 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.00 |
| HSL | 289.52º | 0.99% | 0.5% | - |
| HSV(B) | 289.52º | 0.99% | 1% | - |
| XYZ | 44.49 | 20.9 | 95.46 | - |
| YUV | 92.92 | 218.91 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 254 | 0.17 | 0.99 | 0 | 0.00 | 289.52 | 0.99 | 0.5 |
| Hex | D2 | 2 | FE | 11 | 63 | 0 | 0 | 122 | 63 | 32 |
| Octal | 322 | 2 | 376 | 21 | 143 | 0 | 0 | 442 | 143 | 62 |
| Binary | 11010010 | 10 | 11111110 | 10001 | 1100011 | 0 | 0 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D202FE
Complementary color
Monochromatic Colors of #D202FE
Black with #D202FE
Text Example
Text Example
White with #D202FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202FE; }
p { color: rgb(210,2,254); }
H1.HeaderClassName
{
color: #D202FE;
}
.AnyTagClassName
{
color: #D202FE;
}
</style>
background-color css
<style>
a { background-color: #D202FE; }
a { background-color: rgb(210,2,254); }
div.DivClassName
{
background-color: #D202FE;
}
.BgClassName
{
background-color: #D202FE;
}
</style>
border-color css
<style>
span { border-color: #D202FE; }
span { border-color: rgb(210,2,254); }
td.TdClassName
{
border-color: #D202FE;
}
.TagClassName
{
border-color: #D202FE;
}
</style>