Shades of Psychedelic Purple #D20DEF
Tints of Psychedelic Purple #D20DEF
RGB
CMYK
RGB Variations
Color information
#D20DEF (or 0xD20DEF) is known color: Psychedelic Purple. HEX triplet: D2, 0D and EF. RGB value is (210,13,239). Sum of RGB (Red+Green+Blue) = 210+13+239=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #D20DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DEF is #2DF210. Grayscale: #606060. Windows color (decimal): -3011089 or 15666642. OLE color: 15666642.
HSL color Cylindrical-coordinate representation of color #D20DEF: hue angle of 292.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DEF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 13 | 239 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.06 |
| HSL | 292.3º | 0.9% | 0.49% | - |
| HSV(B) | 292.3º | 0.95% | 0.94% | - |
| XYZ | 42.3 | 20.22 | 83.33 | - |
| YUV | 97.67 | 207.77 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 239 | 0.12 | 0.95 | 0 | 0.06 | 292.3 | 0.9 | 0.49 |
| Hex | D2 | D | EF | C | 5F | 0 | 6 | 124 | 5A | 31 |
| Octal | 322 | 15 | 357 | 14 | 137 | 0 | 6 | 444 | 132 | 61 |
| Binary | 11010010 | 1101 | 11101111 | 1100 | 1011111 | 0 | 110 | 100100100 | 1011010 | 110001 |
Color Harmonies of #D20DEF
Complementary color
Monochromatic Colors of #D20DEF
Black with #D20DEF
Text Example
Text Example
White with #D20DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DEF; }
p { color: rgb(210,13,239); }
H1.HeaderClassName
{
color: #D20DEF;
}
.AnyTagClassName
{
color: #D20DEF;
}
</style>
background-color css
<style>
a { background-color: #D20DEF; }
a { background-color: rgb(210,13,239); }
div.DivClassName
{
background-color: #D20DEF;
}
.BgClassName
{
background-color: #D20DEF;
}
</style>
border-color css
<style>
span { border-color: #D20DEF; }
span { border-color: rgb(210,13,239); }
td.TdClassName
{
border-color: #D20DEF;
}
.TagClassName
{
border-color: #D20DEF;
}
</style>