Shades of Psychedelic Purple #D300F3
Tints of Psychedelic Purple #D300F3
RGB
CMYK
RGB Variations
Color information
#D300F3 (or 0xD300F3) is known color: Psychedelic Purple. HEX triplet: D3, 00 and F3. RGB value is (211,0,243). Sum of RGB (Red+Green+Blue) = 211+0+243=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #D300F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300F3 is #2CFF0C. Grayscale: #5A5A5A. Windows color (decimal): -2948877 or 15925459. OLE color: 15925459.
HSL color Cylindrical-coordinate representation of color #D300F3: hue angle of 292.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300F3 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 0 | 243 | - |
| CMYK | 0.13 | 1 | 0 | 0.05 |
| HSL | 292.1º | 1% | 0.48% | - |
| HSV(B) | 292.1º | 1% | 0.95% | - |
| XYZ | 43.04 | 20.32 | 86.45 | - |
| YUV | 90.79 | 213.9 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 243 | 0.13 | 1 | 0 | 0.05 | 292.1 | 1 | 0.48 |
| Hex | D3 | 0 | F3 | D | 64 | 0 | 5 | 124 | 64 | 30 |
| Octal | 323 | 0 | 363 | 15 | 144 | 0 | 5 | 444 | 144 | 60 |
| Binary | 11010011 | 0 | 11110011 | 1101 | 1100100 | 0 | 101 | 100100100 | 1100100 | 110000 |
Color Harmonies of #D300F3
Complementary color
Monochromatic Colors of #D300F3
Black with #D300F3
Text Example
Text Example
White with #D300F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300F3; }
p { color: rgb(211,0,243); }
H1.HeaderClassName
{
color: #D300F3;
}
.AnyTagClassName
{
color: #D300F3;
}
</style>
background-color css
<style>
a { background-color: #D300F3; }
a { background-color: rgb(211,0,243); }
div.DivClassName
{
background-color: #D300F3;
}
.BgClassName
{
background-color: #D300F3;
}
</style>
border-color css
<style>
span { border-color: #D300F3; }
span { border-color: rgb(211,0,243); }
td.TdClassName
{
border-color: #D300F3;
}
.TagClassName
{
border-color: #D300F3;
}
</style>