Shades of Psychedelic Purple #D20DFC
Tints of Psychedelic Purple #D20DFC
RGB
CMYK
RGB Variations
Color information
#D20DFC (or 0xD20DFC) is known color: Psychedelic Purple. HEX triplet: D2, 0D and FC. RGB value is (210,13,252). Sum of RGB (Red+Green+Blue) = 210+13+252=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #D20DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DFC is #2DF203. Grayscale: #626262. Windows color (decimal): -3011076 or 16518610. OLE color: 16518610.
HSL color Cylindrical-coordinate representation of color #D20DFC: hue angle of 289.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DFC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 13 | 252 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.01 |
| HSL | 289.46º | 0.98% | 0.52% | - |
| HSV(B) | 289.46º | 0.95% | 0.99% | - |
| XYZ | 44.29 | 21.02 | 93.82 | - |
| YUV | 99.15 | 214.27 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 252 | 0.17 | 0.95 | 0 | 0.01 | 289.46 | 0.98 | 0.52 |
| Hex | D2 | D | FC | 11 | 5F | 0 | 1 | 121 | 62 | 34 |
| Octal | 322 | 15 | 374 | 21 | 137 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010010 | 1101 | 11111100 | 10001 | 1011111 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D20DFC
Complementary color
Monochromatic Colors of #D20DFC
Black with #D20DFC
Text Example
Text Example
White with #D20DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DFC; }
p { color: rgb(210,13,252); }
H1.HeaderClassName
{
color: #D20DFC;
}
.AnyTagClassName
{
color: #D20DFC;
}
</style>
background-color css
<style>
a { background-color: #D20DFC; }
a { background-color: rgb(210,13,252); }
div.DivClassName
{
background-color: #D20DFC;
}
.BgClassName
{
background-color: #D20DFC;
}
</style>
border-color css
<style>
span { border-color: #D20DFC; }
span { border-color: rgb(210,13,252); }
td.TdClassName
{
border-color: #D20DFC;
}
.TagClassName
{
border-color: #D20DFC;
}
</style>