Shades of Psychedelic Purple #D203F1
Tints of Psychedelic Purple #D203F1
RGB
CMYK
RGB Variations
Color information
#D203F1 (or 0xD203F1) is known color: Psychedelic Purple. HEX triplet: D2, 03 and F1. RGB value is (210,3,241). Sum of RGB (Red+Green+Blue) = 210+3+241=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #D203F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D203F1 is #2DFC0E. Grayscale: #5B5B5B. Windows color (decimal): -3013647 or 15795154. OLE color: 15795154.
HSL color Cylindrical-coordinate representation of color #D203F1: hue angle of 292.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203F1 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 3 | 241 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.05 |
| HSL | 292.18º | 0.98% | 0.48% | - |
| HSV(B) | 292.18º | 0.99% | 0.95% | - |
| XYZ | 42.49 | 20.12 | 84.86 | - |
| YUV | 92.03 | 212.08 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 241 | 0.13 | 0.99 | 0 | 0.05 | 292.18 | 0.98 | 0.48 |
| Hex | D2 | 3 | F1 | D | 63 | 0 | 5 | 124 | 62 | 30 |
| Octal | 322 | 3 | 361 | 15 | 143 | 0 | 5 | 444 | 142 | 60 |
| Binary | 11010010 | 11 | 11110001 | 1101 | 1100011 | 0 | 101 | 100100100 | 1100010 | 110000 |
Color Harmonies of #D203F1
Complementary color
Monochromatic Colors of #D203F1
Black with #D203F1
Text Example
Text Example
White with #D203F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203F1; }
p { color: rgb(210,3,241); }
H1.HeaderClassName
{
color: #D203F1;
}
.AnyTagClassName
{
color: #D203F1;
}
</style>
background-color css
<style>
a { background-color: #D203F1; }
a { background-color: rgb(210,3,241); }
div.DivClassName
{
background-color: #D203F1;
}
.BgClassName
{
background-color: #D203F1;
}
</style>
border-color css
<style>
span { border-color: #D203F1; }
span { border-color: rgb(210,3,241); }
td.TdClassName
{
border-color: #D203F1;
}
.TagClassName
{
border-color: #D203F1;
}
</style>