Shades of Psychedelic Purple #D20DF6
Tints of Psychedelic Purple #D20DF6
RGB
CMYK
RGB Variations
Color information
#D20DF6 (or 0xD20DF6) is known color: Psychedelic Purple. HEX triplet: D2, 0D and F6. RGB value is (210,13,246). Sum of RGB (Red+Green+Blue) = 210+13+246=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #D20DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DF6 is #2DF209. Grayscale: #616161. Windows color (decimal): -3011082 or 16125394. OLE color: 16125394.
HSL color Cylindrical-coordinate representation of color #D20DF6: hue angle of 290.73º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DF6 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 13 | 246 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.04 |
| HSL | 290.73º | 0.93% | 0.51% | - |
| HSV(B) | 290.73º | 0.95% | 0.96% | - |
| XYZ | 43.36 | 20.64 | 88.89 | - |
| YUV | 98.47 | 211.27 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 246 | 0.15 | 0.95 | 0 | 0.04 | 290.73 | 0.93 | 0.51 |
| Hex | D2 | D | F6 | F | 5F | 0 | 4 | 123 | 5D | 33 |
| Octal | 322 | 15 | 366 | 17 | 137 | 0 | 4 | 443 | 135 | 63 |
| Binary | 11010010 | 1101 | 11110110 | 1111 | 1011111 | 0 | 100 | 100100011 | 1011101 | 110011 |
Color Harmonies of #D20DF6
Complementary color
Monochromatic Colors of #D20DF6
Black with #D20DF6
Text Example
Text Example
White with #D20DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DF6; }
p { color: rgb(210,13,246); }
H1.HeaderClassName
{
color: #D20DF6;
}
.AnyTagClassName
{
color: #D20DF6;
}
</style>
background-color css
<style>
a { background-color: #D20DF6; }
a { background-color: rgb(210,13,246); }
div.DivClassName
{
background-color: #D20DF6;
}
.BgClassName
{
background-color: #D20DF6;
}
</style>
border-color css
<style>
span { border-color: #D20DF6; }
span { border-color: rgb(210,13,246); }
td.TdClassName
{
border-color: #D20DF6;
}
.TagClassName
{
border-color: #D20DF6;
}
</style>