Shades of Psychedelic Purple #D009FE
Tints of Psychedelic Purple #D009FE
RGB
CMYK
RGB Variations
Color information
#D009FE (or 0xD009FE) is known color: Psychedelic Purple. HEX triplet: D0, 09 and FE. RGB value is (208,9,254). Sum of RGB (Red+Green+Blue) = 208+9+254=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #D009FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D009FE is #2FF601. Grayscale: #5F5F5F. Windows color (decimal): -3143170 or 16648656. OLE color: 16648656.
HSL color Cylindrical-coordinate representation of color #D009FE: hue angle of 288.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009FE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 9 | 254 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.00 |
| HSL | 288.73º | 0.99% | 0.52% | - |
| HSV(B) | 288.73º | 0.96% | 1% | - |
| XYZ | 44 | 20.76 | 95.45 | - |
| YUV | 96.43 | 216.93 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 254 | 0.18 | 0.96 | 0 | 0.00 | 288.73 | 0.99 | 0.52 |
| Hex | D0 | 9 | FE | 12 | 60 | 0 | 0 | 121 | 63 | 34 |
| Octal | 320 | 11 | 376 | 22 | 140 | 0 | 0 | 441 | 143 | 64 |
| Binary | 11010000 | 1001 | 11111110 | 10010 | 1100000 | 0 | 0 | 100100001 | 1100011 | 110100 |
Color Harmonies of #D009FE
Complementary color
Monochromatic Colors of #D009FE
Black with #D009FE
Text Example
Text Example
White with #D009FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009FE; }
p { color: rgb(208,9,254); }
H1.HeaderClassName
{
color: #D009FE;
}
.AnyTagClassName
{
color: #D009FE;
}
</style>
background-color css
<style>
a { background-color: #D009FE; }
a { background-color: rgb(208,9,254); }
div.DivClassName
{
background-color: #D009FE;
}
.BgClassName
{
background-color: #D009FE;
}
</style>
border-color css
<style>
span { border-color: #D009FE; }
span { border-color: rgb(208,9,254); }
td.TdClassName
{
border-color: #D009FE;
}
.TagClassName
{
border-color: #D009FE;
}
</style>