Shades of Psychedelic Purple #D005FB
Tints of Psychedelic Purple #D005FB
RGB
CMYK
RGB Variations
Color information
#D005FB (or 0xD005FB) is known color: Psychedelic Purple. HEX triplet: D0, 05 and FB. RGB value is (208,5,251). Sum of RGB (Red+Green+Blue) = 208+5+251=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #D005FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005FB is #2FFA04. Grayscale: #5C5C5C. Windows color (decimal): -3144197 or 16451024. OLE color: 16451024.
HSL color Cylindrical-coordinate representation of color #D005FB: hue angle of 289.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005FB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 5 | 251 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.02 |
| HSL | 289.51º | 0.97% | 0.5% | - |
| HSV(B) | 289.51º | 0.98% | 0.98% | - |
| XYZ | 43.48 | 20.48 | 92.93 | - |
| YUV | 93.74 | 216.75 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 251 | 0.17 | 0.98 | 0 | 0.02 | 289.51 | 0.97 | 0.5 |
| Hex | D0 | 5 | FB | 11 | 62 | 0 | 2 | 122 | 61 | 32 |
| Octal | 320 | 5 | 373 | 21 | 142 | 0 | 2 | 442 | 141 | 62 |
| Binary | 11010000 | 101 | 11111011 | 10001 | 1100010 | 0 | 10 | 100100010 | 1100001 | 110010 |
Color Harmonies of #D005FB
Complementary color
Monochromatic Colors of #D005FB
Black with #D005FB
Text Example
Text Example
White with #D005FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005FB; }
p { color: rgb(208,5,251); }
H1.HeaderClassName
{
color: #D005FB;
}
.AnyTagClassName
{
color: #D005FB;
}
</style>
background-color css
<style>
a { background-color: #D005FB; }
a { background-color: rgb(208,5,251); }
div.DivClassName
{
background-color: #D005FB;
}
.BgClassName
{
background-color: #D005FB;
}
</style>
border-color css
<style>
span { border-color: #D005FB; }
span { border-color: rgb(208,5,251); }
td.TdClassName
{
border-color: #D005FB;
}
.TagClassName
{
border-color: #D005FB;
}
</style>