Shades of Psychedelic Purple #D203FC
Tints of Psychedelic Purple #D203FC
RGB
CMYK
RGB Variations
Color information
#D203FC (or 0xD203FC) is known color: Psychedelic Purple. HEX triplet: D2, 03 and FC. RGB value is (210,3,252). Sum of RGB (Red+Green+Blue) = 210+3+252=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #D203FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D203FC is #2DFC03. Grayscale: #5C5C5C. Windows color (decimal): -3013636 or 16516050. OLE color: 16516050.
HSL color Cylindrical-coordinate representation of color #D203FC: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203FC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 3 | 252 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.01 |
| HSL | 289.88º | 0.98% | 0.5% | - |
| HSV(B) | 289.88º | 0.99% | 0.99% | - |
| XYZ | 44.18 | 20.8 | 93.78 | - |
| YUV | 93.28 | 217.58 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 252 | 0.17 | 0.99 | 0 | 0.01 | 289.88 | 0.98 | 0.5 |
| Hex | D2 | 3 | FC | 11 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 322 | 3 | 374 | 21 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010010 | 11 | 11111100 | 10001 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D203FC
Complementary color
Monochromatic Colors of #D203FC
Black with #D203FC
Text Example
Text Example
White with #D203FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203FC; }
p { color: rgb(210,3,252); }
H1.HeaderClassName
{
color: #D203FC;
}
.AnyTagClassName
{
color: #D203FC;
}
</style>
background-color css
<style>
a { background-color: #D203FC; }
a { background-color: rgb(210,3,252); }
div.DivClassName
{
background-color: #D203FC;
}
.BgClassName
{
background-color: #D203FC;
}
</style>
border-color css
<style>
span { border-color: #D203FC; }
span { border-color: rgb(210,3,252); }
td.TdClassName
{
border-color: #D203FC;
}
.TagClassName
{
border-color: #D203FC;
}
</style>