Shades of Psychedelic Purple #D610FD
Tints of Psychedelic Purple #D610FD
RGB
CMYK
RGB Variations
Color information
#D610FD (or 0xD610FD) is known color: Psychedelic Purple. HEX triplet: D6, 10 and FD. RGB value is (214,16,253). Sum of RGB (Red+Green+Blue) = 214+16+253=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #D610FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D610FD is #29EF02. Grayscale: #656565. Windows color (decimal): -2748163 or 16584918. OLE color: 16584918.
HSL color Cylindrical-coordinate representation of color #D610FD: hue angle of 290.13º 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 #D610FD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 16 | 253 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.01 |
| HSL | 290.13º | 0.98% | 0.53% | - |
| HSV(B) | 290.13º | 0.94% | 0.99% | - |
| XYZ | 45.65 | 21.76 | 94.72 | - |
| YUV | 102.22 | 213.1 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 253 | 0.15 | 0.94 | 0 | 0.01 | 290.13 | 0.98 | 0.53 |
| Hex | D6 | 10 | FD | F | 5E | 0 | 1 | 122 | 62 | 35 |
| Octal | 326 | 20 | 375 | 17 | 136 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010110 | 10000 | 11111101 | 1111 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D610FD
Complementary color
Monochromatic Colors of #D610FD
Black with #D610FD
Text Example
Text Example
White with #D610FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D610FD; }
p { color: rgb(214,16,253); }
H1.HeaderClassName
{
color: #D610FD;
}
.AnyTagClassName
{
color: #D610FD;
}
</style>
background-color css
<style>
a { background-color: #D610FD; }
a { background-color: rgb(214,16,253); }
div.DivClassName
{
background-color: #D610FD;
}
.BgClassName
{
background-color: #D610FD;
}
</style>
border-color css
<style>
span { border-color: #D610FD; }
span { border-color: rgb(214,16,253); }
td.TdClassName
{
border-color: #D610FD;
}
.TagClassName
{
border-color: #D610FD;
}
</style>