Shades of Psychedelic Purple #D003FE
Tints of Psychedelic Purple #D003FE
RGB
CMYK
RGB Variations
Color information
#D003FE (or 0xD003FE) is known color: Psychedelic Purple. HEX triplet: D0, 03 and FE. RGB value is (208,3,254). Sum of RGB (Red+Green+Blue) = 208+3+254=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #D003FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003FE is #2FFC01. Grayscale: #5C5C5C. Windows color (decimal): -3144706 or 16647120. OLE color: 16647120.
HSL color Cylindrical-coordinate representation of color #D003FE: hue angle of 289º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003FE is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 3 | 254 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.00 |
| HSL | 289º | 0.99% | 0.5% | - |
| HSV(B) | 289º | 0.99% | 1% | - |
| XYZ | 43.93 | 20.63 | 95.43 | - |
| YUV | 92.91 | 218.92 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 254 | 0.18 | 0.99 | 0 | 0.00 | 289 | 0.99 | 0.5 |
| Hex | D0 | 3 | FE | 12 | 63 | 0 | 0 | 121 | 63 | 32 |
| Octal | 320 | 3 | 376 | 22 | 143 | 0 | 0 | 441 | 143 | 62 |
| Binary | 11010000 | 11 | 11111110 | 10010 | 1100011 | 0 | 0 | 100100001 | 1100011 | 110010 |
Color Harmonies of #D003FE
Complementary color
Monochromatic Colors of #D003FE
Black with #D003FE
Text Example
Text Example
White with #D003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003FE; }
p { color: rgb(208,3,254); }
H1.HeaderClassName
{
color: #D003FE;
}
.AnyTagClassName
{
color: #D003FE;
}
</style>
background-color css
<style>
a { background-color: #D003FE; }
a { background-color: rgb(208,3,254); }
div.DivClassName
{
background-color: #D003FE;
}
.BgClassName
{
background-color: #D003FE;
}
</style>
border-color css
<style>
span { border-color: #D003FE; }
span { border-color: rgb(208,3,254); }
td.TdClassName
{
border-color: #D003FE;
}
.TagClassName
{
border-color: #D003FE;
}
</style>