Shades of Psychedelic Purple #D300E8
Tints of Psychedelic Purple #D300E8
RGB
CMYK
RGB Variations
Color information
#D300E8 (or 0xD300E8) is known color: Psychedelic Purple. HEX triplet: D3, 00 and E8. RGB value is (211,0,232). Sum of RGB (Red+Green+Blue) = 211+0+232=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #D300E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300E8 is #2CFF17. Grayscale: #585858. Windows color (decimal): -2948888 or 15204563. OLE color: 15204563.
HSL color Cylindrical-coordinate representation of color #D300E8: hue angle of 294.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300E8 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 0 | 232 | - |
| CMYK | 0.09 | 1 | 0 | 0.09 |
| HSL | 294.57º | 1% | 0.45% | - |
| HSV(B) | 294.57º | 1% | 0.91% | - |
| XYZ | 41.43 | 19.68 | 77.96 | - |
| YUV | 89.54 | 208.4 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 232 | 0.09 | 1 | 0 | 0.09 | 294.57 | 1 | 0.45 |
| Hex | D3 | 0 | E8 | 9 | 64 | 0 | 9 | 127 | 64 | 2D |
| Octal | 323 | 0 | 350 | 11 | 144 | 0 | 11 | 447 | 144 | 55 |
| Binary | 11010011 | 0 | 11101000 | 1001 | 1100100 | 0 | 1001 | 100100111 | 1100100 | 101101 |
Color Harmonies of #D300E8
Complementary color
Monochromatic Colors of #D300E8
Black with #D300E8
Text Example
Text Example
White with #D300E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300E8; }
p { color: rgb(211,0,232); }
H1.HeaderClassName
{
color: #D300E8;
}
.AnyTagClassName
{
color: #D300E8;
}
</style>
background-color css
<style>
a { background-color: #D300E8; }
a { background-color: rgb(211,0,232); }
div.DivClassName
{
background-color: #D300E8;
}
.BgClassName
{
background-color: #D300E8;
}
</style>
border-color css
<style>
span { border-color: #D300E8; }
span { border-color: rgb(211,0,232); }
td.TdClassName
{
border-color: #D300E8;
}
.TagClassName
{
border-color: #D300E8;
}
</style>