Shades of Psychedelic Purple #D300EF
Tints of Psychedelic Purple #D300EF
RGB
CMYK
RGB Variations
Color information
#D300EF (or 0xD300EF) is known color: Psychedelic Purple. HEX triplet: D3, 00 and EF. RGB value is (211,0,239). Sum of RGB (Red+Green+Blue) = 211+0+239=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #D300EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300EF is #2CFF10. Grayscale: #595959. Windows color (decimal): -2948881 or 15663315. OLE color: 15663315.
HSL color Cylindrical-coordinate representation of color #D300EF: hue angle of 292.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300EF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 0 | 239 | - |
| CMYK | 0.12 | 1 | 0 | 0.06 |
| HSL | 292.97º | 1% | 0.47% | - |
| HSV(B) | 292.97º | 1% | 0.94% | - |
| XYZ | 42.44 | 20.08 | 83.3 | - |
| YUV | 90.34 | 211.9 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 239 | 0.12 | 1 | 0 | 0.06 | 292.97 | 1 | 0.47 |
| Hex | D3 | 0 | EF | C | 64 | 0 | 6 | 125 | 64 | 2F |
| Octal | 323 | 0 | 357 | 14 | 144 | 0 | 6 | 445 | 144 | 57 |
| Binary | 11010011 | 0 | 11101111 | 1100 | 1100100 | 0 | 110 | 100100101 | 1100100 | 101111 |
Color Harmonies of #D300EF
Complementary color
Monochromatic Colors of #D300EF
Black with #D300EF
Text Example
Text Example
White with #D300EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300EF; }
p { color: rgb(211,0,239); }
H1.HeaderClassName
{
color: #D300EF;
}
.AnyTagClassName
{
color: #D300EF;
}
</style>
background-color css
<style>
a { background-color: #D300EF; }
a { background-color: rgb(211,0,239); }
div.DivClassName
{
background-color: #D300EF;
}
.BgClassName
{
background-color: #D300EF;
}
</style>
border-color css
<style>
span { border-color: #D300EF; }
span { border-color: rgb(211,0,239); }
td.TdClassName
{
border-color: #D300EF;
}
.TagClassName
{
border-color: #D300EF;
}
</style>