Shades of Psychedelic Purple #D305FD
Tints of Psychedelic Purple #D305FD
RGB
CMYK
RGB Variations
Color information
#D305FD (or 0xD305FD) is known color: Psychedelic Purple. HEX triplet: D3, 05 and FD. RGB value is (211,5,253). Sum of RGB (Red+Green+Blue) = 211+5+253=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D305FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D305FD is #2CFA02. Grayscale: #5E5E5E. Windows color (decimal): -2947587 or 16582099. OLE color: 16582099.
HSL color Cylindrical-coordinate representation of color #D305FD: hue angle of 289.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305FD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 5 | 253 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.84º | 0.98% | 0.51% | - |
| HSV(B) | 289.84º | 0.98% | 0.99% | - |
| XYZ | 44.65 | 21.05 | 94.64 | - |
| YUV | 94.87 | 217.25 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 253 | 0.17 | 0.98 | 0 | 0.01 | 289.84 | 0.98 | 0.51 |
| Hex | D3 | 5 | FD | 11 | 62 | 0 | 1 | 122 | 62 | 33 |
| Octal | 323 | 5 | 375 | 21 | 142 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010011 | 101 | 11111101 | 10001 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D305FD
Complementary color
Monochromatic Colors of #D305FD
Black with #D305FD
Text Example
Text Example
White with #D305FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305FD; }
p { color: rgb(211,5,253); }
H1.HeaderClassName
{
color: #D305FD;
}
.AnyTagClassName
{
color: #D305FD;
}
</style>
background-color css
<style>
a { background-color: #D305FD; }
a { background-color: rgb(211,5,253); }
div.DivClassName
{
background-color: #D305FD;
}
.BgClassName
{
background-color: #D305FD;
}
</style>
border-color css
<style>
span { border-color: #D305FD; }
span { border-color: rgb(211,5,253); }
td.TdClassName
{
border-color: #D305FD;
}
.TagClassName
{
border-color: #D305FD;
}
</style>