Shades of Psychedelic Purple #D010FD
Tints of Psychedelic Purple #D010FD
RGB
CMYK
RGB Variations
Color information
#D010FD (or 0xD010FD) is known color: Psychedelic Purple. HEX triplet: D0, 10 and FD. RGB value is (208,16,253). Sum of RGB (Red+Green+Blue) = 208+16+253=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D010FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010FD is #2FEF02. Grayscale: #636363. Windows color (decimal): -3141379 or 16584912. OLE color: 16584912.
HSL color Cylindrical-coordinate representation of color #D010FD: hue angle of 288.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D010FD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 16 | 253 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.01 |
| HSL | 288.61º | 0.98% | 0.53% | - |
| HSV(B) | 288.61º | 0.94% | 0.99% | - |
| XYZ | 43.93 | 20.87 | 94.64 | - |
| YUV | 100.43 | 214.11 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 253 | 0.18 | 0.94 | 0 | 0.01 | 288.61 | 0.98 | 0.53 |
| Hex | D0 | 10 | FD | 12 | 5E | 0 | 1 | 121 | 62 | 35 |
| Octal | 320 | 20 | 375 | 22 | 136 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010000 | 10000 | 11111101 | 10010 | 1011110 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D010FD
Complementary color
Monochromatic Colors of #D010FD
Black with #D010FD
Text Example
Text Example
White with #D010FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010FD; }
p { color: rgb(208,16,253); }
H1.HeaderClassName
{
color: #D010FD;
}
.AnyTagClassName
{
color: #D010FD;
}
</style>
background-color css
<style>
a { background-color: #D010FD; }
a { background-color: rgb(208,16,253); }
div.DivClassName
{
background-color: #D010FD;
}
.BgClassName
{
background-color: #D010FD;
}
</style>
border-color css
<style>
span { border-color: #D010FD; }
span { border-color: rgb(208,16,253); }
td.TdClassName
{
border-color: #D010FD;
}
.TagClassName
{
border-color: #D010FD;
}
</style>