Shades of Psychedelic Purple #D611FD
Tints of Psychedelic Purple #D611FD
RGB
CMYK
RGB Variations
Color information
#D611FD (or 0xD611FD) is known color: Psychedelic Purple. HEX triplet: D6, 11 and FD. RGB value is (214,17,253). Sum of RGB (Red+Green+Blue) = 214+17+253=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D611FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611FD is #29EE02. Grayscale: #666666. Windows color (decimal): -2747907 or 16585174. OLE color: 16585174.
HSL color Cylindrical-coordinate representation of color #D611FD: hue angle of 290.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D611FD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 17 | 253 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.01 |
| HSL | 290.08º | 0.98% | 0.53% | - |
| HSV(B) | 290.08º | 0.93% | 0.99% | - |
| XYZ | 45.66 | 21.79 | 94.73 | - |
| YUV | 102.81 | 212.77 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 253 | 0.15 | 0.93 | 0 | 0.01 | 290.08 | 0.98 | 0.53 |
| Hex | D6 | 11 | FD | F | 5D | 0 | 1 | 122 | 62 | 35 |
| Octal | 326 | 21 | 375 | 17 | 135 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010110 | 10001 | 11111101 | 1111 | 1011101 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D611FD
Complementary color
Monochromatic Colors of #D611FD
Black with #D611FD
Text Example
Text Example
White with #D611FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611FD; }
p { color: rgb(214,17,253); }
H1.HeaderClassName
{
color: #D611FD;
}
.AnyTagClassName
{
color: #D611FD;
}
</style>
background-color css
<style>
a { background-color: #D611FD; }
a { background-color: rgb(214,17,253); }
div.DivClassName
{
background-color: #D611FD;
}
.BgClassName
{
background-color: #D611FD;
}
</style>
border-color css
<style>
span { border-color: #D611FD; }
span { border-color: rgb(214,17,253); }
td.TdClassName
{
border-color: #D611FD;
}
.TagClassName
{
border-color: #D611FD;
}
</style>