Shades of Psychedelic Purple #D005FC
Tints of Psychedelic Purple #D005FC
RGB
CMYK
RGB Variations
Color information
#D005FC (or 0xD005FC) is known color: Psychedelic Purple. HEX triplet: D0, 05 and FC. RGB value is (208,5,252). Sum of RGB (Red+Green+Blue) = 208+5+252=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #D005FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005FC is #2FFA03. Grayscale: #5D5D5D. Windows color (decimal): -3144196 or 16516560. OLE color: 16516560.
HSL color Cylindrical-coordinate representation of color #D005FC: hue angle of 289.31º 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 #D005FC is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 5 | 252 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.31º | 0.98% | 0.5% | - |
| HSV(B) | 289.31º | 0.98% | 0.99% | - |
| XYZ | 43.64 | 20.55 | 93.76 | - |
| YUV | 93.86 | 217.25 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 252 | 0.17 | 0.98 | 0 | 0.01 | 289.31 | 0.98 | 0.5 |
| Hex | D0 | 5 | FC | 11 | 62 | 0 | 1 | 121 | 62 | 32 |
| Octal | 320 | 5 | 374 | 21 | 142 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11010000 | 101 | 11111100 | 10001 | 1100010 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #D005FC
Complementary color
Monochromatic Colors of #D005FC
Black with #D005FC
Text Example
Text Example
White with #D005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005FC; }
p { color: rgb(208,5,252); }
H1.HeaderClassName
{
color: #D005FC;
}
.AnyTagClassName
{
color: #D005FC;
}
</style>
background-color css
<style>
a { background-color: #D005FC; }
a { background-color: rgb(208,5,252); }
div.DivClassName
{
background-color: #D005FC;
}
.BgClassName
{
background-color: #D005FC;
}
</style>
border-color css
<style>
span { border-color: #D005FC; }
span { border-color: rgb(208,5,252); }
td.TdClassName
{
border-color: #D005FC;
}
.TagClassName
{
border-color: #D005FC;
}
</style>