Shades of Psychedelic Purple #D200FF
Tints of Psychedelic Purple #D200FF
RGB
CMYK
RGB Variations
Color information
#D200FF (or 0xD200FF) is known color: Psychedelic Purple. HEX triplet: D2, 00 and FF. RGB value is (210,0,255). Sum of RGB (Red+Green+Blue) = 210+0+255=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #D200FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200FF is #2DFF00. Grayscale: #5B5B5B. Windows color (decimal): -3014401 or 16711890. OLE color: 16711890.
HSL color Cylindrical-coordinate representation of color #D200FF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200FF is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 0 | 255 | - |
| CMYK | 0.18 | 1 | 0 | 0 |
| HSL | 289.41º | 1% | 0.5% | - |
| HSV(B) | 289.41º | 1% | 1% | - |
| XYZ | 44.63 | 20.92 | 96.29 | - |
| YUV | 91.86 | 220.07 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 255 | 0.18 | 1 | 0 | 0 | 289.41 | 1 | 0.5 |
| Hex | D2 | 0 | FF | 12 | 64 | 0 | 0 | 121 | 64 | 32 |
| Octal | 322 | 0 | 377 | 22 | 144 | 0 | 0 | 441 | 144 | 62 |
| Binary | 11010010 | 0 | 11111111 | 10010 | 1100100 | 0 | 0 | 100100001 | 1100100 | 110010 |
Color Harmonies of #D200FF
Complementary color
Monochromatic Colors of #D200FF
Black with #D200FF
Text Example
Text Example
White with #D200FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200FF; }
p { color: rgb(210,0,255); }
H1.HeaderClassName
{
color: #D200FF;
}
.AnyTagClassName
{
color: #D200FF;
}
</style>
background-color css
<style>
a { background-color: #D200FF; }
a { background-color: rgb(210,0,255); }
div.DivClassName
{
background-color: #D200FF;
}
.BgClassName
{
background-color: #D200FF;
}
</style>
border-color css
<style>
span { border-color: #D200FF; }
span { border-color: rgb(210,0,255); }
td.TdClassName
{
border-color: #D200FF;
}
.TagClassName
{
border-color: #D200FF;
}
</style>