Shades of Psychedelic Purple #D005F1
Tints of Psychedelic Purple #D005F1
RGB
CMYK
RGB Variations
Color information
#D005F1 (or 0xD005F1) is known color: Psychedelic Purple. HEX triplet: D0, 05 and F1. RGB value is (208,5,241). Sum of RGB (Red+Green+Blue) = 208+5+241=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #D005F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005F1 is #2FFA0E. Grayscale: #5B5B5B. Windows color (decimal): -3144207 or 15795664. OLE color: 15795664.
HSL color Cylindrical-coordinate representation of color #D005F1: hue angle of 291.61º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005F1 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 5 | 241 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.05 |
| HSL | 291.61º | 0.96% | 0.48% | - |
| HSV(B) | 291.61º | 0.98% | 0.95% | - |
| XYZ | 41.94 | 19.87 | 84.84 | - |
| YUV | 92.6 | 211.75 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 241 | 0.14 | 0.98 | 0 | 0.05 | 291.61 | 0.96 | 0.48 |
| Hex | D0 | 5 | F1 | E | 62 | 0 | 5 | 124 | 60 | 30 |
| Octal | 320 | 5 | 361 | 16 | 142 | 0 | 5 | 444 | 140 | 60 |
| Binary | 11010000 | 101 | 11110001 | 1110 | 1100010 | 0 | 101 | 100100100 | 1100000 | 110000 |
Color Harmonies of #D005F1
Complementary color
Monochromatic Colors of #D005F1
Black with #D005F1
Text Example
Text Example
White with #D005F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005F1; }
p { color: rgb(208,5,241); }
H1.HeaderClassName
{
color: #D005F1;
}
.AnyTagClassName
{
color: #D005F1;
}
</style>
background-color css
<style>
a { background-color: #D005F1; }
a { background-color: rgb(208,5,241); }
div.DivClassName
{
background-color: #D005F1;
}
.BgClassName
{
background-color: #D005F1;
}
</style>
border-color css
<style>
span { border-color: #D005F1; }
span { border-color: rgb(208,5,241); }
td.TdClassName
{
border-color: #D005F1;
}
.TagClassName
{
border-color: #D005F1;
}
</style>