Shades of Psychedelic Purple #D217F3
Tints of Psychedelic Purple #D217F3
RGB
CMYK
RGB Variations
Color information
#D217F3 (or 0xD217F3) is known color: Psychedelic Purple. HEX triplet: D2, 17 and F3. RGB value is (210,23,243). Sum of RGB (Red+Green+Blue) = 210+23+243=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #D217F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217F3 is #2DE80C. Grayscale: #676767. Windows color (decimal): -3008525 or 15931346. OLE color: 15931346.
HSL color Cylindrical-coordinate representation of color #D217F3: hue angle of 291º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D217F3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 23 | 243 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.05 |
| HSL | 291º | 0.9% | 0.52% | - |
| HSV(B) | 291º | 0.91% | 0.95% | - |
| XYZ | 43.06 | 20.79 | 86.54 | - |
| YUV | 103.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 243 | 0.14 | 0.91 | 0 | 0.05 | 291 | 0.9 | 0.52 |
| Hex | D2 | 17 | F3 | E | 5B | 0 | 5 | 123 | 5A | 34 |
| Octal | 322 | 27 | 363 | 16 | 133 | 0 | 5 | 443 | 132 | 64 |
| Binary | 11010010 | 10111 | 11110011 | 1110 | 1011011 | 0 | 101 | 100100011 | 1011010 | 110100 |
Color Harmonies of #D217F3
Complementary color
Monochromatic Colors of #D217F3
Black with #D217F3
Text Example
Text Example
White with #D217F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217F3; }
p { color: rgb(210,23,243); }
H1.HeaderClassName
{
color: #D217F3;
}
.AnyTagClassName
{
color: #D217F3;
}
</style>
background-color css
<style>
a { background-color: #D217F3; }
a { background-color: rgb(210,23,243); }
div.DivClassName
{
background-color: #D217F3;
}
.BgClassName
{
background-color: #D217F3;
}
</style>
border-color css
<style>
span { border-color: #D217F3; }
span { border-color: rgb(210,23,243); }
td.TdClassName
{
border-color: #D217F3;
}
.TagClassName
{
border-color: #D217F3;
}
</style>