Shades of Psychedelic Purple #D803F4
Tints of Psychedelic Purple #D803F4
RGB
CMYK
RGB Variations
Color information
#D803F4 (or 0xD803F4) is known color: Psychedelic Purple. HEX triplet: D8, 03 and F4. RGB value is (216,3,244). Sum of RGB (Red+Green+Blue) = 216+3+244=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #D803F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D803F4 is #27FC0B. Grayscale: #5D5D5D. Windows color (decimal): -2620428 or 15991768. OLE color: 15991768.
HSL color Cylindrical-coordinate representation of color #D803F4: hue angle of 293.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803F4 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 3 | 244 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.04 |
| HSL | 293.03º | 0.98% | 0.48% | - |
| HSV(B) | 293.03º | 0.99% | 0.96% | - |
| XYZ | 44.68 | 21.2 | 87.32 | - |
| YUV | 94.16 | 212.57 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 244 | 0.11 | 0.99 | 0 | 0.04 | 293.03 | 0.98 | 0.48 |
| Hex | D8 | 3 | F4 | B | 63 | 0 | 4 | 125 | 62 | 30 |
| Octal | 330 | 3 | 364 | 13 | 143 | 0 | 4 | 445 | 142 | 60 |
| Binary | 11011000 | 11 | 11110100 | 1011 | 1100011 | 0 | 100 | 100100101 | 1100010 | 110000 |
Color Harmonies of #D803F4
Complementary color
Monochromatic Colors of #D803F4
Black with #D803F4
Text Example
Text Example
White with #D803F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803F4; }
p { color: rgb(216,3,244); }
H1.HeaderClassName
{
color: #D803F4;
}
.AnyTagClassName
{
color: #D803F4;
}
</style>
background-color css
<style>
a { background-color: #D803F4; }
a { background-color: rgb(216,3,244); }
div.DivClassName
{
background-color: #D803F4;
}
.BgClassName
{
background-color: #D803F4;
}
</style>
border-color css
<style>
span { border-color: #D803F4; }
span { border-color: rgb(216,3,244); }
td.TdClassName
{
border-color: #D803F4;
}
.TagClassName
{
border-color: #D803F4;
}
</style>