Shades of Psychedelic Purple #D300FC
Tints of Psychedelic Purple #D300FC
RGB
CMYK
RGB Variations
Color information
#D300FC (or 0xD300FC) is known color: Psychedelic Purple. HEX triplet: D3, 00 and FC. RGB value is (211,0,252). Sum of RGB (Red+Green+Blue) = 211+0+252=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #D300FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300FC is #2CFF03. Grayscale: #5B5B5B. Windows color (decimal): -2948868 or 16515283. OLE color: 16515283.
HSL color Cylindrical-coordinate representation of color #D300FC: hue angle of 290.24º 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 #D300FC is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 0 | 252 | - |
| CMYK | 0.16 | 1 | 0 | 0.01 |
| HSL | 290.24º | 1% | 0.49% | - |
| HSV(B) | 290.24º | 1% | 0.99% | - |
| XYZ | 44.43 | 20.88 | 93.78 | - |
| YUV | 91.82 | 218.4 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 252 | 0.16 | 1 | 0 | 0.01 | 290.24 | 1 | 0.49 |
| Hex | D3 | 0 | FC | 10 | 64 | 0 | 1 | 122 | 64 | 31 |
| Octal | 323 | 0 | 374 | 20 | 144 | 0 | 1 | 442 | 144 | 61 |
| Binary | 11010011 | 0 | 11111100 | 10000 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D300FC
Complementary color
Monochromatic Colors of #D300FC
Black with #D300FC
Text Example
Text Example
White with #D300FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300FC; }
p { color: rgb(211,0,252); }
H1.HeaderClassName
{
color: #D300FC;
}
.AnyTagClassName
{
color: #D300FC;
}
</style>
background-color css
<style>
a { background-color: #D300FC; }
a { background-color: rgb(211,0,252); }
div.DivClassName
{
background-color: #D300FC;
}
.BgClassName
{
background-color: #D300FC;
}
</style>
border-color css
<style>
span { border-color: #D300FC; }
span { border-color: rgb(211,0,252); }
td.TdClassName
{
border-color: #D300FC;
}
.TagClassName
{
border-color: #D300FC;
}
</style>