Shades of Psychedelic Purple #D303E6
Tints of Psychedelic Purple #D303E6
RGB
CMYK
RGB Variations
Color information
#D303E6 (or 0xD303E6) is known color: Psychedelic Purple. HEX triplet: D3, 03 and E6. RGB value is (211,3,230). Sum of RGB (Red+Green+Blue) = 211+3+230=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #D303E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D303E6 is #2CFC19. Grayscale: #5A5A5A. Windows color (decimal): -2948122 or 15074259. OLE color: 15074259.
HSL color Cylindrical-coordinate representation of color #D303E6: hue angle of 294.98º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D303E6 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 3 | 230 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.10 |
| HSL | 294.98º | 0.97% | 0.46% | - |
| HSV(B) | 294.98º | 0.99% | 0.9% | - |
| XYZ | 41.18 | 19.63 | 76.48 | - |
| YUV | 91.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 230 | 0.08 | 0.99 | 0 | 0.10 | 294.98 | 0.97 | 0.46 |
| Hex | D3 | 3 | E6 | 8 | 63 | 0 | A | 127 | 61 | 2E |
| Octal | 323 | 3 | 346 | 10 | 143 | 0 | 12 | 447 | 141 | 56 |
| Binary | 11010011 | 11 | 11100110 | 1000 | 1100011 | 0 | 1010 | 100100111 | 1100001 | 101110 |
Color Harmonies of #D303E6
Complementary color
Monochromatic Colors of #D303E6
Black with #D303E6
Text Example
Text Example
White with #D303E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303E6; }
p { color: rgb(211,3,230); }
H1.HeaderClassName
{
color: #D303E6;
}
.AnyTagClassName
{
color: #D303E6;
}
</style>
background-color css
<style>
a { background-color: #D303E6; }
a { background-color: rgb(211,3,230); }
div.DivClassName
{
background-color: #D303E6;
}
.BgClassName
{
background-color: #D303E6;
}
</style>
border-color css
<style>
span { border-color: #D303E6; }
span { border-color: rgb(211,3,230); }
td.TdClassName
{
border-color: #D303E6;
}
.TagClassName
{
border-color: #D303E6;
}
</style>