Shades of Psychedelic Purple #D303FC
Tints of Psychedelic Purple #D303FC
RGB
CMYK
RGB Variations
Color information
#D303FC (or 0xD303FC) is known color: Psychedelic Purple. HEX triplet: D3, 03 and FC. RGB value is (211,3,252). Sum of RGB (Red+Green+Blue) = 211+3+252=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #D303FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D303FC is #2CFC03. Grayscale: #5C5C5C. Windows color (decimal): -2948100 or 16516051. OLE color: 16516051.
HSL color Cylindrical-coordinate representation of color #D303FC: hue angle of 290.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D303FC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 3 | 252 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.01 |
| HSL | 290.12º | 0.98% | 0.5% | - |
| HSV(B) | 290.12º | 0.99% | 0.99% | - |
| XYZ | 44.47 | 20.94 | 93.79 | - |
| YUV | 93.58 | 217.41 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 252 | 0.16 | 0.99 | 0 | 0.01 | 290.12 | 0.98 | 0.5 |
| Hex | D3 | 3 | FC | 10 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 323 | 3 | 374 | 20 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010011 | 11 | 11111100 | 10000 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D303FC
Complementary color
Monochromatic Colors of #D303FC
Black with #D303FC
Text Example
Text Example
White with #D303FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303FC; }
p { color: rgb(211,3,252); }
H1.HeaderClassName
{
color: #D303FC;
}
.AnyTagClassName
{
color: #D303FC;
}
</style>
background-color css
<style>
a { background-color: #D303FC; }
a { background-color: rgb(211,3,252); }
div.DivClassName
{
background-color: #D303FC;
}
.BgClassName
{
background-color: #D303FC;
}
</style>
border-color css
<style>
span { border-color: #D303FC; }
span { border-color: rgb(211,3,252); }
td.TdClassName
{
border-color: #D303FC;
}
.TagClassName
{
border-color: #D303FC;
}
</style>