Shades of Psychedelic Purple #D20DF1
Tints of Psychedelic Purple #D20DF1
RGB
CMYK
RGB Variations
Color information
#D20DF1 (or 0xD20DF1) is known color: Psychedelic Purple. HEX triplet: D2, 0D and F1. RGB value is (210,13,241). Sum of RGB (Red+Green+Blue) = 210+13+241=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #D20DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DF1 is #2DF20E. Grayscale: #616161. Windows color (decimal): -3011087 or 15797714. OLE color: 15797714.
HSL color Cylindrical-coordinate representation of color #D20DF1: hue angle of 291.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DF1 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 13 | 241 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.05 |
| HSL | 291.84º | 0.9% | 0.5% | - |
| HSV(B) | 291.84º | 0.95% | 0.95% | - |
| XYZ | 42.6 | 20.34 | 84.9 | - |
| YUV | 97.9 | 208.77 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 241 | 0.13 | 0.95 | 0 | 0.05 | 291.84 | 0.9 | 0.5 |
| Hex | D2 | D | F1 | D | 5F | 0 | 5 | 124 | 5A | 32 |
| Octal | 322 | 15 | 361 | 15 | 137 | 0 | 5 | 444 | 132 | 62 |
| Binary | 11010010 | 1101 | 11110001 | 1101 | 1011111 | 0 | 101 | 100100100 | 1011010 | 110010 |
Color Harmonies of #D20DF1
Complementary color
Monochromatic Colors of #D20DF1
Black with #D20DF1
Text Example
Text Example
White with #D20DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DF1; }
p { color: rgb(210,13,241); }
H1.HeaderClassName
{
color: #D20DF1;
}
.AnyTagClassName
{
color: #D20DF1;
}
</style>
background-color css
<style>
a { background-color: #D20DF1; }
a { background-color: rgb(210,13,241); }
div.DivClassName
{
background-color: #D20DF1;
}
.BgClassName
{
background-color: #D20DF1;
}
</style>
border-color css
<style>
span { border-color: #D20DF1; }
span { border-color: rgb(210,13,241); }
td.TdClassName
{
border-color: #D20DF1;
}
.TagClassName
{
border-color: #D20DF1;
}
</style>