Shades of Psychedelic Purple #D008FA
Tints of Psychedelic Purple #D008FA
RGB
CMYK
RGB Variations
Color information
#D008FA (or 0xD008FA) is known color: Psychedelic Purple. HEX triplet: D0, 08 and FA. RGB value is (208,8,250). Sum of RGB (Red+Green+Blue) = 208+8+250=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 8 (3.52% from 255 or 1.72% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #D008FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D008FA is #2FF705. Grayscale: #5E5E5E. Windows color (decimal): -3143430 or 16386256. OLE color: 16386256.
HSL color Cylindrical-coordinate representation of color #D008FA: hue angle of 289.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D008FA is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 8 | 250 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.02 |
| HSL | 289.59º | 0.96% | 0.51% | - |
| HSV(B) | 289.59º | 0.97% | 0.98% | - |
| XYZ | 43.35 | 20.49 | 92.11 | - |
| YUV | 95.39 | 215.26 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 250 | 0.17 | 0.97 | 0 | 0.02 | 289.59 | 0.96 | 0.51 |
| Hex | D0 | 8 | FA | 11 | 61 | 0 | 2 | 122 | 60 | 33 |
| Octal | 320 | 10 | 372 | 21 | 141 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010000 | 1000 | 11111010 | 10001 | 1100001 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D008FA
Complementary color
Monochromatic Colors of #D008FA
Black with #D008FA
Text Example
Text Example
White with #D008FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008FA; }
p { color: rgb(208,8,250); }
H1.HeaderClassName
{
color: #D008FA;
}
.AnyTagClassName
{
color: #D008FA;
}
</style>
background-color css
<style>
a { background-color: #D008FA; }
a { background-color: rgb(208,8,250); }
div.DivClassName
{
background-color: #D008FA;
}
.BgClassName
{
background-color: #D008FA;
}
</style>
border-color css
<style>
span { border-color: #D008FA; }
span { border-color: rgb(208,8,250); }
td.TdClassName
{
border-color: #D008FA;
}
.TagClassName
{
border-color: #D008FA;
}
</style>