Shades of Psychedelic Purple #D304FD
Tints of Psychedelic Purple #D304FD
RGB
CMYK
RGB Variations
Color information
#D304FD (or 0xD304FD) is known color: Psychedelic Purple. HEX triplet: D3, 04 and FD. RGB value is (211,4,253). Sum of RGB (Red+Green+Blue) = 211+4+253=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #D304FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D304FD is #2CFB02. Grayscale: #5D5D5D. Windows color (decimal): -2947843 or 16581843. OLE color: 16581843.
HSL color Cylindrical-coordinate representation of color #D304FD: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D304FD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 4 | 253 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.88º | 0.98% | 0.5% | - |
| HSV(B) | 289.88º | 0.98% | 0.99% | - |
| XYZ | 44.64 | 21.03 | 94.63 | - |
| YUV | 94.28 | 217.58 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 253 | 0.17 | 0.98 | 0 | 0.01 | 289.88 | 0.98 | 0.5 |
| Hex | D3 | 4 | FD | 11 | 62 | 0 | 1 | 122 | 62 | 32 |
| Octal | 323 | 4 | 375 | 21 | 142 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010011 | 100 | 11111101 | 10001 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D304FD
Complementary color
Monochromatic Colors of #D304FD
Black with #D304FD
Text Example
Text Example
White with #D304FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304FD; }
p { color: rgb(211,4,253); }
H1.HeaderClassName
{
color: #D304FD;
}
.AnyTagClassName
{
color: #D304FD;
}
</style>
background-color css
<style>
a { background-color: #D304FD; }
a { background-color: rgb(211,4,253); }
div.DivClassName
{
background-color: #D304FD;
}
.BgClassName
{
background-color: #D304FD;
}
</style>
border-color css
<style>
span { border-color: #D304FD; }
span { border-color: rgb(211,4,253); }
td.TdClassName
{
border-color: #D304FD;
}
.TagClassName
{
border-color: #D304FD;
}
</style>