Shades of Psychedelic Purple #D20FEB
Tints of Psychedelic Purple #D20FEB
RGB
CMYK
RGB Variations
Color information
#D20FEB (or 0xD20FEB) is known color: Psychedelic Purple. HEX triplet: D2, 0F and EB. RGB value is (210,15,235). Sum of RGB (Red+Green+Blue) = 210+15+235=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D20FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FEB is #2DF014. Grayscale: #616161. Windows color (decimal): -3010581 or 15405010. OLE color: 15405010.
HSL color Cylindrical-coordinate representation of color #D20FEB: hue angle of 293.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FEB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 15 | 235 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.08 |
| HSL | 293.18º | 0.88% | 0.49% | - |
| HSV(B) | 293.18º | 0.94% | 0.92% | - |
| XYZ | 41.74 | 20.04 | 80.27 | - |
| YUV | 98.39 | 205.1 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 235 | 0.11 | 0.94 | 0 | 0.08 | 293.18 | 0.88 | 0.49 |
| Hex | D2 | F | EB | B | 5E | 0 | 8 | 125 | 58 | 31 |
| Octal | 322 | 17 | 353 | 13 | 136 | 0 | 10 | 445 | 130 | 61 |
| Binary | 11010010 | 1111 | 11101011 | 1011 | 1011110 | 0 | 1000 | 100100101 | 1011000 | 110001 |
Color Harmonies of #D20FEB
Complementary color
Monochromatic Colors of #D20FEB
Black with #D20FEB
Text Example
Text Example
White with #D20FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FEB; }
p { color: rgb(210,15,235); }
H1.HeaderClassName
{
color: #D20FEB;
}
.AnyTagClassName
{
color: #D20FEB;
}
</style>
background-color css
<style>
a { background-color: #D20FEB; }
a { background-color: rgb(210,15,235); }
div.DivClassName
{
background-color: #D20FEB;
}
.BgClassName
{
background-color: #D20FEB;
}
</style>
border-color css
<style>
span { border-color: #D20FEB; }
span { border-color: rgb(210,15,235); }
td.TdClassName
{
border-color: #D20FEB;
}
.TagClassName
{
border-color: #D20FEB;
}
</style>