Shades of Psychedelic Purple #D305FC
Tints of Psychedelic Purple #D305FC
RGB
CMYK
RGB Variations
Color information
#D305FC (or 0xD305FC) is known color: Psychedelic Purple. HEX triplet: D3, 05 and FC. RGB value is (211,5,252). Sum of RGB (Red+Green+Blue) = 211+5+252=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #D305FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D305FC is #2CFA03. Grayscale: #5D5D5D. Windows color (decimal): -2947588 or 16516563. OLE color: 16516563.
HSL color Cylindrical-coordinate representation of color #D305FC: hue angle of 290.04º 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 #D305FC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 5 | 252 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.01 |
| HSL | 290.04º | 0.98% | 0.5% | - |
| HSV(B) | 290.04º | 0.98% | 0.99% | - |
| XYZ | 44.49 | 20.99 | 93.8 | - |
| YUV | 94.75 | 216.75 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 252 | 0.16 | 0.98 | 0 | 0.01 | 290.04 | 0.98 | 0.5 |
| Hex | D3 | 5 | FC | 10 | 62 | 0 | 1 | 122 | 62 | 32 |
| Octal | 323 | 5 | 374 | 20 | 142 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010011 | 101 | 11111100 | 10000 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D305FC
Complementary color
Monochromatic Colors of #D305FC
Black with #D305FC
Text Example
Text Example
White with #D305FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305FC; }
p { color: rgb(211,5,252); }
H1.HeaderClassName
{
color: #D305FC;
}
.AnyTagClassName
{
color: #D305FC;
}
</style>
background-color css
<style>
a { background-color: #D305FC; }
a { background-color: rgb(211,5,252); }
div.DivClassName
{
background-color: #D305FC;
}
.BgClassName
{
background-color: #D305FC;
}
</style>
border-color css
<style>
span { border-color: #D305FC; }
span { border-color: rgb(211,5,252); }
td.TdClassName
{
border-color: #D305FC;
}
.TagClassName
{
border-color: #D305FC;
}
</style>