Shades of Psychedelic Purple #D206FB
Tints of Psychedelic Purple #D206FB
RGB
CMYK
RGB Variations
Color information
#D206FB (or 0xD206FB) is known color: Psychedelic Purple. HEX triplet: D2, 06 and FB. RGB value is (210,6,251). Sum of RGB (Red+Green+Blue) = 210+6+251=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #D206FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D206FB is #2DF904. Grayscale: #5E5E5E. Windows color (decimal): -3012869 or 16451282. OLE color: 16451282.
HSL color Cylindrical-coordinate representation of color #D206FB: hue angle of 289.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D206FB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 6 | 251 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.02 |
| HSL | 289.96º | 0.97% | 0.5% | - |
| HSV(B) | 289.96º | 0.98% | 0.98% | - |
| XYZ | 44.06 | 20.8 | 92.96 | - |
| YUV | 94.93 | 216.09 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 251 | 0.16 | 0.98 | 0 | 0.02 | 289.96 | 0.97 | 0.5 |
| Hex | D2 | 6 | FB | 10 | 62 | 0 | 2 | 122 | 61 | 32 |
| Octal | 322 | 6 | 373 | 20 | 142 | 0 | 2 | 442 | 141 | 62 |
| Binary | 11010010 | 110 | 11111011 | 10000 | 1100010 | 0 | 10 | 100100010 | 1100001 | 110010 |
Color Harmonies of #D206FB
Complementary color
Monochromatic Colors of #D206FB
Black with #D206FB
Text Example
Text Example
White with #D206FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206FB; }
p { color: rgb(210,6,251); }
H1.HeaderClassName
{
color: #D206FB;
}
.AnyTagClassName
{
color: #D206FB;
}
</style>
background-color css
<style>
a { background-color: #D206FB; }
a { background-color: rgb(210,6,251); }
div.DivClassName
{
background-color: #D206FB;
}
.BgClassName
{
background-color: #D206FB;
}
</style>
border-color css
<style>
span { border-color: #D206FB; }
span { border-color: rgb(210,6,251); }
td.TdClassName
{
border-color: #D206FB;
}
.TagClassName
{
border-color: #D206FB;
}
</style>