Shades of Psychedelic Purple #D20CFF
Tints of Psychedelic Purple #D20CFF
RGB
CMYK
RGB Variations
Color information
#D20CFF (or 0xD20CFF) is known color: Psychedelic Purple. HEX triplet: D2, 0C and FF. RGB value is (210,12,255). Sum of RGB (Red+Green+Blue) = 210+12+255=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D20CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CFF is #2DF300. Grayscale: #626262. Windows color (decimal): -3011329 or 16714962. OLE color: 16714962.
HSL color Cylindrical-coordinate representation of color #D20CFF: hue angle of 288.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20CFF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 12 | 255 | - |
| CMYK | 0.18 | 0.95 | 0 | 0 |
| HSL | 288.89º | 1% | 0.52% | - |
| HSV(B) | 288.89º | 0.95% | 1% | - |
| XYZ | 44.76 | 21.18 | 96.34 | - |
| YUV | 98.9 | 216.1 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 255 | 0.18 | 0.95 | 0 | 0 | 288.89 | 1 | 0.52 |
| Hex | D2 | C | FF | 12 | 5F | 0 | 0 | 121 | 64 | 34 |
| Octal | 322 | 14 | 377 | 22 | 137 | 0 | 0 | 441 | 144 | 64 |
| Binary | 11010010 | 1100 | 11111111 | 10010 | 1011111 | 0 | 0 | 100100001 | 1100100 | 110100 |
Color Harmonies of #D20CFF
Complementary color
Monochromatic Colors of #D20CFF
Black with #D20CFF
Text Example
Text Example
White with #D20CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CFF; }
p { color: rgb(210,12,255); }
H1.HeaderClassName
{
color: #D20CFF;
}
.AnyTagClassName
{
color: #D20CFF;
}
</style>
background-color css
<style>
a { background-color: #D20CFF; }
a { background-color: rgb(210,12,255); }
div.DivClassName
{
background-color: #D20CFF;
}
.BgClassName
{
background-color: #D20CFF;
}
</style>
border-color css
<style>
span { border-color: #D20CFF; }
span { border-color: rgb(210,12,255); }
td.TdClassName
{
border-color: #D20CFF;
}
.TagClassName
{
border-color: #D20CFF;
}
</style>