Shades of Psychedelic Purple #D300FB
Tints of Psychedelic Purple #D300FB
RGB
CMYK
RGB Variations
Color information
#D300FB (or 0xD300FB) is known color: Psychedelic Purple. HEX triplet: D3, 00 and FB. RGB value is (211,0,251). Sum of RGB (Red+Green+Blue) = 211+0+251=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #D300FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300FB is #2CFF04. Grayscale: #5A5A5A. Windows color (decimal): -2948869 or 16449747. OLE color: 16449747.
HSL color Cylindrical-coordinate representation of color #D300FB: hue angle of 290.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300FB is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 0 | 251 | - |
| CMYK | 0.16 | 1 | 0 | 0.02 |
| HSL | 290.44º | 1% | 0.49% | - |
| HSV(B) | 290.44º | 1% | 0.98% | - |
| XYZ | 44.28 | 20.81 | 92.95 | - |
| YUV | 91.7 | 217.9 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 251 | 0.16 | 1 | 0 | 0.02 | 290.44 | 1 | 0.49 |
| Hex | D3 | 0 | FB | 10 | 64 | 0 | 2 | 122 | 64 | 31 |
| Octal | 323 | 0 | 373 | 20 | 144 | 0 | 2 | 442 | 144 | 61 |
| Binary | 11010011 | 0 | 11111011 | 10000 | 1100100 | 0 | 10 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D300FB
Complementary color
Monochromatic Colors of #D300FB
Black with #D300FB
Text Example
Text Example
White with #D300FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300FB; }
p { color: rgb(211,0,251); }
H1.HeaderClassName
{
color: #D300FB;
}
.AnyTagClassName
{
color: #D300FB;
}
</style>
background-color css
<style>
a { background-color: #D300FB; }
a { background-color: rgb(211,0,251); }
div.DivClassName
{
background-color: #D300FB;
}
.BgClassName
{
background-color: #D300FB;
}
</style>
border-color css
<style>
span { border-color: #D300FB; }
span { border-color: rgb(211,0,251); }
td.TdClassName
{
border-color: #D300FB;
}
.TagClassName
{
border-color: #D300FB;
}
</style>