Shades of Psychedelic Purple #D20CFC
Tints of Psychedelic Purple #D20CFC
RGB
CMYK
RGB Variations
Color information
#D20CFC (or 0xD20CFC) is known color: Psychedelic Purple. HEX triplet: D2, 0C and FC. RGB value is (210,12,252). Sum of RGB (Red+Green+Blue) = 210+12+252=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #D20CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CFC is #2DF303. Grayscale: #616161. Windows color (decimal): -3011332 or 16518354. OLE color: 16518354.
HSL color Cylindrical-coordinate representation of color #D20CFC: hue angle of 289.5º 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 #D20CFC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 12 | 252 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.01 |
| HSL | 289.5º | 0.98% | 0.52% | - |
| HSV(B) | 289.5º | 0.95% | 0.99% | - |
| XYZ | 44.28 | 20.99 | 93.81 | - |
| YUV | 98.56 | 214.6 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 252 | 0.17 | 0.95 | 0 | 0.01 | 289.5 | 0.98 | 0.52 |
| Hex | D2 | C | FC | 11 | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 322 | 14 | 374 | 21 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010010 | 1100 | 11111100 | 10001 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D20CFC
Complementary color
Monochromatic Colors of #D20CFC
Black with #D20CFC
Text Example
Text Example
White with #D20CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CFC; }
p { color: rgb(210,12,252); }
H1.HeaderClassName
{
color: #D20CFC;
}
.AnyTagClassName
{
color: #D20CFC;
}
</style>
background-color css
<style>
a { background-color: #D20CFC; }
a { background-color: rgb(210,12,252); }
div.DivClassName
{
background-color: #D20CFC;
}
.BgClassName
{
background-color: #D20CFC;
}
</style>
border-color css
<style>
span { border-color: #D20CFC; }
span { border-color: rgb(210,12,252); }
td.TdClassName
{
border-color: #D20CFC;
}
.TagClassName
{
border-color: #D20CFC;
}
</style>