Shades of Psychedelic Purple #D20DF9
Tints of Psychedelic Purple #D20DF9
RGB
CMYK
RGB Variations
Color information
#D20DF9 (or 0xD20DF9) is known color: Psychedelic Purple. HEX triplet: D2, 0D and F9. RGB value is (210,13,249). Sum of RGB (Red+Green+Blue) = 210+13+249=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #D20DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DF9 is #2DF206. Grayscale: #626262. Windows color (decimal): -3011079 or 16322002. OLE color: 16322002.
HSL color Cylindrical-coordinate representation of color #D20DF9: hue angle of 290.08º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DF9 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 13 | 249 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.02 |
| HSL | 290.08º | 0.95% | 0.51% | - |
| HSV(B) | 290.08º | 0.95% | 0.98% | - |
| XYZ | 43.82 | 20.83 | 91.33 | - |
| YUV | 98.81 | 212.77 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 249 | 0.16 | 0.95 | 0 | 0.02 | 290.08 | 0.95 | 0.51 |
| Hex | D2 | D | F9 | 10 | 5F | 0 | 2 | 122 | 5F | 33 |
| Octal | 322 | 15 | 371 | 20 | 137 | 0 | 2 | 442 | 137 | 63 |
| Binary | 11010010 | 1101 | 11111001 | 10000 | 1011111 | 0 | 10 | 100100010 | 1011111 | 110011 |
Color Harmonies of #D20DF9
Complementary color
Monochromatic Colors of #D20DF9
Black with #D20DF9
Text Example
Text Example
White with #D20DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DF9; }
p { color: rgb(210,13,249); }
H1.HeaderClassName
{
color: #D20DF9;
}
.AnyTagClassName
{
color: #D20DF9;
}
</style>
background-color css
<style>
a { background-color: #D20DF9; }
a { background-color: rgb(210,13,249); }
div.DivClassName
{
background-color: #D20DF9;
}
.BgClassName
{
background-color: #D20DF9;
}
</style>
border-color css
<style>
span { border-color: #D20DF9; }
span { border-color: rgb(210,13,249); }
td.TdClassName
{
border-color: #D20DF9;
}
.TagClassName
{
border-color: #D20DF9;
}
</style>