Shades of Psychedelic Purple #D00FF3
Tints of Psychedelic Purple #D00FF3
RGB
CMYK
RGB Variations
Color information
#D00FF3 (or 0xD00FF3) is known color: Psychedelic Purple. HEX triplet: D0, 0F and F3. RGB value is (208,15,243). Sum of RGB (Red+Green+Blue) = 208+15+243=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #D00FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FF3 is #2FF00C. Grayscale: #616161. Windows color (decimal): -3141645 or 15929296. OLE color: 15929296.
HSL color Cylindrical-coordinate representation of color #D00FF3: hue angle of 290.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00FF3 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 15 | 243 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.05 |
| HSL | 290.79º | 0.9% | 0.51% | - |
| HSV(B) | 290.79º | 0.94% | 0.95% | - |
| XYZ | 42.36 | 20.22 | 86.46 | - |
| YUV | 98.7 | 209.44 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 243 | 0.14 | 0.94 | 0 | 0.05 | 290.79 | 0.9 | 0.51 |
| Hex | D0 | F | F3 | E | 5E | 0 | 5 | 123 | 5A | 33 |
| Octal | 320 | 17 | 363 | 16 | 136 | 0 | 5 | 443 | 132 | 63 |
| Binary | 11010000 | 1111 | 11110011 | 1110 | 1011110 | 0 | 101 | 100100011 | 1011010 | 110011 |
Color Harmonies of #D00FF3
Complementary color
Monochromatic Colors of #D00FF3
Black with #D00FF3
Text Example
Text Example
White with #D00FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FF3; }
p { color: rgb(208,15,243); }
H1.HeaderClassName
{
color: #D00FF3;
}
.AnyTagClassName
{
color: #D00FF3;
}
</style>
background-color css
<style>
a { background-color: #D00FF3; }
a { background-color: rgb(208,15,243); }
div.DivClassName
{
background-color: #D00FF3;
}
.BgClassName
{
background-color: #D00FF3;
}
</style>
border-color css
<style>
span { border-color: #D00FF3; }
span { border-color: rgb(208,15,243); }
td.TdClassName
{
border-color: #D00FF3;
}
.TagClassName
{
border-color: #D00FF3;
}
</style>