Shades of Psychedelic Purple #D007FB
Tints of Psychedelic Purple #D007FB
RGB
CMYK
RGB Variations
Color information
#D007FB (or 0xD007FB) is known color: Psychedelic Purple. HEX triplet: D0, 07 and FB. RGB value is (208,7,251). Sum of RGB (Red+Green+Blue) = 208+7+251=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #D007FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007FB is #2FF804. Grayscale: #5E5E5E. Windows color (decimal): -3143685 or 16451536. OLE color: 16451536.
HSL color Cylindrical-coordinate representation of color #D007FB: hue angle of 289.43º degrees, saturation: 0.97, 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 #D007FB is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 7 | 251 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.02 |
| HSL | 289.43º | 0.97% | 0.51% | - |
| HSV(B) | 289.43º | 0.97% | 0.98% | - |
| XYZ | 43.5 | 20.53 | 92.94 | - |
| YUV | 94.92 | 216.09 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 251 | 0.17 | 0.97 | 0 | 0.02 | 289.43 | 0.97 | 0.51 |
| Hex | D0 | 7 | FB | 11 | 61 | 0 | 2 | 121 | 61 | 33 |
| Octal | 320 | 7 | 373 | 21 | 141 | 0 | 2 | 441 | 141 | 63 |
| Binary | 11010000 | 111 | 11111011 | 10001 | 1100001 | 0 | 10 | 100100001 | 1100001 | 110011 |
Color Harmonies of #D007FB
Complementary color
Monochromatic Colors of #D007FB
Black with #D007FB
Text Example
Text Example
White with #D007FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007FB; }
p { color: rgb(208,7,251); }
H1.HeaderClassName
{
color: #D007FB;
}
.AnyTagClassName
{
color: #D007FB;
}
</style>
background-color css
<style>
a { background-color: #D007FB; }
a { background-color: rgb(208,7,251); }
div.DivClassName
{
background-color: #D007FB;
}
.BgClassName
{
background-color: #D007FB;
}
</style>
border-color css
<style>
span { border-color: #D007FB; }
span { border-color: rgb(208,7,251); }
td.TdClassName
{
border-color: #D007FB;
}
.TagClassName
{
border-color: #D007FB;
}
</style>