Shades of Psychedelic Purple #D000FC
Tints of Psychedelic Purple #D000FC
RGB
CMYK
RGB Variations
Color information
#D000FC (or 0xD000FC) is known color: Psychedelic Purple. HEX triplet: D0, 00 and FC. RGB value is (208,0,252). Sum of RGB (Red+Green+Blue) = 208+0+252=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #D000FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000FC is #2FFF03. Grayscale: #5A5A5A. Windows color (decimal): -3145476 or 16515280. OLE color: 16515280.
HSL color Cylindrical-coordinate representation of color #D000FC: hue angle of 289.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000FC is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 0 | 252 | - |
| CMYK | 0.17 | 1 | 0 | 0.01 |
| HSL | 289.52º | 1% | 0.49% | - |
| HSV(B) | 289.52º | 1% | 0.99% | - |
| XYZ | 43.58 | 20.44 | 93.74 | - |
| YUV | 90.92 | 218.91 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 252 | 0.17 | 1 | 0 | 0.01 | 289.52 | 1 | 0.49 |
| Hex | D0 | 0 | FC | 11 | 64 | 0 | 1 | 122 | 64 | 31 |
| Octal | 320 | 0 | 374 | 21 | 144 | 0 | 1 | 442 | 144 | 61 |
| Binary | 11010000 | 0 | 11111100 | 10001 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D000FC
Complementary color
Monochromatic Colors of #D000FC
Black with #D000FC
Text Example
Text Example
White with #D000FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000FC; }
p { color: rgb(208,0,252); }
H1.HeaderClassName
{
color: #D000FC;
}
.AnyTagClassName
{
color: #D000FC;
}
</style>
background-color css
<style>
a { background-color: #D000FC; }
a { background-color: rgb(208,0,252); }
div.DivClassName
{
background-color: #D000FC;
}
.BgClassName
{
background-color: #D000FC;
}
</style>
border-color css
<style>
span { border-color: #D000FC; }
span { border-color: rgb(208,0,252); }
td.TdClassName
{
border-color: #D000FC;
}
.TagClassName
{
border-color: #D000FC;
}
</style>