Shades of Psychedelic Purple #D300FE
Tints of Psychedelic Purple #D300FE
RGB
CMYK
RGB Variations
Color information
#D300FE (or 0xD300FE) is known color: Psychedelic Purple. HEX triplet: D3, 00 and FE. RGB value is (211,0,254). Sum of RGB (Red+Green+Blue) = 211+0+254=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #D300FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300FE is #2CFF01. Grayscale: #5B5B5B. Windows color (decimal): -2948866 or 16646355. OLE color: 16646355.
HSL color Cylindrical-coordinate representation of color #D300FE: hue angle of 289.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300FE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 0 | 254 | - |
| CMYK | 0.17 | 1 | 0 | 0.00 |
| HSL | 289.84º | 1% | 0.5% | - |
| HSV(B) | 289.84º | 1% | 1% | - |
| XYZ | 44.75 | 21 | 95.46 | - |
| YUV | 92.05 | 219.4 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 254 | 0.17 | 1 | 0 | 0.00 | 289.84 | 1 | 0.5 |
| Hex | D3 | 0 | FE | 11 | 64 | 0 | 0 | 122 | 64 | 32 |
| Octal | 323 | 0 | 376 | 21 | 144 | 0 | 0 | 442 | 144 | 62 |
| Binary | 11010011 | 0 | 11111110 | 10001 | 1100100 | 0 | 0 | 100100010 | 1100100 | 110010 |
Color Harmonies of #D300FE
Complementary color
Monochromatic Colors of #D300FE
Black with #D300FE
Text Example
Text Example
White with #D300FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300FE; }
p { color: rgb(211,0,254); }
H1.HeaderClassName
{
color: #D300FE;
}
.AnyTagClassName
{
color: #D300FE;
}
</style>
background-color css
<style>
a { background-color: #D300FE; }
a { background-color: rgb(211,0,254); }
div.DivClassName
{
background-color: #D300FE;
}
.BgClassName
{
background-color: #D300FE;
}
</style>
border-color css
<style>
span { border-color: #D300FE; }
span { border-color: rgb(211,0,254); }
td.TdClassName
{
border-color: #D300FE;
}
.TagClassName
{
border-color: #D300FE;
}
</style>