Shades of Psychedelic Purple #D005FD
Tints of Psychedelic Purple #D005FD
RGB
CMYK
RGB Variations
Color information
#D005FD (or 0xD005FD) is known color: Psychedelic Purple. HEX triplet: D0, 05 and FD. RGB value is (208,5,253). Sum of RGB (Red+Green+Blue) = 208+5+253=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #D005FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005FD is #2FFA02. Grayscale: #5D5D5D. Windows color (decimal): -3144195 or 16582096. OLE color: 16582096.
HSL color Cylindrical-coordinate representation of color #D005FD: hue angle of 289.11º 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 #D005FD is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 5 | 253 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.01 |
| HSL | 289.11º | 0.98% | 0.51% | - |
| HSV(B) | 289.11º | 0.98% | 0.99% | - |
| XYZ | 43.8 | 20.61 | 94.6 | - |
| YUV | 93.97 | 217.75 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 253 | 0.18 | 0.98 | 0 | 0.01 | 289.11 | 0.98 | 0.51 |
| Hex | D0 | 5 | FD | 12 | 62 | 0 | 1 | 121 | 62 | 33 |
| Octal | 320 | 5 | 375 | 22 | 142 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11010000 | 101 | 11111101 | 10010 | 1100010 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #D005FD
Complementary color
Monochromatic Colors of #D005FD
Black with #D005FD
Text Example
Text Example
White with #D005FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005FD; }
p { color: rgb(208,5,253); }
H1.HeaderClassName
{
color: #D005FD;
}
.AnyTagClassName
{
color: #D005FD;
}
</style>
background-color css
<style>
a { background-color: #D005FD; }
a { background-color: rgb(208,5,253); }
div.DivClassName
{
background-color: #D005FD;
}
.BgClassName
{
background-color: #D005FD;
}
</style>
border-color css
<style>
span { border-color: #D005FD; }
span { border-color: rgb(208,5,253); }
td.TdClassName
{
border-color: #D005FD;
}
.TagClassName
{
border-color: #D005FD;
}
</style>